Eliel
Eliel
the Clamav 1.3.0 built from sources all tests passed successfully, but 1.3,1 failed
mkdir build cd build cmake .. \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D APP_CONFIG_DIRECTORY=/etc/clamav \ -D DATABASE_DIRECTORY=/var/lib/clamav cmake --build . ctest
Start testing: Apr 18 16:24 -03 ---------------------------------------------------------- 1/11 Testing: libclamav 1/11 Test: libclamav Command: "/root/.local/bin/pytest" "-v" "libclamav_test.py" Directory: /postfix/clamav-1.3.1/unit_tests "libclamav" start time: Apr 18 16:24 -03 Output: ---------------------------------------------------------- ============================= test...
-D ENABLE_MILTER=OFF Failed 36% tests passed, 7 tests failed out of 11 Total Test time (real) = 800.85 sec The following tests FAILED: 1 - libclamav (Failed) 2 - libclamav_valgrind...
I tried adding ENABLE_STATIC_LIB=ON and ENABLE_SHARED_LIB=OFF to build parameters and it worked almost fine /postfix/clamav-1.3.1/build Start 1: libclamav 1/11 Test #1: libclamav ........................ Passed 14.25 sec Start 2: libclamav_valgrind 2/11...