首页 / 网页编程 / PHP / 为php增加mysql模块时报错
为php增加mysql模块时报错2015-02-28configure: error: mysql configure failed. Please check config.log for more information.为php增加mysql模块时报错configure: error: mysql configure failed. Please check config.log for more information.解决方法:[vagrant@rs-1 mysql]$ ./configure --with-php-config=/usr/local/bin/php-config --with-mysql-dir=/usr --with-zlib-dir而非[vagrant@rs-1 mysql]$ ./configure --with-php-config=/usr/local/bin/php-config --with-mysql=/usr --with-zlib-dir