-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 6 Dec 2004 20:15:09 -0600 (CST)
"C. Bensend" <[EMAIL PROTECTED]> wrote:

> > There are some environment variable that you can set to specify
> > arguments to gcc, such as additional include paths and additional
> > library paths.  Something like:
> >   CFLAGS="-I/usr/local/include -L/usr/local/lib"
> >
> > I don't often have to specify them, so I can't remember exactly what
> > they are, but if you google around, you ought to be able to find it.
> 
> I think that's pretty much what I did - I don't recall exactly right
> now; I'm on the road for work.  IIRC ClamAV wasn't picking up on the
> packages installed (curl was one, don't recall the other - perhaps
> db?) in /usr/local.

For archival, and possibly the README/INSTALL file:

tar zxvf clamav-0.80.tar.gz
cd clamav-0.80
useradd -s /sbin/nologin -d /tmp clamav
useradd -s /sbin/nologin -d /tmp qscand
groupadd clamav

export LDFLAGS="-L/usr/local/lib -lpthread"
export CFLAGS="-I/usr/local/include"

./configure --disable-clamav \
- --enable-dependency-tracking \
- --disable-clamuko \
- --enable-bigstack \
- --sysconfdir=/etc \
- --with-user=clamav \
- --with-group=clamav \
- --disable-cr 
make && make check && make install && make clean



- -- 
/--  _| | Regards. Please note, my PGP key ID has changed.
|-- / | | If you are planning on sending me something encrypted
\__ \_| | please update your keyring. Debian/OpenBSD. 53C9FC6C.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBtholjtZArFPJ/GwRAos2AJ45Pwm2ft8sU5tUaj8lQkwBuWOICgCfQubu
Oz3AqjG2e5EOf7x8y9nkDrg=
=T51f
-----END PGP SIGNATURE-----
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to