RE: Undefined symbol _OCSP_RESPID_free in libssl.1.0.0.dylib

2012-05-25 Thread Philippe Lhardy
a untested and opportunist proposal : might be libssl & libcrypto cross depency. gcc is pointy with library order. try to replace "-lssl -lcrypto" mailto:pgsql-b...@postgresql.org>" #define PG_VERSION "9.0.7" #define PG_MAJORVERSION "9.0" #define USE_INTEGER_DATETIMES 1 #define DEF_PGPORT 5432

Undefined symbol _OCSP_RESPID_free in libssl.1.0.0.dylib

2012-05-24 Thread Sachin Srivastava
Hi all, I build openssl-1.0.1c on Snow Leopard (10.6.8) with 10.5 SDK used this as configure option: ./Configure darwin-i386-cc --prefix=/usr/local/i386 --shared "-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" make all make install now when I use the libs to compile a test pr