Page 1 of 1

Xampp installation in Fedora 14

PostPosted: 02. January 2011 10:00
by rdtech25
Recently I have tried to install Xampp over Fedora 14 but due to some unknown errors failed. What way should I install Xampp, so that I can run Xampp on my localmachine smoothly.

Re: Xampp installation in Fedora 14

PostPosted: 10. January 2011 01:52
by deadkins62
[dana@tux ~]$ su
Password:
[root@tux dana]# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.3a...
/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...
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
/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: 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.
[root@tux dana]#

Re: Xampp installation in Fedora 14

PostPosted: 10. January 2011 02:13
by deadkins62
Just saw some other info over at http://forums.fedoraforum.org/showthread.php?p=1299697

I tried the first suggestion and it worked for me. I admit I don't know what that did exactly but then I am just putzing around on a local maching at the house. Not a production envirnonment. Your mileage may vary.

setsebool -P allow_execstack on

[root@tux dana]# man setsebool
[root@tux dana]# setsebool -P allow_execstack on
[root@tux dana]# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
[root@tux dana]#