Page 1 of 1

Unable to start apache under Fedora

PostPosted: 17. August 2005 09:05
by bloodfang
Hi all, I'm not exactly a newbie here, but I'm not at home and I forgot my password!

I recently installed fedora, and on it I installed Xampp. When I try to start it though I get this message:
/opt/lampp/lampp start
Starting XAMPP for Linux 1.4.15...
/opt/lampp/bin/php: error while loading shared libraries: /opt/lampp/lib/mysql/l ibmysqlclient.so.14: cannot restore segment prot after reloc: Permission denied
XAMPP: Starting Apache with SSL ...
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/
XAMPP: XAMPP-MySQL is already running.
XAMPP: Starting ProFTPD...
XAMPP: /opt/lampp/sbin/proftpd: error while loading shared libraries: /opt/lampp /lib/mysql/libmysqlclient.so.14: cannot restore segment prot after reloc: Permis sion denied
XAMPP: Error 127! Couln't start ProFTPD!

I've checked immediately writing permissions, but they seem to be fine! The only things that works is mysql! Quite courious to see that on Red Hat 9 MySql was the only problem, now it's exactly the opposite situation! Damn it! Can somebody help?

Thank u all!
Cheers from Italy

PostPosted: 17. August 2005 09:08
by Wiedmann
Search for "selinux".

selinux

PostPosted: 21. August 2005 17:36
by pneumoboy
You can test to see if SELINUX is causing the issue by going to /etc/selinux/config

comment out all the lnes and add

SELINUX=disabled

Reboot and try again...

Good luck!