Using gd w/o the php module?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
paperplate
Forum Newbie
Posts: 16
Joined: Thu Sep 04, 2008 12:15 pm

Using gd w/o the php module?

Post by paperplate »

I have some web space on a unix box (sparcos) but that server does not have the php gd module installed. I guess it was compiled w/o gd support: configure command: './configure' '--prefix=/usr/local/php-5.2.5' '--with-mysql=/usr/local/mysql' '--enable-discard-path'; there is no gd section at all in the phpinfo() printout.

I was able to compile libgd with png & jpeg support successfully, but I don't have administrative privileges to actually install a module into apache. How can I bypass having to use the gd php module and just interface with libgd directly?

Thanks.
Post Reply