Home > Backend Development > PHP Tutorial > phpize编译出错,该怎么处理

phpize编译出错,该怎么处理

WBOY
Release: 2016-06-13 10:27:05
Original
851 people have browsed it

phpize编译出错
我用phpize编译mysql.so,这是我的命令:./configure --with-php-config=/usr/local/php/bin/php-config --with-mysql=/usr/local/mysql-5.5.24-linux2.6-i686/
但是后来的make test显示:2个fail

mysql_escape_string() [tests/mysql_escape_string.phpt]
mysql_get_client_info() [tests/mysql_get_client_info.phpt]

这是怎么回事,有没有说明文件说明phpize到底怎么用,网上的blog都是乱七八糟的

------解决方案--------------------

探讨

引用:

从来不make test 的路过..

直接 make make install....

反正我的mysql.so放到指定目录里面,php还是不显示加载mysql了

------解决方案--------------------
探讨

从来不make test 的路过..

直接 make make install....
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template