Installation

在php上安裝libv8

  • December 26, 2014

嘗試通過命令安裝 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] :

我要回答什麼?

首先安裝 libv8-dev 包。

sudo apt-get install libv8-dev 

pecl 安裝程序應該發現路徑,但如果沒有。在詢問時提供 /usr/lib。

引用自:https://serverfault.com/questions/654900