[pgpool-hackers: 1730] Regression test fails if incompatible version of libpcp is installed

Tatsuo Ishii ishii at postgresql.org
Wed Jul 27 16:35:22 JST 2016


It is pretty annoying that regression test fails if incompatible
version of libpcp is installed somewhere.

./configure --prefix=/usr/local
:
:
make install

then /usr/local/lib/libpcp.so exists with particular version of
pgpool-II (say, it's 3.5).  Then if I want to test different version
of pgpool-II (say, it's 3.3), and do the regression test, it fails
because temp/installed/bin/pgpool is linked to
/usr/local/lib/libpcp.so rather than temp/installed/lib/libpcp.so.
The only workaround is using LD_PRELOAD.

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