Chinaunix首页 | 论坛 | 博客
  • 博客访问: 214051
  • 博文数量: 73
  • 博客积分: 1879
  • 博客等级: 上尉
  • 技术积分: 920
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-22 15:57
文章分类

全部博文(73)

文章存档

2012年(3)

2011年(15)

2008年(55)

分类: 系统运维

2008-11-20 10:14:31

如题,出现如下错误 :
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp6.la] 错误 1
[root@gzf php6.0-200811120530]# yum search lltdl
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * base: mirror.be10.com
 * updates: mirror.be10.com
 * addons: mirror.be10.com
 * extras: centos.candishosting.com.cn
No Matches found
解决办法
下载mcrypt源代码包,进入源代码包下的libltdl目录下
#cd /usr/local/libmcrypt-x.x.x/libltdl
加如下参数编译
# ./configure --enable-ltdl-install
# make
# make install
# make clean

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