GD support

edde

New member
Joined
Oct 6, 2011
Messages
4
Hi all,

I'm using WordPress as a CMS for my sites, which I intend to migratie to my new FreeBSD 8.2 server.
Uploading JPEGs on a test site I just installed creates errors which seem to point at problems with GD. PNG-files upload just fine.

How do I install the latest and greatest GD-version without breaking my DirectAdmin (Apache 2.2, PHP5, MySQL) installation?

A link to a clear How-to would be appreciated a lot!

Thanks!
 
Install gd from ports.

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d
 
Back
Top