Ok, I'm trying to compile php with both zlib (1.1.3) and t1lib.

When I do:
./configure --with-t1lib  --with-zlib (etc)

it fails with:
checking whether to include zlib support... yes
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.

But if I omit the --with-1tlib it works fine.

In a strangeness thing, if I ./configure --with-zlib and then ./configure 
--with-t1lib  --with-zlib  it actually finishes the configure (but if I 
erase config.cache it still fails).

It seems that something during the configuring of t1-lib is messing with 
the later configure for zlib.  I know nadda about configure scripts so I'm 
hoping one of you developer-types can help.

Shawn
---
Shawn J. Wallace ([EMAIL PROTECTED])
Justweb Inc. - http://www.justweb.com
(519)652-6599 or (800)343-9312



-- 
PHP General 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