[kw-pm] DBD::Pg (XS compile question)

Andrew Kohlsmith akohlsmith-pm at benshaw.com
Thu Apr 10 15:29:26 CDT 2003


My libpq.so requires ssl.  make test is failing because libpq can't resolve 
BIO_new_mem_buf which is from libssl.

I tried altering the DBD::Pg makefile and adding -lssl to the EXTRALIBS and 
LDLOADLIBS variables but still no go.  

This _almost_ smells like the lazy binding problem I had with uClibc, but 
this is on a glibc-2.3.1 system.  Perl is dlopen()ing the pg lib but not 
resolving any dependencies the pg lib needs (libssl).

Help?

Regards,
Andrew



More information about the kw-pm mailing list