Friday 22 October 2010

Use Xampp in Fedora 12

Hi everyone, I have installed Linux OS which is Fedora 12. So, I installed some softs for my PC and installed-xampp is one of these. Of course, I installed  successfully. Therefore, I post the entry that someone who look for this.
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


No comments:

Post a Comment