Linux下安装PHP经常出现的问题

1. ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --enable-track-vars 时出错:
checking lex output file root... ./configure: line 2418: lex: command not found
configure: error: cannot find output from lex; giving up

解决方法:
在安装盘里找到flex安装包rpm
安装 flex

2. 重新config,出现以下错误:
checking libxml2 install dir... no
configure:error:xml2-config not found. Please check your libxml2 installation.

解决方法:
安装 libxml2-dev

3
Warning: dl(): Unable to load dynamic library "/usr/lib/php4/mysql.so" - libmysqlclient.so.10: cannot open shared object file: No such file or directory in /usr/www//test.php on line 9
function test output

解决方法:
找到MySQL-shared-compat包
# rpm -ivh MySQL-shared-compat-4.1.7-0.i386.rpm

4 warning: Function registration failed - duplicate name - mysql_connect in /usr/www/test.php on line 9
解决方法:
把test.php中的 dl("mysql.so")  注释掉,重新测试
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /usr/www/inc.php on line 7
以root登录到mysql执行语句:update user set password=OLD_PASSWORD("password") where user="root"; 就行啦。
具体描述见以下帖子:
http://dev.mysql.com/doc/mysql/en/Old_client.html
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值