I am trying to get php installed with the --with-png-dir option. I have tried installing libpng 1.0.12 from source and from rpm. Both types of installs appear to work fine. libpng is located in /usr/local, so I have the option set to --with-png-dir=/usr/local When I try to configure with this option, I get the following lines before it quits: checking for the location of libpng... yes checking for png_info_init in -lpng... no configure: error: libpng not found! Can anyone help with this? The machine is a Pentium 166 with 128MB running Mandrake 8.0 Jon Wagoner