After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :
/ opt / lampp / lampp start cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory /bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / sh: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory Starting XAMPP for Linux ... Starting XAMPP for Linux ... /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory XAMPP for Linux started. XAMPP for Linux started.
To resolve the problem, I read this article. Then I found XAMPP works fine after.
* Open lampp bash script by using root
* commented (place #) at line “export LD_ASSUME_KERNEL=2.2.5″ (line 96)
export LD_ASSUME_KERNEL=2.2.5
* place code
echo "OK LAMPP"
* Open the file / opt / lampp / etc / httpd.conf and adding to the “LoadModule” line
LoadModule php5_module modules/libphp5.so
* In the “IfModule mime_module” add code below
AddType application / x-httpd-php. Php. Php5
* Restart your lampp
* Test your server
That’s it!
