eaccelerator 0.9.6.1 和 --with-eaccelerator-shared-memory 不起作用
我尝试使用 --with-eaccelerator-shared-memory 标志编译 eaccelerator 0.9.6.1 但之后:
./configure --with-eaccelerator-shared-memory
收到此消息:
configure: WARNING: unrecognized options: --with-eaccelerator-shared-memory
我需要启用内容缓存,因此 get_ 和 set_功能
I tried to compile eaccelerator 0.9.6.1 with --with-eaccelerator-shared-memory flag but after:
./configure --with-eaccelerator-shared-memory
got this message:
configure: WARNING: unrecognized options: --with-eaccelerator-shared-memory
I need content cache enabled, so get_ and set_ functions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
用户缓存功能在 0.9.6 中被删除,因此带有 eaccelerator-shared-memory 的开关也被删除。
https://eaccelerator.net/wiki/Release-0.9.6
旧版本不会t 使用 PHP 5.3 进行编译。
The user cache functions were removed in 0.9.6 and therefore also the switch with-eaccelerator-shared-memory.
https://eaccelerator.net/wiki/Release-0.9.6
Older versions won't compile with PHP 5.3.
您是否先运行 phpize 来获取 php 版本?我刚刚在我的盒子上运行了configure --with-eaccelerator-shared-memory 并得到了以下输出:
也许您的链接器不支持共享库的构建?只需再次检查您的 gcc 安装(apt-get update)。
Did you run phpize first to get php version? I just ran configure --with-eaccelerator-shared-memory on my box and I get this output:
Maybe your linker doesn't support the building of shared libraries? Just check your gcc installation again (apt-get update).