2009-09-12 49 views

回答

1

如果你想/需要自己編譯PHP,你可能想看看Apache 2.0 on Unix systems:這個過程是不是太複雜,但它可能需要一些時間(一到兩個小時之間說了)如果它是你的休假時間。

如果你有更具體的問題,不要猶豫,問:-)


由於您使用的是分佈提供RPM,不過,有一個問題在我腦海中:有沒有RPM提供pcntl擴展,你可以使用,而不是重新編譯自己?
(我沒有CentOS機器測試,對不起)

+0

我沒想到要找rpm。我需要這些擴展。 * PCNTL:--enable-了pcntl * POSIX:--enable-POSIX *套接字:--enable-插座 * SHMOP:--enable-shmop * SYSVSEM:--enable-SYSVSEM – David 2009-09-12 19:11:51

+0

我試圖找到一個PHP5的RPM但沒有運氣。我運行./configure並得到了這個

 ./configure loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH 
David 2009-09-12 20:02:35

+0

找出cc或gcc沒有安裝。 – David 2009-09-12 20:06:19