php报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php报错相关的知识,希望对你有一定的参考价值。

【问题1】:安装php时,当进行到make时,出现以下错误:

/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1

【解决办法】

  出现此问题的原因是在编辑php时添加的“–with-mcrypt”选项造成。

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

这个时候再回到php的安装目录下进行重新编译php,一切ok

重新编译,make之后出现的是

技术分享

本文出自 “12300166” 博客,请务必保留此出处http://12310166.blog.51cto.com/12300166/1926795

以上是关于php报错的主要内容,如果未能解决你的问题,请参考以下文章

PHP必用代码片段

springcloud报错-------关于 hystrix 的异常 FallbackDefinitionException:fallback method wasn't found(代码片段

PHP代码-psysh调试代码片段工具

超实用的php代码片段

比较有用的php代码片段

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段