php+mysql怎么不转义原样婺谌
答案:1 悬赏:10 手机版
解决时间 2021-03-26 04:48
- 提问者网友:伴风望海
- 2021-03-25 14:29
php+mysql怎么不转义原样婺谌
最佳答案
- 五星知识达人网友:深街酒徒
- 2021-03-25 15:51
首先下载与当前php运行环境相同的源码包,解压后,进入到ext/mysql
执行/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-mysql --with-zlib-dir=/usr
报错如下:
checking for mysql_close in -lmysqlclient… no
checking for mysql_error in -lmysqlclient… no
configure: error: mysql configure failed. Please check config.log for more information.
出现这个错误,是因为php在进行配置时,默认读取的mysql的库文件目录为/usr/lib/mysql,但是操作系统为x86_64,所以应该让其读取/usr/lib64/mysql目录。
执行/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-mysql --with-zlib-dir=/usr
报错如下:
checking for mysql_close in -lmysqlclient… no
checking for mysql_error in -lmysqlclient… no
configure: error: mysql configure failed. Please check config.log for more information.
出现这个错误,是因为php在进行配置时,默认读取的mysql的库文件目录为/usr/lib/mysql,但是操作系统为x86_64,所以应该让其读取/usr/lib64/mysql目录。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯