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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by Linda Lee-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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


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

by Xian Xian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <n2kcn29@...> 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