Following unknown configure options were used:--enable-fpm
執行cd php-5.2.13安裝時候
./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --with-mysql=/usr/local/mysql/ --with-libxml-dir=/usr/local/libxml2/ --with-jpeg-dir=/usr/local/jpeg6/ --with-freetype-dir=/usr/local/freetype/ --with-gd=/usr/local/gd2/ --with-mcrypt=/usr/local/libmcrypt/ --with-mysqli=/usr/local/mysql/bin/mysql_config --enable-soap --enable-mbstring=all --enable-sockets --enable-fastcgi --enable-fpm
錯誤:Following unknown configure options were used:--enable-fpm
這是因為沒有打補丁
tar -zxvf php-5.2.13.tar.gz
gzip -cd php-5.2.13-fpm-0.5.13.diff.gz | patch -d php-5.2.13 -p1 ##fpm補丁安裝到php源碼
cd php-5.2.13
如果沒有打補丁的話,那麼安裝目錄下少sbin目錄
最後更新:2017-04-03 05:39:29
上一篇:
[ext/iconv/iconv.lo] Error 1
下一篇:
Log4j 2.0在開發中的高級使用詳解—介紹篇(一)
獲取android手機裏的所有應用,點擊並響應
《正則表達式經典實例(第2版)》——2.4 匹配任意字符
Erlang(起個中文名:易浪)不能錯過的盛宴
從PCI上讀取數據 線程和定時器效率
回憶那些年我們一起追過的windows係統
iphone8解鎖密碼忘記了怎麼辦指紋的也用不了
Java IO--對象序列化Serializable、ObjectOutputStream、ObjectInputStream、transient
java.util.concurrent包(4)——讀寫鎖ReentrantReadWriteLock
Spring 設計理念探討係列一
Python虛擬機的初始化概覽