Hi Tom,
* Tom Lane wrote on Sat, 03 Dec 2005 at 14:34 -0500:
> 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
Hi Tom,
* Tom Lane wrote on Sat, 03 Dec 2005 at 15:02 -0500:
> looking at your command again, the -L/client/lib is in there twice:
> [...]
> Assuming there is a libpq in /client/lib, I bet this patch will help.
$ cd postgresql-8.1.0
$ patch -i ~/patch src/Makefile.shlib
$ ./configure --prefix=$
Hi Tom,
* Tom Lane wrote on Sat, 03 Dec 2005 at 13:11 -0500:
> * Dirk Pirschel writes:
>
> > No answer to bug reports 1975 and 2055 yet. Are you going to fix these
> > issues, or is AIX currently unsupportet?
>
> You seem to have a problem with missing SSL in the link, bu
The following bug has been logged online:
Bug reference: 1975
Logged by: Dirk Pirschel
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.4
Operating system: AIX
Description:Postgres 8.0.4 build fails on AIX
Details:
Postgres 8.0.4 build fails on AIX.
$cd