Мне позарез нужно скомпилировать плагин для ClamAV посредством cmake. Делал как описано тут https://github.com/Kerio/antivirus-sdk Собрал буст,но похоже что криво. При попытке собрать ClamAV плагин выдает это. Не может найти указанные библиотеки?
bash-4.2# cmake CMakeLists.txt
CMake Error at /usr/share/cmake-2.8/Modules FindBoost.cmake:1199 (message):
Unable to find the requested Boost libraries.Boost version: 1.41.0
Boost include path: /usr/include Detected version of Boost is too old. Requested version was 1.48 (or newer).
The following Boost libraries could not be found:
boost_thread
boost_filesystem
boost_system
boost_date_time
boost_regex
boost_chrono
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:9 (find_package)
CMake Error at CMakeLists.txt:23 (SET_TARGET_PROPERTIES):set_target_properties Can not find target to add properties to: avir_clam
-- Configuring incomplete, errors occurred!