Re: undefined symbol: PQgssEncInUse

2019-05-29 Thread Donald Dong
On May 29, 2019, at 8:23 PM, Paul Guo wrote: > Have you used the correct libpq library? If yes, you might want to check the > build logs and related files to see where is wrong. In my environment, it's > ok with both gssapi enabled or disabled. Thank you! Resetting libpq's path fixes it. Regar

Re: undefined symbol: PQgssEncInUse

2019-05-29 Thread Paul Guo
on HEAD with a clean build, I fail to start > psql (tmp_install/usr/local/pgsql/bin/psql) and get an error message: > > ./psql: symbol lookup error: ./psql: undefined symbol: PQgssEncInUse > > However, make check and other tests still work. For

undefined symbol: PQgssEncInUse

2019-05-29 Thread Donald Dong
Hi, After I make temp-install on HEAD with a clean build, I fail to start psql (tmp_install/usr/local/pgsql/bin/psql) and get an error message: ./psql: symbol lookup error: ./psql: undefined symbol: PQgssEncInUse However, make check and other tests still work. For me, it is fine until commit