3

I have been trying to install xampp (5.6.24) on ubuntu16.04, but I am encountering the following error-

Syntax error on line 136 of /opt/lampp/etc/httpd.conf: Cannot load modules/mod_ssl.so into server: /opt/lampp/modules/mod_ssl.so: cannot open shared object file: No such file or directory

I have tried searching the internet but am unable to find anything specifically for ubuntu.

Any suggestions might help.

1

1 Answer 1

7

I had the same problem .Just comment out line 136 of httpd.conf and xampp will work fine for you but the catch is you cannot download packages from https servers .change

    LoadModule ssl_module modules/mod_ssl.so

in httpd.conf to

    #LoadModule ssl_module modules/mod_ssl.so
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.