Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2756324
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

分类: LINUX

2014-08-19 11:33:50

php5.3.28+apache2.4.10 编译过程中遇到一个问题:
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
原因:php编译时添加了 –with-mcrypt”选项造成。所以“usr bin ld cannot find lltdl”
解决方法:
#cd libmcrypt-2.5.8/libltdl

#./configure –enable-ltdl-install

#make

#make install

重新回到php安装目录,再次make,即可正常

或者:
yum -y install libtool-ltdl-devel
阅读(1296) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~