php安装make报错信息及解决方法

Posted

tags:

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

make错误
Generating phar.phar
/root/php-5.3.27/sapi/cli/php:error while loading shared libraries: libmysqlclient.so.18: cannot open sharedobject file: No such file or directory
make: *** [ext/phar/phar.phar] 错误 127
解决:[[email protected] php-5.3.27]# ln -s/application/mysql/lib/libmysqlclient.so.18 /usr/lib64/
 
又报错
Generating phar.phar
chmod: 无法访问"ext/phar/phar.phar":没有那个文件或目录
make: [ext/phar/phar.phar] 错误 1 (忽略)
 
Build complete.
Don‘t forget to run ‘make test‘.
解决:[[email protected] php-5.3.27]# mkdir ext/phar/phar.phar -p


本文出自 “小菜鸟” 博客,请务必保留此出处http://baishuchao.blog.51cto.com/12918589/1929981

以上是关于php安装make报错信息及解决方法的主要内容,如果未能解决你的问题,请参考以下文章

make && make install报错

LAMP 常见安装编辑错误以及解决方法

centos7编译安装LNMP(nginx-1.16.0,mysql8.0.16,php-7.3.6)常见问题报错及解决方法

源码编译nginx的时候,出现“make: *** 没有指明目标并且找不到 makefile。 停止“。的报错的解决方法

编译geth报错的解决方法 make: *** [geth] 错误 1

PHP 结合memcache make 过程的报错解决办法