I am working on setting up a web server, in this case Apache 2.2.14. We already have an installed version. I have imported the module mod-ssl and when i restart Apache, i get the following error
mod_ssl.so: undefined symbol 'X509_free
I checked that the possible reason may be that when the server was configured --enable-ssl wasn't set (https://community.apachefriends.org/f/viewtopic.php?t=8620). I need to check whether ssl was enabled on this server before I can ask the admins to reinstall the same.
Is there a way to check the same and confirm that ssl was enabled while configuring the server?
This question provides how to enable ssl using the a2enmod command but this command is not available in the version i am using.
How to install mod_ssl for Apache httpd?
Thanks for any help!!