[PHP] GD 2.0 Souce tar ball ?

2002-12-20 Thread R'twick Niceorgaw
Hi guys,
does any one have latest GD 2.0 source tarball and care to share ?
seems like the url http://www.boutell.com/gd is down 

Regards
-R'twick



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




[PHP] PHP gd-2.0

2002-07-10 Thread Mike

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




[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 
there are no more weird problems with PHP in combination with GD.

Derick

Mike wrote:
 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




[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] 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




[PHP] GD 2.0

2001-10-18 Thread Chris Aitken

Just wondering if anyone has managed to install GD 2 on their system. I
have been trying to play with image manipulation on my FreeBSD4.3 box
using PHP, and it tells me that I need GD 2 installed to use image
resampling, but even after ive updated my ports tree, it still only had GD
1.8


I cannot seem to get to the actual GD site so im not sure whats up there,
but has anyone else installed GD 2 and if so, any suggestions on whats the
best way to go about it would be appreciated.


Cheers


Chris



--
 Chris Aitken - Administration/Database Designer - IDEAL Internet
  email: [EMAIL PROTECTED]  phone: +61 2 4628   fax: +61 2 4628 8890
  __-__
  # ln -s /dev/null /bin/laden
  If you don't like my typing, all flames to /bin/laden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 their system. I
 have been trying to play with image manipulation on my FreeBSD4.3 box
 using PHP, and it tells me that I need GD 2 installed to use image
 resampling, but even after ive updated my ports tree, it still only had GD
 1.8


 I cannot seem to get to the actual GD site so im not sure whats up there,
 but has anyone else installed GD 2 and if so, any suggestions on whats the
 best way to go about it would be appreciated.


 Cheers


 Chris



 --
  Chris Aitken - Administration/Database Designer - IDEAL Internet
   email: [EMAIL PROTECTED]  phone: +61 2 4628   fax: +61 2 4628 8890
   __-__
   # ln -s /dev/null /bin/laden
   If you don't like my typing, all flames to /bin/laden





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] gd 2.0

2001-04-07 Thread J.R. Lillard

has anyone gotten php to compile with gd 2.0?  i know gd 2.0 is still in
beta, but i was able to compile and install it without any problems.  when
compiling php, however, i end up with some error in regards to the libmysql
extension.  if i switch back to gd 1.8, all works fine.

-jr



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]