php can't find libz when i run ./configure
zlib is in <prefix>/zlib-1.1.4
pdflib is in <prefix>/pdflib-4.0.2-AIX
php is in <prefix>/php-4.1.1
configure script:
./configure --prefix=/rc48/d38/pubsdev --enable-force-cgi-redirect --with-mysql=/rc48/d38/pubsdev/mysql --with-pdflib=/rc48/d38/pubsdev/pdflib-4.0.2-AIX/bind/c --with-zlib=/rc48/d36/pubsdev/zlib-1.1.4/
there are libz.a and libz.h files in <prefix>/zlib.
what am i doing wrong?