Okay Newbie question of the day, I've just tried to install Apache-1.3.17 with modssl-2.8.0 on Solaris 8 (2.8) and openssl 0.9.6
 
Everything has compiled and installed okay, and I've gone run the first cut server only to receive some screwy linking error messages;
 
bash-2.03# bin/apachectl startssl
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libssl.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: libssl.so.0: open failed: No such file or directory
bin/apachectl startssl: httpd could not be started
 
configure's were like so;
 
./configure \
--with-apache=/usr/local/apache_1.3.17 \
--with-ssl=/usr/local/ssl \
--enable-shared=ssl \
--with-mm=/usr/local/mm-1.1.3
 
EAPI_MM="/usr/local/mm-1.1.3" SSL_BASE="/usr/local/ssl" ./configure \
--enable-module=unique_id \
--enable-module=rewrite \
--enable-module=speling \
--enable-module=expires \
--enable-module=info \
--enable-module=log_agent \
--enable-module=log_referer \
--enable-module=usertrack \
--enable-module=userdir \
--enable-module=so \
--enable-shared=ssl \
--enable-module=ssl
 
Can anyone point me in the right direction?
 
PS bash-2.03# bin/apachectl start runs just fine all standard apache-type stuff is fine
 
Regards,
Brett O'Hara
IP Network Engineer
UEComm
Mob: +61-410-502-177 Desk: +61-3-9222-8655
 

Reply via email to