hi!
you must to install apache like that way:

cd ./apache
./configure --prefix=./ --enable-module=so --enable-module=ssl
make
make install

good luck!
   //Andrei

Bossi Camille wrote:
> Hello,
> 
> I'm installing apache_1.3.24, modssl-2.8.8-1.3.24 and openssl-engine-0.9.6c
> on Compaq Tru64 UNIX V5.1A (Rev. 1885). I configured and compiled everything
> fine with tese commands:
> 
> OPENSSL:
> ../config --prefix=/users/bossi/openssl --openssldir=/users/bossi/openssl
> shared
> make
> 
> MODSSL:
> ../configure --with-apache=../apache_1.3.24 --with-ssl=../openssl
> --prefix=/users/bossi/apache --enable-shared=ssl
> --enable-rule=SSL_EXPERIMENTAL
> 
> APACHE:
> make
> make install
> 
> 
> Everything is installed fine but when I start apache with ssl (apachectl
> startssl), I get this error:
> Syntax error on line 206 of /users/bossi/apache/conf/httpd.conf:
> Cannot load /users/bossi/apache/libexec/libssl.so into server: dlopen:
> Cannot map library libssl.so
> /users/bossi/apache/bin/apachectl startssl: httpd could not be started
> 
> Of course the libssl.so is in the correct directory. One more thing, if I
> type "nm libssl.so", I get this error:
> nm: Error: no symbol table in libssl.so
> 
> What append during the compilation of apache to corrupt the so?
> Thanks for any inputs.
> 
> --
> Camille
> [EMAIL PROTECTED]
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
> 
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to