php.ini has extensions set up as: extension_dir=/usr/lib/php4/20010901/ extension=pgsql.so extension=gd.so
ls -l /usr/lib/php4/20010901/ lrwxrwxrwx 1 root root 23 Mar 26 14:23 gd.so -> /usr/lib/libgd.so.2.0.1 -rw-r--r-- 1 root root 95036 Mar 17 2002 gd.so.orig lrwxrwxrwx 1 root root 23 Mar 25 20:27 libgd.so.2.0.1 -> /usr/lib/libgd.so.2.0.1 -rw-r--r-- 1 root root 41412 Mar 31 2002 pgsql.so
Wow, what in the world is that? /usr/lib/php4/20010901/gd.so should never be a symlink to the system gd library. They are completely different beasts. gd.so is the PHP extension which links against the gd library and provides the access functions.
Is that symlink something you did or have the Debian folks completely lost their minds now?
-Rasmus
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php