cmake errors while using the cmake command
I am using the Fedora12 32bit machine for hiphop server. I am getting following error.
-- Looking for evhttp_bind_socket_with_fd - not found CMake Error at CMake/HPHPFindLibs.cmake:49 (message): Custom libevent is required with HipHop patches Call Stack (most recent call first): CMake/HPHPSetup.cmake:10 (include) src/CMakeLists.txt:18 (include)
and
-- Looking for curl_multi_select -- Looking for curl_multi_select - not found CMake Error at CMake/HPHPFindLibs.cmake:76 (message): Custom libcurl is required with HipHop patches Call Stack (most recent call first): CMake/HPHPSetup.cmake:10 (include) src/CMakeLists.txt:18 (include)
Can you please help me to solve this error
Hi purab,
HipHop does some dependency checking prior to being built. From the looks of these errors, you haven't downloaded and installed the patched libevent or the patched libcurl libraries. There are instructions for doing that at the link below:
https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM-on-Ubuntu-12.04
I hope that helps, if you're even still having issues.