I know this is a bit OS specific but it's for PHP so I'm hoping someone here has run into it before and can answer. I've compiled php_gd.so for use on an XServe running OSX 10.4. It works fine there. When I copy it to another XServe it fails because of missing dependencies (don't remember the exact error but that was the jist of it). I used otool -L php_gd.so and got the following... php_gd.so: /usr/local/lib/libpng12.0.dylib (compatibility version 33.0.0, current version 33.0.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.11) libz.1.dylib and libSystem.B.dylib exist on a "raw" machine so I assume it's just the libpng. So... Can I just ALSO copy the libpng file, drop it in the right place and have it work? It seems like it should work... but at the same time, something in my head is telling me it shouldn't work... Barring that does anyone have steps "written down" that I can follow to compile php_gd.so with libpng compiled in somehow so it is only one file? Thanks in advance! Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php