環境:CENTOS6.5
PHP5.6.1
编译パラメータ:
./configure --prefix=/usr/local/php56 --with-config-file-path=/usr/local/php56/etc --enable-inline-optimization --disable-rpath --enable-shared --enable-opcache --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql =mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gettext --enable-mbstring --with-iconv --with-mcrypt=/usr/local/libmcrytp/ --with- mhash --with-openssl --enable-bcmath --enable-soap --with-libxml-dir --enable-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm -- Enable-sockets --with-curl --with-zlib --enable-zip --with-bz2 --with-readline --with-jpeg-dir=/usr/local/jpeg -with-png-dir= /usr/local/libpng
出错内容:configure: error: このシステムで構造体フロックを定義する方法がわかりません。 --enable-opcache=no
常见解决办法:
编辑/etc /ld.so.conf
システムに従って、文件/etc/ld.so.conf を追加し、その後 ldconfig を実行して、再度ダウンロードします。
時々、如果自己的 libmcrytp(加密算法扩展库) は手動编译です话、ただこれ/usr/local/libmcrytp/lib/を/etc/ld.so.confに追加し、その後ldconfigを実行して、それをもう一度再追加します;