Quote:
Today at 06:57 PM NTLDR said this in Post #4
Upload a file with:
PHP Code:
<?php
phpinfo();
?>
In it and search for GD, that will tell you what version you have, if any. If you have PHP 4.3.0 or above it comes with GD, see PHP.net for install instructions and make sure you use --with-gd in the ./configure step.
|
Thanks, I just installed the latest PHP. However, I went into the php.ini file and noticed that it calls for gd.so. When I went into the directory that it points to, it wasnt there. So i did an SLOCATE on gd.so, and all that exists is libgd.so. Should I edit the php.ini to point to libgd.so and copy that file into the right directory?
Im really lost lol