Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Chris Browne
The change Tom made to contrib/sshinfo/Makefile to support Darwin, adding in $(LIBS), fixed my problem with that contrib module on AIX. I still need the following, on AIX: === RCS file: /projects/cvsroot/pgsql/contrib/dblink/Makefile

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-09-07 Thread Chris Browne
[EMAIL PROTECTED] (Peter Eisentraut) writes: > Am Mittwoch, 30. August 2006 22:57 schrieb Chris Browne: >> I also seem to recall, in past discussions about "library matters," >> that AIX is more sticky about requiring that libraries be named >> expressly. > > ecpglib has > > SHLIB_LINK = -L../pgtyp

Re: [BUGS] BUG #2600: dblink compile with SSL missing

2006-09-07 Thread Christopher Browne
A long time ago, in a galaxy far, far away, [EMAIL PROTECTED] (Bruce Momjian) wrote: > Where are we on this? Nothing submitted so far. If someone magically does something about it, that's super. I'm on vacation 'til Tuesday; if it's not dealt with, I'll see if I can find something. -- (format

Re: [BUGS] BUG #2600: dblink compile with SSL missing

2006-09-02 Thread Bruce Momjian
Where are we on this? --- Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Am Mittwoch, 30. August 2006 22:57 schrieb Chris Browne: > >> I also seem to recall, in past discussions about "library matters," >

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-31 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Mittwoch, 30. August 2006 22:57 schrieb Chris Browne: >> I also seem to recall, in past discussions about "library matters," >> that AIX is more sticky about requiring that libraries be named >> expressly. > ecpglib has > SHLIB_LINK = -L../pgtypes

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-31 Thread Peter Eisentraut
Am Mittwoch, 30. August 2006 22:57 schrieb Chris Browne: > I also seem to recall, in past discussions about "library matters," > that AIX is more sticky about requiring that libraries be named > expressly. ecpglib has SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq) \ $(filter -lintl -lssl

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-30 Thread Chris Browne
[EMAIL PROTECTED] (Joe Conway) writes: > Christopher Browne wrote: >> The following bug has been logged online: > >> If I try to build dblink when PG is configured "--with-openssl", the >> build >> of the contrib module dblink breaks as follows: > >> If I add, to the GCC command line, requests for

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-30 Thread Stefan Kaltenbrunner
Joe Conway wrote: > Christopher Browne wrote: >> The following bug has been logged online: > >> >> If I try to build dblink when PG is configured "--with-openssl", the >> build >> of the contrib module dblink breaks as follows: > >> If I add, to the GCC command line, requests for libssl and libcr

Re: [BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-30 Thread Joe Conway
Christopher Browne wrote: The following bug has been logged online: If I try to build dblink when PG is configured "--with-openssl", the build of the contrib module dblink breaks as follows: If I add, to the GCC command line, requests for libssl and libcrypto... -lssl -lcrypto e.g. - comm

[BUGS] BUG #2600: dblink compile with SSL missing libraries

2006-08-30 Thread Christopher Browne
The following bug has been logged online: Bug reference: 2600 Logged by: Christopher Browne Email address: [EMAIL PROTECTED] PostgreSQL version: CVS HEAD (8.2) Operating system: AIX 5.3 Description:dblink compile with SSL missing libraries Details: If I try to build