stas 2004/01/23 13:10:52 Modified: src/docs/1.0/guide install.pod Log: SSL_BASE=/usr/local/ssl doesn't work for some users with non-standard install of openssl. point them to the mod_ssl documentation in this case. Revision Changes Path 1.23 +7 -0 modperl-docs/src/docs/1.0/guide/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -u -r1.22 -r1.23 --- install.pod 18 Nov 2003 16:52:53 -0000 1.22 +++ install.pod 23 Jan 2004 21:10:52 -0000 1.23 @@ -1259,6 +1259,13 @@ Note: Do not forget that if you use C<csh> or C<tcsh> you may need to put all the arguments to `perl Makefile.PL' on a single command line. +Note: If when specifying C<SSL_BASE=/usr/local/ssl> Apache's configure +doesn't find the ssl libraries, please refer to the mod_ssl +documentation to figure out what C<SSL_BASE> argument it expects +(usually needed when ssl is not installed in the standard places). +This topic is out of scope of this document. For some setups using +C<SSL_BASE=/usr/local> does the trick. + Build, test and install: % make && make test && make install
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]