2014-06-11 29 views
0

我是phpdbg的新手。我試圖安裝使用以下步驟phpdbg:這是在現場phpdbgPHPdbg安裝錯誤

cd /usr/src/php-src/sapi 
git clone https://github.com/krakjoe/phpdbg 
cd ../ 
./buildconf --force 
./config.nice 
make -j8 
make install-phpdbg 

提到的第四個步驟,即當我嘗試這樣做:

bash: ./buildconf: No such file or directory 

從我必須運行此命令。

+0

http://www.litespeedtech.com/support/forum/threads/recompiling-php-according-to-wiki-works-but-not-with-litespeed.454/ –

+0

@SantoshDhanawade:我沒有你:( –

+0

你有沒有通過鏈接? –

回答

0

如果你使用PHP 5.5和自制程序,做到這一點...

brew install php55 --with-phpdbg

我認爲它也應該爲PHP 5.4和PHP 5.6的工作(可以在默認情況下上) 。