[PHP] PHP 4.3.0-dev and gd

2002-07-11 Thread Kevin Waterson

trying to get the built in gd to work without luck
I am using redhat and it has gd 1.8.4(or something)
but the newer compiled version does not seem to install.

I check with phpinfo and it just says 1.6.2 or higher
but none of the 2.* functions work so I assume the
new gd did not install. my config line looks like this..
./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-ttf=/usr 
--enable-track-vars --enable-ftp --enable-imap --enable-ssl --enable-versioning 
--enable-trans-sid --enable-sysvsem --with-config-file-path=/etc --with-gd

kind regards
Kev

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




Re: [PHP] PHP 4.3.0-dev and gd

2002-07-11 Thread Danny Shepherd

You need to compile with GD2 if you want to use any of the 2.* functions in
PHP - phpinfo will say 'GD 2.0 or higher'

HTH

Danny.

- Original Message -
From: Kevin Waterson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 11, 2002 1:49 PM
Subject: [PHP] PHP 4.3.0-dev and gd


 trying to get the built in gd to work without luck
 I am using redhat and it has gd 1.8.4(or something)
 but the newer compiled version does not seem to install.

 I check with phpinfo and it just says 1.6.2 or higher
 but none of the 2.* functions work so I assume the
 new gd did not install. my config line looks like this..

./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-ttf=/usr --e
nable-track-vars --enable-ftp --enable-imap --enable-ssl --enable-versioning
 --enable-trans-sid --enable-sysvsem --with-config-file-path=/etc --with-gd

 kind regards
 Kev

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



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




Re: [PHP] PHP 4.3.0-dev and gd

2002-07-11 Thread Kevin Waterson

On Thu, 11 Jul 2002 17:19:07 +0100
Danny Shepherd [EMAIL PROTECTED] wrote:

 You need to compile with GD2 if you want to use any of the 2.* functions in
 PHP - phpinfo will say 'GD 2.0 or higher'

I tried --with-gd2 but then I get no gd at all?
the included gd version is 2.0.1 but does not
seem to build from it.

Kevin

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