對linux不是很熟悉,我做了這些步驟后如何開啟這個curl服務(wù)呢?-獲得安裝包,從網(wǎng)上直接下載或者其他途徑,這里直接wget
# wget http://curl.haxx.se/download/curl-7.17.1.tar.gz
--解壓到當前目錄
# tar -zxf curl-7.17.1.tar.gz
--進入解壓后的目錄內(nèi)
# cd curl-7.17.1
--配置,指定安裝的目錄,這里是“/usr/local/curl”
# ./configure --prefix=/usr/local/curl
--
# make
--安裝
# make install
--安裝完畢作者: xinxundong 時間: 2014-2-10 21:04
我在用phpize生成編譯文件時
/www/wdlinux/php/bin/phpize
Cannot find config.m4.
Make sure that you run '/www/wdlinux/php/bin/phpize' in the top level source directory of the module
報錯請問如何解決?作者: admin 時間: 2014-2-11 09:57