Help Installing zlib.
I can't seem to install zlib, which in turn prevents me from installing libpng, which in turn prevents me from installing either GD or ImageMagick.Any help would be appreciated.
237-31-73-048706# make test
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c example.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c adler32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c compress.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c crc32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c gzio.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c uncompr.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c deflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c trees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c zutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c inflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c infblock.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c inftrees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c infcodes.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c infutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c minigzip.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz
hello world
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib test OK ***
237-31-73-048706# make install
cp zlib.h zconf.h /usr/local/include
chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h
cp libz.a /usr/local/lib
cd /usr/local/lib; chmod 755 libz.a
cd /usr/local/lib; if test -f libz.so.1.1.4; then rm -f libz.so libz.so.1; ln -s libz.so.1.1.4 libz.so; ln -s libz.so.1.1.4 libz.so.1; (ldconfig || true) >/dev/null 2>&1; fi
237-31-73-048706#
It doesn't seem to be installed, because I can find
ZLIBLIB=/opt/zlib/lib
ZLIBINC=/opt/zlib/include
And it looks like libpng won't install
