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. > On Mon, Sep 23, 2002 at 12:59:19PM +0100, Vincent D Murphy wrote: >> >> i have omitted the remainder of the output, it just says that the other >> tests are skipped. >> >> i presume this those symbols are the names of C functions, and that >> this a problem with XS code somewhere. but why the hell would a DBD >> driver be interested in SSL? >> >> i am hoping somebody else has followed this road less travelled [0] [1] >> with more success and can help me. >> >> 0. http:[EMAIL PROTECTED]/index.html#03128 >> 1. http://david.wheeler.net/osx.html > > I recompiled PostgreSQL without SSL (TLS) and then DBD::Pg compiled fine > for me. > > -Charles Albrecht > [EMAIL PROTECTED] -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/
