[clamav-users] how to build release 0.104.1 in non-standard systems
anctop at gmail.com
anctop at gmail.com
Fri Nov 5 01:08:03 UTC 2021
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 ?
More information about the clamav-users
mailing list