尝试通过命令安装v8js扩展:
sudo pecl install v8js-0.1.5但在安装结束时我得到了:
checking for V8 files in default path... not found
configure: error: Please reinstall the v8 distribution
ERROR: `/tmp/pear/temp/v8js/configure --with-v8js' failed在安装过程中,我也遇到了问题:
Please provide the installation prefix of libv8 [autodetect] :我要回答什么?
发布于 2014-12-26 22:08:21
首先安装libv8 8-dev包。
sudo apt-get install libv8-dev pecl安装程序应该发现路径,但如果没有。当它要求时提供/usr/lib。
https://serverfault.com/questions/654900
复制相似问题