Re: Cannot load libssl.so into server: ld.so.1: httpd: fatal: relocation error:

2008-08-21 Thread Xian Xian
You did not configure your Apache with mod_ssl when you set it up. You need
to rebuild your Apache.

On Thu, Aug 21, 2008 at 1:02 AM, Linda Lee [EMAIL PROTECTED] wrote:

 Hi all

 *I am using apache 1.3.41 with mod_ssl 2.8.31.  I kept getting the below
 error:

 Starting httpd: httpd Syntax error on line 249 of
 /export/home/httpd/conf/httpd.conf:
 Cannot load /export/home/httpd/libexec/libssl.so into server: ld.so.1:
 httpd: fatal: relocation error: file /export/home/httpd/libexec/libssl.so:
 symbol inflateEnd: referenced symbol not found
 FAILED

 *In my httpd.conf, line 249 is:
 LoadModule ssl_module libexec/libssl.so

 *libssl.so's loation is correct.  It is in /export/home/httpd/libexec/.

 Thanks for your help




Cannot load libssl.so into server: ld.so.1: httpd: fatal: relocation error:

2008-08-20 Thread Linda Lee
Hi all
 
*I am using apache 1.3.41 with mod_ssl 2.8.31.  I kept getting the below error:
 
Starting httpd: httpd Syntax error on line 249 of 
/export/home/httpd/conf/httpd.conf:
Cannot load /export/home/httpd/libexec/libssl.so into server: ld.so.1: httpd: 
fatal: relocation error: file /export/home/httpd/libexec/libssl.so: symbol 
inflateEnd: referenced symbol not found
FAILED
 
*In my httpd.conf, line 249 is:  
LoadModule ssl_module libexec/libssl.so
 
*libssl.so's loation is correct.  It is in /export/home/httpd/libexec/.
 
Thanks for your help