在共享主机帐户上安装xcache

时间:2013-01-30 12:04:35

标签: php apache shared-hosting opcode xcache

我想在共享主机帐户上安装xcache。我已按照此处的说明操作:http://xcache.lighttpd.net/wiki/InstallFromSource但请注意差异:

  • 您无法在共享主机上运行“su”,因为make install希望将xcache。*文件移动到共享模块目录。
  • 但是,您可以将xcache。*文件复制到您帐户的目录中,并告诉php.ini使用该库

我遇到的问题是以下php错误:

[30-Jan-2013 04:35:52 America/Denver] PHP Warning:  PHP Startup: XCache: Unable to    initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
in Unknown on line 0

这个共享主机使用了几个php版本。我想将特定的php二进制文件作为编译参考。

在我的服务器上:

Configuration File (php.ini) Path   /usr/php/53/etc
Loaded Configuration File   /home4/scoobydo/public_html/php.ini
Scan this dir for additional .ini files /usr/php/53/etc/php.d

我该怎么做?

1 个答案:

答案 0 :(得分:0)

很简单,如果你不能运行'su',那么就不能制造& make install xcache for source。

您可能可以从发行版的预编译二进制文件中再次使用,这些可能需要安装“su”或“sudo”命令。