mod_ssl.so: undefined symbol: SSLv2_client_method
I am using adobe media server 5, Ubuntu. I am trying to enable ssl in key file, so i did uncomment the line #LoadModule modules/mod_ssl.so, and include httpd-hls-secure.conf. And changed related parameters in conf file.
When i try to restart the apache, i am getting below error.
Cannot load /opt/adobe/ams/Apache2.2/modules/mod_ssl.so into server: /opt/adobe/ams/Apache2.2/modules/mod_ssl.so: undefined symbol: SSLv2_client_method.
How to fix this.
