在 Debian Jessy 上安装 PECL v8js

在 Debian Jessy 上安装 PECL v8js

我尝试在 Debian/Jessy 上为 PHP-5.6 安装 pecl-v8js。

$ apt-get install php5 php5-dev libapache2-mod-php5 apache2 php5-cli libv8-dev g++ cpp
...
$ pecl install v8js-0.6.3
    ...
    checking for V8 version... 3.14.5.8
    configure: error: libv8 must be version 4.6.76 or greater
    ERROR: `/tmp/pear/temp/v8js/configure --with-v8js' failed

如何将 libv8 升级到所需的 4.6.76?

答案1

您需要从源代码构建。即使 Debian 不稳定版本也仍然有 3.14.5.8 版本。

相关内容