Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Dirk Pirschel
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

Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Dirk Pirschel
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=$

Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Dirk Pirschel
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, but I don't > see why that

Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Tom Lane
I wrote: > 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 ...

Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Tom Lane
Dirk Pirschel <[EMAIL PROTECTED]> 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

Re: [BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread Tom Lane
"" <[EMAIL PROTECTED]> 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, but I don't see why that should be; ecpg certainly tries to link to ssl. You'll need to dig i

[BUGS] BUG #2092: No answer to bug reports 1975 and 2055

2005-12-03 Thread
The following bug has been logged online: Bug reference: 2092 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: ... Operating system: ... Description:No answer to bug reports 1975 and 2055 Details: No answer to bug reports 1975 and 2055 yet. Are you g