1

我正在安装 hiphop-php。在最后一步(编译)中,我遇到了一个错误,

-- CMAKE_PREFIX_PATH was missing, proceeding anyway
-- MySQL Include dir: /usr/include  library dir: /usr/lib64/mysql
-- MySQL client libraries: mysqlclient_r
-- Could NOT find LIBMEMCACHED  (missing:  LIBMEMCACHED_LIBRARY LIBMEMCACHED_INCLUDE_DIR)
CMake Error at CMake/HPHPFindLibs.cmake:46 (message):
  libmemcache is too old, found and we need 0.39
Call Stack (most recent call first):
  CMake/HPHPSetup.cmake:46 (include)
  src/CMakeLists.txt:18 (include)


-- Configuring incomplete, errors occurred!

我用谷歌搜索,但没有得到正确的,请帮助我

4

1 回答 1

0

你遵循什么指令,你在什么平台上?我刚刚测试了 ubuntu 12.04 和 13.04,它们开箱即用。

于 2013-05-15T23:23:50.160 回答