I had this problem before. I think this is because the libssl.so is not
built correctly.
Try to do the following:
1) cd /openssl-0.9.6c
sh config no-thread -fPIC
make
make test
cd ..
2) cd mod_ssl-2.8.6-1.3.23
./confgiure --with-apache=/u02/app/apache_1.3.23
--with-ssl=../openssl-0.9.6c
--prefix=/u02/app/apache
--enable-shared=ssl
--enable-module=ssl
--enable-module=so
--enable-rule=SHARED_CORE
3) cd /u02/app/apache_1.3.23
make
make certificate
make install
Here I was using mod_ssl-2.8.6-1.3.23, I also try it on
mod_ssl-2.8.7-1.3.23. It should works.
Good luck!
Lily
-----Original Message-----
From: Vince Church [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 9:55 AM
To: ModSSL UserGroup
Subject: Solaris 8 - ModSSL 2.8.7-1.3.23 and libssl.so problems
Hi Everyone,
I've researched the archives and found several users with this same problem,
but none of the solutions seems to work for me. Does anyone know the
workaround
or solution?
Basically I have:
mod_ssl-2.8.7-1.3.23
openssl-0.9.6c
mm-1.1.3
apache_1.3.23
Solaris 8 (x86)
When I try to run apache, the following message occurs.
# ./apachectl startssl
Syntax error on line 206 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: relocation error: file
/usr/local/apache/libexec/libssl.so: symbol ap_user_id: referenced symbol
not found
./apachectl startssl: httpd could not be started
Hope I have not missed the answer somewhere else...
Thank You in advance,
Vince
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]