Domingo Fonteboa Gascón schrieb:
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?

Thank you.

Domingo.

You need to install the shared libraries as well (I guess).
Trog posted this some hours ago:
On Thu, 2004-11-25 at 09:13, gregory duchesnes wrote:

might be a stupid question, but how do you i that, and if shared libraries
are not updated how do i update them?


configure --shared


Also you should make sure that /usr/local/ is searched for libraries and headers, like this:


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

Thomas

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to