【问题标题】:Re-compile eAccelerator after WHM installWHM 安装后重新编译 eAccelerator
【发布时间】:2013-02-27 12:49:31
【问题描述】:

关于堆栈溢出的第一个问题,请原谅我的任何愚蠢行为。

我的网络服务器目前有问题。它有 WHM / cPanel,我已经多次使用 WHM 来调整设置并通过 easyApache 添加/删除包。

在 easyApache 中有安装/删除 eAccelerator 的选项,但没有配置选项。 eAccelerator 已安装并正在执行其工作,但我需要使用以下标志重新编译它而不破坏它。

--with-eaccelerator-doc-comment-inclusion

我在谷歌搜索过程中遇到了以下说明,但它们似乎不完整,至少满足我的需要。请有人提供一组包含上述标志的说明,以便我可以重新编译 eAccelerator,但不会丢失由 easyApache 安装的 eAccelerator 的任何内容。

make clean # IMPORTANT!!!
phpize
make
make install

【问题讨论】:

    标签: php cpanel whm recompile eaccelerator


    【解决方案1】:

    调用phpize后需要重新配置

    ./configure --with-eaccelerator-doc-comment-inclusion

    【讨论】:

    • 非常感谢,所以我可以运行以下命令重新编译eAccelerator。 [代码] make clean , phpize , ./configure --with-eaccelerator-doc-comment-inclusion , make , make install [代码]
    • 是的!这应该是要走的路
    猜你喜欢
    • 2015-11-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-05
    • 1970-01-01
    • 2012-10-02
    • 2015-11-27
    • 1970-01-01
    相关资源
    最近更新 更多