Author: turnstep
Date: Tue Nov  4 10:13:09 2008
New Revision: 12037

Modified:
   DBD-Pg/trunk/README

Log:
Use -lcrypto as well as -lssl


Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Tue Nov  4 10:13:09 2008
@@ -78,9 +78,9 @@
 control it yourself, define the environment variables POSTGRES_INCLUDE 
 and POSTGRES_LIB, or define just POSTGRES_HOME. Note that if you have 
 compiled PostgreSQL with SSL support, you must define the POSTGRES_LIB
-environment variable and add "-lssl" to it, like this:
+environment variable and add "-lssl" and "-lcrypto" to it, like this:
 
-       export POSTGRES_LIB="/usr/local/pgsql/lib -lssl"
+       export POSTGRES_LIB="/usr/local/pgsql/lib -lssl -lcrypto"
 
 The usual steps to install DBD::Pg:
 

Reply via email to