make deinstall-depends
慎用!! make deinstall-depends 會移除與該程式相關軟體
請注意!! 操作時請務必慎重 三思.
如: 移除與php4相關
cd /usr/ports/lang/php4/ ; make deinstall-depends
慎用!! make deinstall-depends 會移除與該程式相關軟體
請注意!! 操作時請務必慎重 三思.
如: 移除與php4相關
cd /usr/ports/lang/php4/ ; make deinstall-depends
備忘用,僅供參考.
移除現有php4 &apache13
cd /usr/ports/lang/php4/ ; make deinstall
cd /usr/ports/www/apache13/ ;make deinstall
部分狀況可能會遇到libtool 要大於 2.2
Found libtool-1.5.24, but you need to upgrade to libtool>=2.2.
cd /usr/ports/devel/libtool22/;make install
安裝apache22 , 安裝 php5
cd /usr/ports/www/apache22/ ; make install
cd /usr/ports/lang/php5/ ; make install
cd /usr/ports/lang/php5-extension/ ; make install
httpd.conf 設定檔新增
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
©2008,2009 - Post by
藍色泡泡
(some rights reserved)