centos安装pdo_mysql扩展不成功
程序员文章站
2022-03-26 12:52:58
...
centospdophp安装pdo mysql
环境:Centos 7
在PHP5.4.16的基础上安装pdo_mysql扩展不成功。
我的按照步骤:
1)在PHP安装包的ext下找到pdo_mysql;
2)执行]$ phpize
3) 执行:$ ./configure --with-php-config=/usr/bin/php-config --with-pdo-mysql=/var/lib/mysql
4)出错提示:
checking for mysql_config... not found
checking for mysql install under /var/lib/mysql... can not find it
configure: error: Unable to find your mysql installation
我尝试这下面这些路径都不行
whereis mysql
mysql: /usr/bin/mysql /usr/lib64/mysql /usr/include/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
which mysql
/bin/mysql
上一篇: php date与gmdate的获取日期的区别_PHP教程
下一篇: 关于index页面的详细介绍