On Fry, 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
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to