Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1388500
  • 博文数量: 146
  • 博客积分: 1440
  • 博客等级: 少尉
  • 技术积分: 2996
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-24 23:47
个人简介

我一直在走,至少还有条路,也好于无路可走…

文章分类

全部博文(146)

文章存档

2024年(1)

2023年(1)

2017年(2)

2016年(5)

2015年(13)

2014年(13)

2013年(70)

2012年(41)

分类: LINUX

2013-03-06 21:06:40

编译安装php 的时候, 执行make install 报错误:

/root/Nginxsource/php-5.2.14/sapi/cli/php: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
make[1]: *** [install-pear-installer] Error 127          #很明显meke  install的时候找不到libiconv.so.2的库文件了
make: *** [install-pear] Error 2                            #貌似这个错误在Centos6.x上面每次编译都会报错!



解决的方法如下:


1.在/etc/ld.so.conf中加一行/usr/local/lib,


2.然后运行/sbin/ldconfig

这样就ok了它就能找到库文件了



阅读(8284) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~