我已经按照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]#
请任何人解决此问题