Home > Backend Development > PHP Tutorial > php不支持mysqli,有什么办法生成mysqli.so,该怎么处理

php不支持mysqli,有什么办法生成mysqli.so,该怎么处理

WBOY
Release: 2016-06-13 10:10:46
Original
1378 people have browsed it

php不支持mysqli,有什么办法生成mysqli.so
我的服务器上php没有装mysqli这个库,操作系统是radhat,请问有什么办法装上mysqli呢?

------解决方案--------------------
从网上找下这个文件,linux命令rpm安装一下
------解决方案--------------------

探讨

我下载了php5.2.9,
./configure –prefix=/usr/local/mysqli –with-php-config=/usr/local/php5/bin/php-config –with-mysqli=/usr/local/mysql/bin/mysql_config
make;make test时编译通不过?
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