Symptom: xampp 1.7 gives libdl.so2 and libc.so.6 error
Solution:
Edit as root or in root mode /opt/lampp/lampp script file and change line 96
from:
export LD_ASSUME_KERNEL=2.2.5
to:
echo "LAMPP OK"
Save the file
Open /opt/lampp/etc/httpd.conf
Add this line in the "LoadModule" section
LoadModule php5_module modules/libphp5.so
Add this line in the IfModule mime_module
AddType application/x-httpd-php .php .php5
Save the file.
start lampp
clear your brower cache
goto localhost