PHP7的运行失败情况有什么,如何解决好
Admin 2022-07-30 群英技术资讯 332 次浏览
php7.2运行失败的解决办法:1、在PHP源码目录下执行“vi Makefile”;2、找到EXTRA_LIBS行;3、在行末添加“-llber”;4、保存退出并再次make即可。
本文操作环境:Windows7系统,PHP7.2版,Dell G3电脑。
php7.2运行失败怎么办?
php7.2 编译遇到的坑
checking size of long int... (cached) 8 configure: error: Cannot find ldap libraries in /usr/lib.
解决:
./configure php的时候出现下面错误而退出
configure: error: Cannot find ldap libraries in /usr/lib
解决办法:
cp -frp /usr/lib64/libldap* /usr/lib/
然后再./configure ...即可
/usr/bin/ld: ext/ldap/.libs/ldap.o: undefined reference to symbol 'ber_strdup' //usr/lib64/liblber-2.4.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1
解决办法:遇到这种类似的情况,说明「./configure 」沒抓好一些环境变数值。
解决方法,来自老外的一篇文章:
在PHP源码目录下 vi Makefile 找到 EXTRA_LIBS 行,在行末添加 ‘ -llber ‘ 保存退出再次make即可
/usr/local/src/php-7.2.7/sapi/cli/php: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory make: *** [ext/phar/phar.php] Error 127
解决:
1.先
#vi /etc/ld.so.conf
在里面加上一行 /usr/local/lib
2.然后运行/sbin/ldconfig
#/sbin/ldconfig
编译make
Generating phar.phar chmod: cannot access ‘ext/phar/phar.phar’: No such file or directory make: [ext/phar/phar.phar] Error 1 (ignored)
解决:
cd ext/phar/ cp ./phar.php ./phar.phar
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。
猜你喜欢
本篇文章给大家介绍一下PHP7比5快的原因。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。
for(PHP4,PHP5)for 循环是PHP中最复杂的循环结构。它的行为和C语言的相似。 for 循环的语法是:for(expr1;expr2;expr3)statement 第一个...
今天小编就为大家分享一篇Laravel 模型使用软删除-左连接查询-表起别名示例,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
继承已为大家所熟知的一个程序设计特性,PHP的对象模型也使用了继承。继承将会影响到类与类,对象与对象之间的关系。比如,当扩展一个类,子类就会继承父类所有公有的和...
php7安装mongodb扩展的方法:首先下载“mongodb-1.6.0.tgz”;然后进入“mongodb-1.6.0”;最后修改php.ini,并重启即可。
成为群英会员,开启智能安全云计算之旅
立即注册Copyright © QY Network Company Ltd. All Rights Reserved. 2003-2020 群英 版权所有
增值电信经营许可证 : B1.B2-20140078 粤ICP备09006778号 域名注册商资质 粤 D3.1-20240008