環境: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: Don't know how to define struct flock on this system, set --enable-opcache=no
常見解決辦法:
編輯/etc/ld.so.conf
根據系統,加入檔案/etc/ld.so.conf,然後執行ldconfig,使其重新載入一次;
有時候,如果自己的libmcrytp(密碼編譯演算法擴充庫)是手動編譯的話,只把這個/usr/local/libmcrytp/lib/加入到/etc/ld.so.conf,然後執行ldconfig,使其重新載入一次;