Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

libssl.10.so : File not found.

Avatar

Level 1

Hi masters,

I am trying to configure my dispatcher with the last software and faced the following error message: "Cannot load "project-data/lib/modules/mod_dispatcher.so" into server: libssl.so.10: cannot open shared object file: No such file or directory"

This is is the new file: dispatcher-apache2.4-linux-x86-64-ssl-4.2.3.tar.gz

Well, I have place the .so file under my apache lib/modules, and restarted the apache and then the error comes up.

Additional information:

SUSE Linux Enterprise Server 11 (x86_64) | VERSION = 11 |PATCHLEVEL = 4

$ rpm -qa "*ssl*"

openssl-certs-2.7-0.6.1

libopenssl1_0_0-32bit-1.0.1g-0.57.1

libopenssl1_0_0-1.0.1g-0.57.1

openssl1-1.0.1g-0.57.1

libopenssl0_9_8-0.9.8j-0.105.1

libopenssl0_9_8-32bit-0.9.8j-0.105.1

openssl-0.9.8j-0.105.1

Could, please, help me on this?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi

Do you have a file libssl.so.10 installed on your linux system? Likely somewhere below /libs?

If you don't need SSL support (ssl-encrypted connection from dispatcher to publish) I would recommend to switch to the non-SSL version, which does not have this dependency.

Jörg

View solution in original post

3 Replies

Avatar

Level 10

I am checking internally to see if there is a known issue.

Avatar

Correct answer by
Employee Advisor

Hi

Do you have a file libssl.so.10 installed on your linux system? Likely somewhere below /libs?

If you don't need SSL support (ssl-encrypted connection from dispatcher to publish) I would recommend to switch to the non-SSL version, which does not have this dependency.

Jörg