MAC
での PHP のコンパイルとインストールに関する問題
php5.4のせいです。そこで mysqlnd を使用します。 mysql と mysqli を追加するときに、mysqlnd
を使用すると libiconv コンパイル エラーが発生する可能性もあります。 MAC に付属の libiconv バージョンの問題が原因である可能性があります。
libiconv のパスを指定すると、コンパイルした libiconv パスを見つけることができます。
-with-iconv-dir=
sudo ./configure --prefix=/opt/ local /webserver/php --with-mysql=mysqlnd --with-config-file-path=/opt/local/webserver/php/etc --enable-gd-native-ttf --enable-gd-jis-conv - -with-iconv-dir=/usr/local/lib --with-zlib --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-最適化 --with-curl --with-curlwrappers --enable-mbregex --enable-mbstring --with-libxml-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib - - with-jpeg-dir=/usr/local/lib --with-gd --with-png-dir=/usr/local/lib --enable-debug --with-mysqli=mysqlnd --with-openssl - -enable-fpm
やっと動きました。昨日はこの問題のため。 MACがクラッシュするところでした。 。