0

我已经按照 git 的安装步骤

我在构建 hiphop 时收到此错误

我正在使用 centos5x 并安装了所有依赖项

 root@host [~/hiphop/hiphop-php]# cmake .
 -- CMAKE_PREFIX_PATH was missing, proceeding anyway
 -- Performing Test HAVE_GCC_44
 -- Performing Test HAVE_GCC_44 - Success
 -- Boost version: 1.48.0
 -- Found the following Boost libraries:
 --   system
 --   program_options
--   filesystem
 --   regex
 -- Found LIBGLOG: /usr/lib/libglog.so
 -- Could NOT find LIBINOTIFY (missing:  LIBINOTIFY_LIBRARY)
 -- Found LIBUNWIND: /usr/lib/libunwind.so
 -- Could NOT find LIBICONV (missing:  LIBICONV_LIBRARY)
 -- Performing Test LIBICONV_CONST
 -- Performing Test LIBICONV_CONST - Failed
 -- MySQL Include dir: /usr/include  library dir: /usr/lib64
 -- MySQL client libraries: mysqlclient_r
 -- Found LIBMEMCACHED: /usr/lib/libmemcached.so
 -- Found PCRE: /usr/lib64/libpcre.so
 -- Found libevent: /usr/lib64/libevent.so
 -- Looking for evhttp_bind_socket_with_fd
 -- Looking for evhttp_bind_socket_with_fd - not found
 CMake Error at CMake/HPHPFindLibs.cmake:87 (message):
  Custom libevent is required with HipHop patches
 Call Stack (most recent call first):
  CMake/HPHPSetup.cmake:46 (include)
  hphp/CMakeLists.txt:18 (include)
 enter code here

 -- Configuring incomplete, errors occurred!
 root@host [~/hiphop/hiphop-php]#
 root@host [~/hiphop/hiphop-php]#

请任何人都可以解决这个问题

4

1 回答 1

-1

这是详细的安装指南:https ://github.com/facebook/hhvm/wiki

于 2013-11-23T13:12:23.170 回答