On Thu, Nov 25, 2004 at 02:22:17PM +0100, Domingo Fonteboa Gascón wrote:
> Hello,
> I have a problem in configure, clamav say that
> I need install zlib and zlib-devel.
> 
> I have installed the package zlib-1.2.1.tar.Z,
> that come in the CD "sources for open source
> components" of TRU64 distribuition.
> 
> Error:
> 
> root> ./configure
> checking build system type... alphaev6-dec-osf5.1
> checking host system type... alphaev6-dec-osf5.1
> checking target system type... alphaev6-dec-osf5.1
> .
> .
> .
> checking whether snprintf correctly terminates long strings... yes
> checking pthread.h usability... no
> checking pthread.h presence... no
> checking for pthread.h... no
> checking zlib.h usability... no
> checking zlib.h presence... no
> checking for zlib.h... no
> configure: error: Please install zlib and zlib-devel packages
> 
> zlib is installed:
> 
> root> ls -l /usr/local/include/zlib.h
> -rw-r--r--   1 501      80         57739 Nov 25 14:13
> /usr/local/include/zlib.h
> root> ls -l /usr/local/lib/libz.a /usr/lib/libz.a
> lrwxrwxrwx   1 root     system        21 Nov 22 15:16 /usr/lib/libz.a ->
> /usr/local/lib/libz.a
> -rwxr-xr-x   1 root     system    152582 Nov 25 14:13 /usr/local/lib/libz.a
> 
> Can someone help me?

Can you try the following command line:

    ./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to