I'm having some trouble compiling clamav on an old Linux 2.0 box (complete with gcc
2.95.3 and libc5). Searching the clamav archives yields no information on this
particular problem.
The requisite zlib 1.2.1 is installed on the system, as is bzip2 1.0.2. The machine
can build and install clamav
From: Antony Stone <[EMAIL PROTECTED]>
Date: Sat, 27 Mar 2004 21:32:46 +
> > I'm having some trouble compiling clamav on an old Linux 2.0 box
>
> Why are you still running 2.0?
>
> Even given your email username,
:)
> what is the purpose in running such an old
> system (updated last month
From: "Fajar A. Nugraha" <[EMAIL PROTECTED]>
Date: Sun, 28 Mar 2004 18:57:00 +0700
>/usr/include/sys/bitypes.h:84: warning: `int32_t' previously declared here
Looks like zziplib redeclare int8_t, int16_t, and int32_t
A quick-and-dirty way to fix this :
- backup zziplib/zzip-stdint.h
- edit it to r
From: Antony Stone <[EMAIL PROTECTED]>
Date: Sun, 28 Mar 2004 09:23:24 +0100
> > The problem is mainly a lack of time. Over the years I've developed my own
> > customised mini-distribution based on 2.0. I simply don't have the time at
> > the moment to rebuild the entire distribution from scratch
To install clamav-0.68 on a Linux 2.0-based distribution:
a) Back up /usr/include/sys/bitypes.h and remove these lines:
typedef /*signed*/ charint8_t;
typedef unsigned charu_int8_t;
typedef short int16_t;
typedef unsigned