I will instruct step-by-step to obtain success:
1. download xampp.
2. untar to specific /opt by the way: tar xvfz fileName -C /opt
3. start xampp: /opt/lampp start(with root permissions)
4. If something go wrong, you might type something like this to fix:
-
$chcon -t execmem_exec_t '/opt/lampp/bin/php-5.3.1'
and the same with "mysql" and "httpd"
and finally:
setsebool -P allow_execstack on