我是 phpdbg 的新手。我正在尝试使用以下步骤安装 phpdbg:在phpdbg网站上提到
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
我必须从那里运行这个命令。