[pgpool-hackers: 2447] Re: pgpool 3.6.5 build error against OpenSSL 1.1.0

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jul 14 08:24:46 JST 2017


> Hi,
> 
> pgpool 3.6.5 does not compile on Fedora 6, which has OpenSSL 1.1.0:
> 
> configure:14659: checking for SSL_library_init in -lssl
> configure:14684: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lssl  -lcrypto -lcrypt -lresolv -lnsl -lm  >&5
> /tmp/ccb6VNJs.o: In function `main':
> /var/lib/pgsql/git/pgrpms/rpm/redhat/9.6/pgpool-II-36/F-26/pgpool-II-3.6.5/conftest.c:96: undefined reference to `SSL_library_init'
> collect2: error: ld returned 1 exit status
> 
> Is there a patch somewhere that I can try? This is blocking Fedora 26 updates.

I think it's not a problem with Pgpool-II 3.6.5.

Looks like PostgreSQL was suffered by the OpenSSL 1.1 backward
compatibility breaking:

https://www.postgresql.org/message-id/flat/1805.1467041061%40sss.pgh.pa.us#1805.1467041061@sss.pgh.pa.us

Probably Pgpool-II needs to pick up some of what PostgreSQL committed
for the problem. I'm not an expert of OpenSSL so it will take
sometime...

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list