+ -
当前位置:首页 → 问答吧 → help,服务器安装php时没有装上mysqli这个库,有没什么办法加入这个库?

help,服务器安装php时没有装上mysqli这个库,有没什么办法加入这个库?

时间:2011-12-14

来源:互联网

操作系统是radhat,php版本是5.2.9,现在缺少mysqli,我的网站就跑不起来啊,求好心人指点!

作者: postfix2   发布时间: 2011-12-14

下载了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时编译通不过?

作者: postfix2   发布时间: 2011-12-14