configure: 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