OS X 7.4 failure - Mailing list pgsql-hackers

From Jim C. Nasby
Subject OS X 7.4 failure
Date
Msg-id 20051116034048.GG44860@pervasive.com
Whole thread Raw
Responses Re: OS X 7.4 failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
So the recent thread about getting 7.4 compiling on OS X inspired me.
But what I can't understand is that I've yanked --with-ssl, but it's
still looking for libssl:
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=cuckoo&dt=2005-11-15%2023:56:22
ccache gcc -no-cpp-precomp -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations  -bundle
execute.otypename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o path.o -L../pgtypeslib
-L../../../../src/interfaces/libpq-L../../../../src/port -L/opt/local/lib -lpgtypes -lpq -lintl -lm  -o libecpg.so.4.1
 
ld: warning can't open dynamic library: /opt/local/lib/libssl.0.9.7.dylib (checking for undefined symbols may be
affected)(No such file or directory, errno = 2)
 
ld: warning can't open dynamic library: /opt/local/lib/libcrypto.0.9.7.dylib (checking for undefined symbols may be
affected)(No such file or directory, errno = 2)
 
...
ld: Undefined symbols:
_SSL_pending referenced from libpq expected to be defined in /opt/local/lib/libssl.0.9.7.dylib
_BIO_free referenced from libpq expected to be defined in /opt/local/lib/libcrypto.0.9.7.dylib
...

Am I missing something else? The only things I see in configure that call for
libcrypto are SSL and KRB, neither of which are configured...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Andrew - Supernews
Date:
Subject: Re: PG_DUMP and table locking in PG7.4
Next
From: "Jim C. Nasby"
Date:
Subject: Re: bind variables, soft vs hard parse