wget http://in1.php.net/distributions/php-5.3.29.tar.bz2 tar -xvf php-5.3.29.tar.bz2 cd php-5.3.29 ./configure make make test # Neither mandatory nor a bad idea. sudo make install——————————————
如果在使用make命令时提示错误,使用
sudo apt-get install libxml2-dev然后再从make开始执行命令。
以上就是apt安装php5.3环境的方法的详细内容!
查看更多关于apt安装php5.3环境的方法的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did54389
apt安装php5.3环境的方法
阅读:51次