×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
*Bringing this over (with improved command line) from off-topic discussion
on another Midrange list.*
Download and verify gpg the source for ClamAV
<
https://www.clamav.net/downloads> into some work directory.
Unpack the source tar xf clamav-0.103.2.tar.gz
Make sure pre-reqs are installed:
yum install curl-devel openssl-devel libxml2-devel
cd into the unpacked tree and configure / make / install:
./configure --prefix=/QOpenSys/pkgs
--exec-prefix=/QOpenSys/pkgs --libdir=/QOpenSys/pkgs/lib --disable-check
--with-systemdsystemunitdir=no --sysconfdir=/QOpenSys/etc
CFLAGS="-pthread" CPPFLAGS="-pthread" LDFLAGS="-pthread
-Wl,-brtl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib"
--with-libcurl=/QOpenSys/pkgs --with-xml=/QOpenSys/pkgs
--with-libjson=/QOpenSys/pkgs --disable-unrar && make install
OPEN SOURCE THRIVES ON PARTICIPATION.
Don't wish for fishes, learn to fish.
As an Amazon Associate we earn from qualifying purchases.