Re: PHP4 trying to get gd graphics on debian with apache 1.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



theal wrote:
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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux