[Image-SIG] ZLIB (PNG/ZIP) support not available

2009-03-05 Thread Jorge Pereira
Hi, We're trying to install PIL 1.1.6 on a RHEL 4Up4 x64, but we are having some difficulties. Although zlib RHEL's rpms are installed (zlib-1.2.1.2-1.2.i386 and zlib-1.2.1.2-1.2.x86_64), when executing python setup.py build_ext -I, we keep getting the message saying that ZLIB (PNG/ZIP) support

Re: [Image-SIG] ZLIB (PNG/ZIP) support not available

2009-03-05 Thread Karsten Hiddemann
Jorge Pereira schrieb: We’re trying to install PIL 1.1.6 on a RHEL 4Up4 x64, but we are having some difficulties. Although zlib RHEL’s rpms are installed (zlib-1.2.1.2-1.2.i386 and zlib-1.2.1.2-1.2.x86_64), when executing “python setup.py build_ext –I”, we keep getting the message saying

Re: [Image-SIG] ZLIB (PNG/ZIP) support not available

2009-03-05 Thread Fredrik Lundh
I'm not up to date with RHEL packaging, but judging from e.g. http://rpm.pbone.net/index.php3/stat/4/idpl/5602905/com/zlib-1.2.1.2-1.2.x86_64.rpm.html the packages you have are runtime libraries, not development packages (i.e. header files and link libraries are missing). Look for packages

Re: [Image-SIG] ZLIB (PNG/ZIP) support not available

2009-03-05 Thread Tim Hatch
Although zlib RHEL’s rpms are installed (zlib-1.2.1.2-1.2.i386 and zlib-1.2.1.2-1.2.x86_64)... Make sure you have the dev versions of those packages as well, namely zlib-devel, freetype-devel, etc. Tim ___ Image-SIG maillist -