Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

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

Avatar

Level 1

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,

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

Avatar

Level 1

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