搭建LNMP运行环境问题汇总
文章目录
CentOS_6.5_x64 + Nginx 0.8.x + PHP 5.2.14(FastCGI)+ MySQL 5.5.3 参考文章 http://zyan.cc/nginx_php_v6/
1. VMWare克隆或复制CentOS虚拟机后无法上网的解决,执行service network restart出现报错信息:Device eth0 does not seem to be present
- VMWare仍然选择NAT模式
|
|
2. 在Linux下安装PHP过程中,编译时出现configure: error: libjpeg.(a|so) not found 错误的解决办法
检查之后发现已经安装了libjpeg,但是在/usr/lib目录下没有libjpeg.so这个文件,在/usr/lib64下是有的,虽然使用–with-jpeg-dir=/usr/lib64 依然无效,最后用
|
|
问题解决, libpng 报的错误解决方法一样
3. 在centos 6.5 64位版本上安装LNMP,config php的时候出现下面错误而退出configure: error: Cannot find ldap libraries in /usr/lib
|
|
然后再./configure …即可
4. ImageMagick在64位下编译遇到的问题,和你的情况类似,找不到动态链接库,参见:
http://www.codigg.com/2009/12/imagemagick-lib64-make-fpic/ 将/usr/lib /usr/local/lib 添加到/etc/ld.so.conf文件中。
|
|
5. “Can’t locate ExtUtils/MakeMaker.pm” while compile git
|
|
然后重新make
6. nginx不能访问,可能是防火墙问题
.编辑iptables
|
|
文章作者 小叨
上次更新 2016-01-05