PHP をコンパイルします: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user= php-fpm --with-fpm-group=php-fpm --with-mysql-dir=/usr/local/mysql --with-mysql-sock=/tmp/mysql.sock --with-libxml-dir - -with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-mcrypt --enable-soap - -enable-gd-native-ttf --enable-ftp --enable-mbstring --enable-exif --enable-zend-multibyte --disable-ipv6 --with-pear --with-curl=/usr/bin / --with-openssl
プロンプト エラー メッセージ:
configure: error: mysql configure failed. 詳細については、config.log を確認してください
--with-mysql=/usr/local/ を入力します。この問題を解決するために、Mysql は --with-mysql-dir=/usr/local/mysql に変更されます。
理由は不明ですが、バージョンの問題である可能性があります。チュートリアルでは普通なので。
ありがとうございます http://www.myException.cn/ai/1653997.html