LS,

> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 24, 2001 5:01 PM
> To: Kees Hoekzema
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] php-4.0.6, zlib, gd problem
> 
> 
> First, use absolute dirs, not relative dirs.
ok, that solved the first problem, next one :)

I'm trying to use gd-2.0.1, because of the better features,
so i compile with:
./configure   
   --with-apache=/usr/src/apache
   --enable-track-vars
   --enable-magic-quotes
   --with-gd=/usr/src/gd2
   --with-mysql=/usr/src/mysql
   --with-zlib=/usr/local
   --with-jpeg-dir=/usr/src/jpeg
   --with-png-dir=/usr/src/libpng

which configures & compiles fine, after i link:
ln /usr/src/gd2/libgd.so.2.0.0 /usr/src/gd2/libgd.so

But.. i'll get a nice error when using gd-2.x functions..
Fatal error: imagecopyresampled(): requires GD 2.0 or later in
/www/test/pwchart.dsp on line 213

it isn't an urgent question, but i hate it when it can't
compile the way it should be ;)

- Kees



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

Reply via email to