Page 1 of 1

Lampp don't start :(

PostPosted: 03. January 2013 12:40
by somes
Code: Select all
adriano@Pinguim:/opt/lampp$ sudo ./lampp startapache
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Error 1! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum http://community.apachefriends.org/f/
adriano@Pinguim:/opt/lampp$

Re: Lampp don't start :(

PostPosted: 03. January 2013 13:52
by Nobbie
This is not enough.

Please tell us about your Linux Installation (which Linux? which release etc.), evtly. tell us about your hardware (a regular PC, or a Satellite Box, a NAS etc.).

Re: Lampp don't start :(

PostPosted: 03. January 2013 16:40
by somes
I am using Ubuntu 12.04
My PC configuration is:

Intel i5 processor
4 GB ram
500 GB Harddisk

What more u need ?

Re: Lampp don't start :(

PostPosted: 07. January 2013 10:54
by JonB
A. Did you look in the Apache error log?
/opt/lampp/logs/error_log

B. Error 1 is sometimes caused by invalid httpd configuration files

try this syntax:

Code: Select all
[root@localhost ~]# /opt/lampp/bin/httpd -t -f /opt/lampp/etc/httpd.conf
Syntax OK


In my case no problems, if there is/are errors - they will be flagged by line number like this:

Code: Select all
httpd: Syntax error on line 148 of /etc/httpd/conf/httpd.conf.debug:
Cannot load /etc/httpd/modules/mod_auth_basicso into server:
/etc/httpd/modules/mod_auth_basicso: cannot open shared object file: No such file or directory


Good luck
:)