cannot find -lltdl ,编译php又出错了
php在make过程中出现“usr bin ld cannot find lltdl”错误,详细错误如下:
/usr/bin/ld: canno什么单机好玩t find -lltdl
collect2: ld returned 1 exi助学金什么时候发t status
make: *** [libphp5.la] error 1
在google上搜了好久,终于找到答案,原来是在编辑php时添加的“–with-mcrypt”选项造成。所以“usr bin ld cannot find lltdl”错误解决办法如下:
1、如果不需要mcrypt,那么编辑php时去掉该选项,然后再make、make install。
2、如果需要mcrypt,那么需要安装libltdl
libltdl在libmcrypt软件包中就有,具体过程:
#cd /software/libmcrypt-2.5.8/libltdl
#./configure –enable-ltdl-install
#make
#make install
这个时候又出现了新的问题erroe:while loading shared libraries: libltdl.s,: cannot open shared object file: no such file or directory
然后我有
#ln -s三年级必读书目 /uq币转帐sr/lib/libltdl.so /usr/lib/libltdl.so.3
抗美援朝死亡人数 make install
出现了cp: cannot stat `ext/phar/phar.phar’: no such file or directory
于是我又: cd ext/phar/
ls -l
结果发现没有phar.phar 这个文件!!于是我怀疑是phar.php ,
cp ./phar.php ./phar.phar
make install
没有问题了呀!!问题解决呀!!
作者“朴树”
本文发布于:2023-04-07 06:14:29,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/bec6d1ecf73a2ececb75c1be095a13e2.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:php的编译问题之一.doc
本文 PDF 下载地址:php的编译问题之一.pdf
留言与评论(共有 0 条评论) |