[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Ricky Dhatt
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]>

[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Derick Rethans
Mike, I suggest you try the latest snapshot @ http://snaps.php.net/php-latest.tar.gz and configure like this: ./configure --with-gd=php --other options This will use the bundled GD library, which is more current than any 'official' release. The PHP Dev Team decided to bundle it to make sure t

Re: [PHP] GD 2.0

2001-10-18 Thread Rasmus Lerdorf
See http://www.php.net/~rasmus/gd.html for tips on building from source. Just stick the gd2 filename you see there into google to find it somewhere. Boutell's site seems a tad unstable. -Rasmus On Fri, 19 Oct 2001, Chris Aitken wrote: > Just wondering if anyone has managed to install GD 2 on t