Re: [clamav-users] "BZIP2_LIBRARIES" breaks cmake build

2022-01-18 Thread anctop via clamav-users
sources, CMake is open source and the module is here: https://github.com/Kitware/CMake/blob/master/Modules/FindBZip2.cmake Regards, Micah Micah Snyder ClamAV Development Talos Cisco Systems, Inc. ____ From: cla

[clamav-users] "BZIP2_LIBRARIES" breaks cmake build

2022-01-15 Thread anctop--- via clamav-users
Hi, I am writing to report that the cmake build method will be broken if the "BZIP2_LIBRARIES" parameter is set. The build is successful with this : | cmake .. \ | -D CMAKE_BUILD_TYPE=Release \ | -D ENABLE_JSON_SHARED=OFF \ | -D JSONC_INCLUDE_DIR=/include/json-c \ | -D JSONC_LIBRARY=/lib

Re: [clamav-users] how to build release 0.104.1 in non-standard systems

2021-11-05 Thread anctop--- via clamav-users
Thank you very much for your advice. We have successfully built ClamAV 0.103.4 and have it working. On Fri, 5 Nov 2021, Andrew C Aitchison wrote: On Fri, 5 Nov 2021, anctop--- via clamav-users wrote: We are using ClamAV on our server for protection against virus. However, the build

[clamav-users] how to build release 0.104.1 in non-standard systems

2021-11-04 Thread anctop--- via clamav-users
Hi, We are using ClamAV on our server for protection against virus. However, the build method (using "cmake") for the new 0.104.1 release has prevented us from upgrading promptly as before. Our system is running "Linux From Scratch", in which most software packages are installed in non-stan