1.进入 Linux shell 并以系统管理员的身份登录:su2.将下载的压缩文件释放到 /opt:
tar xvfz xampp-linux-1.7.4.tar.gz -C /opt
3
使用下面的命令开始运行 XAMPP:/opt/lampp/lampp start出现如下的错误信息:
[root@localhost work]# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.4...
XAMPP: Starting Apache with SSL (and PHP5)...
/opt/lampp/bin/httpd: relocation error: /opt/lampp/lib/libapr-1.so.0: symbol sys
_siglist, version GLIBC_2.3.3 not defined in file libc.so.6 with link time refer
ence
XAMPP: Error 127! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum http://www.apachefriends.org/f/
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
怎么回事?