简体   繁体   English

在ubuntu上安装Xampp apache时出错

[英]Error on installing Xampp apache on ubuntu

I have been trying to install xampp (5.6.24) on ubuntu16.04, but I am encountering the following error- 我一直在尝试在ubuntu16.04上安装xampp(5.6.24),但我遇到以下错误 -

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 /opt/lampp/etc/httpd.conf第136行的语法错误:无法将modules / mod_ssl.so加载到服务器:/opt/lampp/modules/mod_ssl.so:无法打开共享对象文件:没有这样的文件或目录

I have tried searching the internet but am unable to find anything specifically for ubuntu. 我试过搜索互联网,但无法找到任何专门为ubuntu。

Any suggestions might help. 任何建议可能会有所帮

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 我遇到了同样的问题。在httpd.conf的第136行注释并且xampp可以正常工作,但问题是您无法从https服务器下载软件包。

    LoadModule ssl_module modules/mod_ssl.so

in httpd.conf to 在httpd.conf中

    #LoadModule ssl_module modules/mod_ssl.so

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM