2010年2月5日 星期五

[PHP] 編譯安裝bcompiler

瀏覽數
bcompiler 是一個收容於 PECL 的 PHP extension, 下載 bcompiler untar the bcompiler.tgz archive into php4/ext .(Get it directly from PECL » http://pecl.php.net/get/ bcompiler ) 下載的檔案 bcompiler-0.8.tgz 請複製到 /usr/local/src/ cd /usr/local/src/ tar zxvf bcompiler-0.8.tgz cd bcompiler-0.8 編譯bcompiler: run phpize in ext/bcompiler run ./buildconf in php4 run configure with --enable-bcompiler (and your other options) make; make install 如果執行 phpize 出現錯誤時, 表示未安裝 phpize, 請安裝 php-devel 後, 再重新編譯 centos: yum -install php-devel bzip2 ubuntu : apt-get install php5-dev bzip2 libbz2-dev 編譯安裝好後, centos 請檢查 /usr/lib/php/modules/ 底下是不是有 bcompiler.so 的檔案 編譯安裝好後, ubuntu 請檢查 /usr/lib/php5/ 20060613+lfs/ 底下是不是有 bcompiler.so 的檔案 如果有的話, 恭喜你 bcompiler 編譯安裝成功 安裝 好後,記得要改php.ini設定, 把 bcompiler 這個 extension 載入 centos: echo "extension=bcompiler.so" >> /etc/php.d/extensions.ini service httpd restart ubuntu : echo "extension=bcompiler.so" > /etc/php5/conf.d/bcomplier.ini 使用瀏覽器檢查你的phpinfo() , 如果有 bcompiler 的訊息 , 恭喜你可以開始使用 bcompiler

沒有留言: