Re: [Pgpool-general] problem to build pgpool II 2.3.3 with postgresql 8.4.4

2010-06-01 Thread Gary Fu
Tatsuo, I tried the patch for 'configure.in' without rebuilding 8.4.4 with SSL and still got the same error. I'll have SA to rebuild the 8.4.4 with SSL support to see what happen. Thanks, Gary After more investigation, I found serious problem with pgpool's configure script if SSL is

Re: [Pgpool-general] problem to build pgpool II 2.3.3 with postgresql 8.4.4

2010-05-29 Thread Tatsuo Ishii
After more investigation, I found serious problem with pgpool's configure script if SSL is enabled: it does not add any linkage to libraries SSL support needes. Included is a patch which should fix the problem. The reason why it has not been identified until today was, pgpool links libpq which

Re: [Pgpool-general] problem to build pgpool II 2.3.3 with postgresql 8.4.4

2010-05-24 Thread Tatsuo Ishii
Probably your SA forgot to install PostgreSQL dev packages? I saw similar complains in the list: http://archives.postgresql.org/pgsql-bugs/2009-09/msg00286.php -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp No, I don't see

Re: [Pgpool-general] problem to build pgpool II 2.3.3 with postgresql 8.4.4

2010-05-22 Thread Tatsuo Ishii
What does ldd show against libpq? Mine is: $ ldd /usr/local/pgsql/lib/libpq.so.5 linux-gate.so.1 = (0xe000) libssl.so.4 = /lib/libssl.so.4 (0xb7f4c000) libcrypto.so.4 = /lib/libcrypto.so.4 (0xb7e43000) libcrypt.so.1 = /lib/libcrypt.so.1 (0xb7e15000)

[Pgpool-general] problem to build pgpool II 2.3.3 with postgresql 8.4.4

2010-05-21 Thread Gary Fu
Hi, After upgraded postgresql from 8.4.2 to 8.4.4, I have problem to run the pgool II 2.3.3 with the following error message: /pgpool: symbol lookup error: /usr/local/pgsql/lib/libpq.so.5: undefined symbol: dlopen When I tried to rebuild the pgpool II 2.3.3, the 'configure' failed with