使用 sarge 當作os
自己去抓了 httpd 跟php5回來編譯
根據http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloader 操作
只是 apache 版本 新一點點
但是 apache 就是灌不起來
./configure跟 make可以pass 但是 make install 會在
mkdir /usr/local/apache/manual
之後的Installing build system files跳出
就算換其他apache2 版本也一樣
改用apt-get install apache2 是可以成功
但是 sarge內沒有php5
我自己編譯php5 的時候make就卡住了 說缺少apache2 元件
可是 apache2明明已經裝上去了
反正他就是死給我看
之前有自己編譯過kernel 還有apache 都沒欲過這樣的
請問是哪出問題
thx
make[2]: Entering directory `/home/tzuyu/httpd-2.0.54/modules/mappers'
make[3]: Entering directory `/home/tzuyu/httpd-2.0.54/modules/mappers'
make[3]: Leaving directory `/home/tzuyu/httpd-2.0.54/modules/mappers'
make[2]: Leaving directory `/home/tzuyu/httpd-2.0.54/modules/mappers'
make[2]: Entering directory `/home/tzuyu/httpd-2.0.54/modules'
make[2]: Leaving directory `/home/tzuyu/httpd-2.0.54/modules'
make[1]: Leaving directory `/home/tzuyu/httpd-2.0.54/modules'
Making install in support
make[1]: Entering directory `/home/tzuyu/httpd-2.0.54/support'
make[2]: Entering directory `/home/tzuyu/httpd-2.0.54/support'
make[2]: Leaving directory `/home/tzuyu/httpd-2.0.54/support'
make[1]: Leaving directory `/home/tzuyu/httpd-2.0.54/support'
make[1]: Entering directory `/home/tzuyu/httpd-2.0.54'
cd support && make suexec
make[2]: Entering directory `/home/tzuyu/httpd-2.0.54/support'
make[2]: `suexec' is up to date.
make[2]: Leaving directory `/home/tzuyu/httpd-2.0.54/support'
Installing configuration files
mkdir /etc/httpd
Installing HTML documents
mkdir /usr/local/apache/htdocs
Installing error documents
mkdir /usr/local/apache/error
Installing icons
mkdir /usr/local/apache/icons
mkdir /usr/local/apache/logs
Installing CGIs
mkdir /usr/local/apache/cgi-bin
Installing header files
Installing man pages and online manual
mkdir /usr/local/apache/man
mkdir /usr/local/apache/man/man1
mkdir /usr/local/apache/man/man8
mkdir /usr/local/apache/manual
Installing build system files
make[1]: Leaving directory `/home/tzuyu/httpd-2.0.54'
Server:/home/tzuyu/httpd-2.0.54# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 619626 339645 246921 58% /
tmpfs 47376 0 47376 0% /dev/shm
/dev/hda2 2178772 181568 1886528 9% /home