php 是源码编译安装,mysql 是通过rpm 包安装,想安装一个pdo_mysql扩展;进入到php的源码包下找pdo_mysql扩展后;
一直编译不通过;
./configure --with-php-config=/usr/local/php/bin/php-config --with-pdo-mysql=/usr/bin/mysql --with-zlib-dir=/var/lib64/mysql
mysql的安装路径我也不知道是那个但是 whereis mysql 出来的路径 就 /usr/bin/mysql 有效,
错误如下
checking for MySQL support for PDO... yes, shared checking for the location of libz... /var/lib64/mysql checking for mysql_config... /usr/bin/mysql /usr/bin/mysql: unknown option '--libs' /usr/bin/mysql: unknown option '--cflags' checking for mysql_commit in -lmysqlclient... no checking for mysql_commit in -lmysqlclient... (cached) no configure: error: PDO_MYSQL configure failed, MySQL 4.1 needed. Please check config.log for more information.
/usr/bin/mysql
是客户端路径 你应该使用
root@e152fda7761b:/# whereis mysqld
mysqld: /usr/sbin/mysqld
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。