Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I have recently installed Xammp onto my laptop which runs Kali Linux. The MySQL server & ProFTPD server both run fine.

The Application log looks like:

Starting Apache Web Server...
Exit code: 8
Stdout:
apache config test fails, aborting
Stderr:
httpd: 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

Any help?

How do I get the missing file?

share|improve this question

I had the exact same issue on Ubuntu. I ended up uninstalling XAMPP 7.0.9 and installing 7.0.8 and now it works fine.

To uninstall:

cd /opt/lampp  
sudo ./uninstall
share|improve this answer

protected by Community Sep 4 at 15:22

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).

Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged or ask your own question.