Hello, Im trying to configure dispatcher on Apache/2.4.10 (Debian). On adding LoadModule to apache2.conf, the configtest fails as below.
sudo apachectl configtest apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Cannot load /usr/lib/apache2/modules/dispatcher-apache2.4-4.1.12.so into server: libssl.so.10: canno t open shared object file: No such file or directory Action 'configtest' failed.
Tried installing libssl1.0.0 but the error does not go away. If i remove the dispatcher LoadModule, apache starts up fine.
LoadModule dispatcher_module /usr/lib/apache2/modules/dispatcher-apache2.4-4.1.12.0.so
Anyone has any idea?
http://www.tothenew.com/blog/aem-dispatcher-setup-for-linux/
is what I have been following. Thanks!