On Wed, Jun 04, 2003 at 07:42:21AM +0800, Nicholas Chua <[EMAIL PROTECTED]> wrote: > In file included from zziplib/zzip-dir.c:15: > zziplib/zzip-file.h:20:18: zlib.h: No such file or directory > make[1]: *** [zzip-dir.lo] Error 1 > make[1]: Leaving directory `/var/src/clamav-0.54/libclamav' > make: *** [all-recursive] Error 1
Here is a prior email to the list with the same exact problem.
It should have been in the archives I believe.
> Subject: RE: [clamav-users] clamav-20030522 make error
>
> > On Fri, 23 May 2003, David Vasil wrote:
> > > make[1]: Leaving directory `/home/tmp/clamav-20030522/libclamav'
> > > In file included from zziplib/zzip-dir.c:15:
> > > zziplib/zzip-file.h:20: zlib.h: No such file or directory
> > > make[1]: *** [zzip-dir.lo] Error 1
> > > make: *** [all-recursive] Error 1
> >
> > The answer is right in this line:
> > > zziplib/zzip-file.h:20: zlib.h: No such file or directory
> >
> > zzip-file.h is trying to #include <zlib.h> and it looks like your
> > makefile is not looking for include files in any place but -I.,
> > -Izziplib, and -I.. . Add in -I{PATH TO YOUR HEADER FILES} and
> > -L{PATH TO YOUR LIBRARIES} to the makefile in the appropriate
> > places. If you do not have zlib installed, you should install
> > that before proceeding.
>
> Thanks, David. The ploblem was solved.
> I am using Turbolinux workstation 7 and zlib package was already installed,
> but 'zlib-devel' package was not installed.
> After install it, it solved.
>
> Best regards,
>
> ---------------------------------------------------
> Satoru Kitabayashi
--
+------------------------------------------------------------+
| Dave Vasil [EMAIL PROTECTED] |
| University of Tennessee Computer Science Dept. |
| UTKCS Systems Administrator 865-974-8364 |
+------------------------------------------------------------+
pgp00000.pgp
Description: PGP signature
