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-standard locations.

For pre-104 releases, we have to build the package via the following steps :

tar xf clamav-<ver>.tar.gz
mkdir clamav-build
cd clamav-build
sh ../clamav-<ver>/configure \
     --prefix=<clamav-prefix> \
     --sysconfdir=<clamav-etc> \
     --datarootdir=<clamav-prefix> \
     --enable-shared --disable-experimental --enable-milter --with-gnu-ld \
     --with-xml=<path-to-libxml2> \
     --with-openssl=<path-to-openssl> \
     --with-libjson-static=<path-to-json-c>/lib/libjson-c.a \
     --with-pcre=<path-to-pcre2> \
     --with-zlib=<path-to-zlib> \
     --with-user=<clamav-user> --with-group=<clamav-group> \
     --with-libcurl=<path-to-curl>
make
make check
make DESTDIR=<install-directory> install-strip

Please kindly advise how can we build the 0.104.1 release ?

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml

Reply via email to