I am configuring a new apache server on Solaris.  Apache can start up without SSL, but fails with SSL.  The error I got is:
 
---------------------

Syntax error on line 208 of /xxx/s4/apache/conf/httpd.conf:

Cannot load /xxx/s4/apache/libexec/libssl.so into server: ld.so.1: /xxx/s4/apache/bin/httpd: fatal: relocation error: file /xxx/s4/apache/libexec/libssl.so: symbol ap_user_id: referenced symbol not found

.//apachectl startssl: httpd could not be started

-----------

And I configured apache as following:

----------------------

SSL_BASE="/xxx/s4/openssl-0.9.6" \

./configure \

"--with-layout=Apache" \

"--prefix=/xxx/s4/apache" \

"--enable-shared=ssl" \

"--enable-rule=EAPI" \

"--enable-module=ssl" \

-------------------------

Can anyone give me some suggestions?

Thanks,

hua

Reply via email to