Trying to compile mod_php4 for Apache 1.3.20 on a FreeBSD 4.4-stable box using the ports collection, which was cvsup'ed earlier today. png.5 is made, but not png.4 .. which is a required dependency for mod_php4 .. any tips? tried deinstalling and making png on it's own, but same mess.. - rune ---- log ------------------------------------------------------------ /usr/ports/www/mod_php4> make install ===> Extracting for mod_php4-4.0.6_4 >> Checksum OK for php-4.0.6.tar.gz. >> Checksum OK for php_configure.3.diff. ===> mod_php4-4.0.6_4 depends on file: /usr/local/sbin/apxs - found ===> mod_php4-4.0.6_4 depends on executable: libtool - found ===> mod_php4-4.0.6_4 depends on shared library: gd.2 - found ===> mod_php4-4.0.6_4 depends on shared library: freetype.7 - found ===> mod_php4-4.0.6_4 depends on shared library: png.5 - not found ===> Verifying install for png.5 in /usr/ports/graphics/png ===> Extracting for png-1.2.0 >> Checksum OK for libpng-1.2.0.tar.gz. ===> Patching for png-1.2.0 ===> Applying FreeBSD patches for png-1.2.0 ===> Configuring for png-1.2.0 ===> Building for png-1.2.0 cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c png.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngset.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngget.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngrutil.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngtrans.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngwutil.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngread.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngrio.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngwio.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngwrite.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngrtran.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngwtran.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngmem.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngerror.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngpread.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pnggccrd.c ar rc libpng.a png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o pnggccrd.o ranlib libpng.a cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o png.so -c png.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngset.so -c pngset.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngget.so -c pngget.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngrutil.so -c pngrutil.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngtrans.so -c pngtrans.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngwutil.so -c pngwutil.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngread.so -c pngread.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngrio.so -c pngrio.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngwio.so -c pngwio.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngwrite.so -c pngwrite.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngrtran.so -c pngrtran.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngwtran.so -c pngwtran.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngmem.so -c pngmem.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngerror.so -c pngerror.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pngpread.so -c pngpread.c cc -O -pipe -I. -DPNG_USE_PNGGCCRD -fPIC -DPIC -o pnggccrd.so -c pnggccrd.c cc -shared -Wl,-x,-soname,libpng.so.5 -o libpng.so.5 png.so pngset.so pngget.so pngrutil.so pngtrans.so pngwutil.so pngread.so pngrio.so pngwio.so pngwrite.so pngrtran.so pngwtran.so pngmem.so pngerror.so pngpread.so pnggccrd.so -lz -lm ===> Installing for png-1.2.0 mkdir: /usr/local/include: File exists *** Error code 1 (ignored) mkdir: /usr/local/lib: File exists *** Error code 1 (ignored) install -c -o root -g wheel -m 444 png.h pngconf.h /usr/local/include install -c -o root -g wheel -m 444 libpng.a libpng.so.5 /usr/local/lib ln -sf libpng.so.5 /usr/local/lib/libpng.so ranlib /usr/local/lib/libpng.a install -c -o root -g wheel -m 444 libpng.3 libpngpf.3 /usr/local/man/man3 install -c -o root -g wheel -m 444 png.5 /usr/local/man/man5 ===> Generating temporary packing list ===> Compressing manual pages for png-1.2.0 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for png-1.2.0 ===> Returning to build of mod_php4-4.0.6_4 ===> mod_php4-4.0.6_4 depends on shared library: jpeg.9 - found ===> mod_php4-4.0.6_4 depends on shared library: mcrypt.6 - found ===> mod_php4-4.0.6_4 depends on shared library: pdf.3 - found ===> mod_php4-4.0.6_4 depends on shared library: jpeg.9 - found ===> mod_php4-4.0.6_4 depends on shared library: png.4 - not found ===> Verifying install for png.4 in /usr/ports/graphics/png ===> Returning to build of mod_php4-4.0.6_4 Error: shared library "png.4" does not exist *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. /usr/ports/www/mod_php4> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message