减小字体
增大字体
作者:佚名 来源:本站整理 发布时间:2015/5/24 12:17:51
With the last glibc update ( glibc-2.5-107 ) on centos 5.9 (Final) 32bit, I receive this error trying to run lampp 1.7.7 or 1.8.1:
cat: error while loading shared libraries: libc.so.6: cannot 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
Stopping 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: cannot 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: cannot open shared object file: No such file or directory
XAMPP stopped.
解决办法:
I changed if egrep "9 " to if egrep "Red" and now all is well.
具体:
将if egrep "9 " /etc/redhat-release > /dev/null改为
if egrep "Red" /etc/redhat-release > /dev/null