I've done it, and it's quite a pain.  Try http://www.php.net/~rasmus/gd.html
and look for Rasmus's posts on google groups for some insight.  One problem
I had was that configure kept finding old gd's; I had go thru my system and
rename them temporarly to get it to work.

"Mike" <[EMAIL PROTECTED]> wrote in message
004501c2285c$9059c620$[EMAIL PROTECTED]">news:004501c2285c$9059c620$[EMAIL PROTECTED]...
> Hello,
>
> I'm trying to use imagecreatetruecolor & imagecopyresampled to resize some
> of my images. The problem is I can't get PHP Version 4.0.6 to recognize
that
> I have gd-2.0 installed. I keep getting this error: Fatal error:
> imagecreatetruecolor(): requires GD 2.0 or later.
>
> I have these files in /usr/lib for gd :
>                                                 libgd.la
>                                                 libgd.so
>                                                 libgd.so.1
>                                                 libgd.so.1.8
>                                                 libgd.so.1.8.4
>                                                 libgd.so.2
>                                                 libgd.so.2.0.0
>
> I installed php and gd by rpm. I did try to install gd from the source,
Did
> make install with no errors.
>
> Not sure where to go from here.
>
> Thanks in advance for any help,
>
> Mike
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/02
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to