On Sat, 15 Jun 2002, Zac Hillier wrote: > The configure line reads: > > ./configure --with-ssl=/home/wserve/_s-store/openssl-0.9.6c --enable-ssl --e > nable-mods-all=shared --prefix=/usr/local/apache2
Is that the path to the source code distribution directory or the install directory? It should be the install directory prefix. For example, my OpenSSL is installed under /usr/lib with its include files in /usr/include, so my configure argument is --with-ssl=/usr . And I think you mean --enable-mods-shared=all rather than --enable-mods-all=shared. But that's a different issue. --Cliff ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
