我正在关注这个 Hiphop 安装指南:
https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10
当我尝试make
它时,我收到以下错误:
../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method'
我找到了这个 Server Fault 票证,但是来自链接的 Github 拉取请求的合并更改似乎并没有解决问题。
https://superuser.com/questions/339932/compiling-curl-with-hiphop-for-php-patch
我正在运行 Ubuntu 11.10,但我怀疑这是问题所在。
感谢您的任何帮助,您可以提供!
编辑:添加 Hiphop Cmake 错误:
当我尝试cmake .
忽略 libcurl 问题时,会出现以下错误:
CMake Error at CMake/HPHPFindLibs.cmake:90 (message):
Custom libcurl is required with the HipHop patch
Call Stack (most recent call first):
CMake/HPHPSetup.cmake:46 (include)
src/CMakeLists.txt:18 (include)