On Monday, December 9, 2002, at 08:32  AM, Randall Perry wrote:

Just thought I'd tell you what I discovered. You don't have to sacrifice
PostgreSQL SSL support to use DBD::Pg. Just do the following (also works for
Pg module):

setenv POSTGRES_LIB     "/usr/local/pgsql/lib"

to

setenv POSTGRES_LIB     "/usr/local/pgsql/lib -lssl'

so the trick is to include the flag -lssl during the dbd build.
Hrm, interesting. I suspect that this would work on other platforms, too. I wonder if there's a typical way to tell the Perl module build system to do this? Or indeed to include other build options?

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]

Reply via email to