我尝试使用--with-eaccelerator-shared-memory标志编译eaccelerator 0.9.6.1但之后:
./configure --with-eaccelerator-shared-memory
收到此消息:
configure: WARNING: unrecognized options: --with-eaccelerator-shared-memory
我需要启用内容缓存,所以 get_ 和 set_ 功能
我尝试使用--with-eaccelerator-shared-memory标志编译eaccelerator 0.9.6.1但之后:
./configure --with-eaccelerator-shared-memory
收到此消息:
configure: WARNING: unrecognized options: --with-eaccelerator-shared-memory
我需要启用内容缓存,所以 get_ 和 set_ 功能
用户缓存功能在 0.9.6 中被移除,因此也移除了带有-eaccelerator-shared-memory 的开关。
https://eaccelerator.net/wiki/Release-0.9.6
旧版本无法使用 PHP 5.3 进行编译。
您是否先运行 phpize 以获取 php 版本?我刚刚在我的盒子上运行了 configure --with-eaccelerator-shared-memory ,我得到了这个输出:
检查 gcc 链接器 (/usr/bin/ld -m elf_x86_64) 是否支持共享库...是
也许您的链接器不支持构建共享库?只需再次检查您的 gcc 安装(apt-get update)。