Page 1 of 1

Error 127 Couldn't start Apache & ProFTPD

PostPosted: 26. August 2012 13:24
by PaperMelodies
Hi, I'm wondering if someone would be able to help me out with these error messages please. Heres the console log:

[root@thorntj1 Desktop]# /opt/lampp/lampp start
Starting XAMPP for Linux 1.8.0...
/opt/lampp/bin/php: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Starting Apache with SSL ...
/opt/lampp/bin/httpd: error while loading shared libraries: libiconv.so.2: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! 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/
XAMPP: Starting MySQL...
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP: /opt/lampp/sbin/proftpd: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couln't start ProFTPD!
XAMPP for Linux started


Thanks :)

Re: Error 127 Couldn't start Apache & ProFTPD

PostPosted: 26. August 2012 16:14
by JonB
Your problem is filesystem ownership or permissions in /opt/lampp

Who is the owner of /opt/lampp ???

please post the output of:

Code: Select all
[root@localhost jonb]# cd /opt/lampp/bin/
[root@localhost bin]# ls -l


Have you added any .htaccess directives?

Thanks
8)