libssl.so.0.9.8 not found while enabling ssl over dispatcher | Community
Skip to main content
October 16, 2015
Solved

libssl.so.0.9.8 not found while enabling ssl over dispatcher

  • October 16, 2015
  • 2 replies
  • 783 views

Hi,

I have configured apache webserver with dispatcher-apache2.2-linux-x86-64-ssl-4.1.5.

But when I start the web server its throwing the following exception,

httpd: Syntax error on line 998 of /ngs/app/**/apache2/8180/conf/httpd.conf: Cannot load /ngs/app/**/apache2/8180/modules/dispatcher-apache2.2-4.1.5.so into server: libssl.so.0.9.8: cannot open shared object file: No such file or directory

Please help me out with some suggestions on how to resolve this.

Thanks in advance,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015
October 16, 2015

looks like the module is missing ..

First ensure the module works locally on server and make it work on share library

please ensure the module declared in conf file matches actual module name. Also ensure the module is
64bit .. download and install again if that doesn't work .. finally worth checking the permissions as its a
linux environment, execute sudo command ...
 

- Venu Gummadala

 

looks like the module is missing ..

First ensure the module works locally on server and make it work on share library .. updating your library path in system variables using 'export'
 

please ensure the module declared in conf file matches actual module name. Also ensure the module is
64bit .. download and install again if that doesn't work .. finally worth checking the permissions as its a
linux environment, execute sudo command ...
 

- Venu Gummadala