打印

XAMPP問題

XAMPP問題

[root@localhost steve]# /opt/lampp/lampp start
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
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: 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 for Linux started.

有辦法解決嗎@@?

TOP

解决办法:

vi /opt/lampp/lampp
找到:export LD_ASSUME_KERNEL=2.2.5
改为:export LD_ASSUME_KERNEL=2.8.0
/opt/lampp/lampp sta

TOP

我又遇到另一項問題
就是 輸入網址時
要登入 xampp user
我怎麼輸入都無法登入
不知道原因為何
我已經按造教學上面的設定過了

[ 本帖最後由 steve801101 於 2013-7-26 12:39 編輯 ]

TOP

1:lampp  密码 *******  这步不过没设定可以跳过吧
2:进入后是 root 密码****
终端进入lampp目录后执行命令: ./lampp start
/opt/lampp/lampp security 这个是  1 和 2 都执行的
/opt/lampp/bin/mysqladmin -u root password    这个只执行2 好像
你试下吧 不行我也没办法了 删掉后重新安装看看

TOP