On Fri, Jan 19, 2001 at 03:43:05PM -0800, Mark Olbert wrote : 
> Why am I encountering the following error in configure:
> 
> checking for gzgets in -lz... no
> configure: error: Zlib module requires zlib >= 1.0.9.
> 
> when my version of zlib is higher than that:
> 
> ls -l /usr/lib/libz*
> 
> -rwxr-xr-x   1 root     root        66354 Jan 17 21:08 /usr/lib/libz.a
> lrwxrwxrwx   1 root     root           13 Jan 17 21:08 /usr/lib/libz.so ->
> libz.so.1.1.3
> lrwxrwxrwx   1 root     root           13 Jan 17 21:08 /usr/lib/libz.so.1 ->
> libz.so.1.1.3
> -rwxr-xr-x   1 root     root        62204 Jan 17 21:08
> /usr/lib/libz.so.1.1.3

        You need the 'development' files too, or so called
'header' files. On my machine its

-rw-r--r--    1 root     root        40898 Sep 25 15:19 /usr/include/zlib.h
-rw-r--r--    1 root     root         7810 Sep 25 15:19 /usr/include/zconf.h

m.

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to