Dirk Pirschel <dirk@pirschel.de> writes:
>> for example, what configure arguments did you use?
> Nothing relevant.
> ./configure --prefix=$HOME/software --with-includes=/client/include --with-libs=/client/lib
> [...]
> checking whether to build with OpenSSL support... no
Well, *something* in your link is trying to pull in OpenSSL.
What exactly is in /client/lib ... could it be that there is an existing
SSL-dependent installation of libpq in there? In theory the link should
find the libpq in ../../../../src/interfaces/libpq not the one in
/client/lib, but we've seen bizarre linker search behavior before ...
regards, tom lane