我正在使用Debian 8.5 Jessie,我安装了lampp.7.0.9。但是,当我想开始这样的灯泡时:
/opt/lampp/lampp start
然后我就像这样失败了:
Starting XAMPP for Linux 7.0.9-0...
XAMPP: Starting Apache...fail.
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
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...fail.
XAMPP: Another FTP daemon is already running.
我应该怎么做才能开始使用Lampp?请帮帮我!
答案 0 :(得分:4)
我在安装xampp并运行apache服务器后发现了同样的问题,这是解决方案。
Please open your Linux terminal and follow given Steps.
1: $ cd /opt/lampp/etc
2: $ sudo gedit httpd.conf
Now comment line# 136 Like this (put # sign before it)
#LoadModule ssl_module modules/mod_ssl.so
答案 1 :(得分:2)
在新的 Xubuntu 16 安装上遇到同样的问题,并通过在apache配置文件中注释一行来解决
这是我使用的命令:
$ sudo nano /opt/lampp/etc/httpd.conf
然后在文件注释行136
内保存它,一切都会顺利
答案 2 :(得分:0)
答案在上面评论中提到的错误消息中。
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
请参阅此处了解如何安装。 https://serverfault.com/questions/446328/aws-installing-mod-ssl-on-apache
我们总是在发布SO之前将您的错误消息发送给您!