Page 1 of 1

Can not start xampp 1.7.3 on fedora12

PostPosted: 29. December 2009 19:04
by mickeyx
Hi experts,
I download xampp 1.7.3 and install it on fedora12. I started by ./lampp start but i got the following error messages:
Starting XAMPP for Linux 1.7.3...
/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: libexpat.so.0: 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...
./bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
./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: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couln't start ProFTPD!
XAMPP for Linux started.

You could help me on this. Thanks in advance!
Mickeyx

Re: Can not start xampp 1.7.3 on fedora12

PostPosted: 03. January 2010 15:59
by shamun
F12, CentOS 5, works for me (the last post).
- viewtopic.php?f=17&t=34732&start=15

Re: Can not start xampp 1.7.3 on fedora12

PostPosted: 08. January 2010 23:13
by geebers
It looks like your trying to start lampp as a non-root user. By default, the root user can only start lampp.

Start lampp as the root user. Hope this helps.

Re: Can not start xampp 1.7.3 on fedora12

PostPosted: 28. July 2011 08:52
by securekumar
This problem due to SELinux. If SELinux in enforcing , can't start xampp. I just disabled SELinux and start successfully. If you don't want to use SELinux you can do this or if you like to use SELinux, go for additional SELinux configuration or setup. Reply me you you did successfully.

Re: Can not start xampp 1.7.3 on fedora12

PostPosted: 28. July 2011 11:58
by JonB
You "can" get XAMPP to work on an SeLinux box (I think).

I'll double check these instructions later BUT, I got it (XAMPP) working on Fedora 15 Evolution/Gnome workstation.

the install should be like this:

In Terminal, navigate to the directory where your XAMMP download is located.

$ su - c 'tar xvfz xampp-linux-1.7.4.tar.gz -C /opt'
(supply the root password)
XAMMP should install

Starting XAMPP -

[jonb@localhost ~]$ su -c '/opt/lampp/lampp start'
Password:
Starting XAMPP for Linux 1.7.4...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
[jonb@localhost ~]$


I will be writing this up as another XAMPP Guide on The Excruciatingly Correct Guide
http://bravo.newnetenterprises.com/word ... e-we-come/

Good Luck
8)