eaccelerator 0.9.6.1 和 --with-eaccelerator-shared-memory 不起作用

发布于 2024-12-08 21:19:32 字数 335 浏览 4 评论 0原文

我尝试使用 --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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ペ泪落弦音 2024-12-15 21:19:32

用户缓存功能在 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.

﹉夏雨初晴づ 2024-12-15 21:19:32

您是否先运行 phpize 来获取 php 版本?我刚刚在我的盒子上运行了configure --with-eaccelerator-shared-memory 并得到了以下输出:

检查 gcc 链接器 (/usr/bin/ld -m elf_x86_64) 是否支持共享库...是

也许您的链接器不支持共享库的构建?只需再次检查您的 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:

checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

Maybe your linker doesn't support the building of shared libraries? Just check your gcc installation again (apt-get update).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文