On Wed, 17 Jan 2001, lsiewfat wrote:

>Hi. May I know how come php3 works for imagecreatefromgif() with gd... as I
>only can find libgd.a in my /usr/lib. Any advise? Thanks.

What does this command output:

# nm /usr/lib/libgd.a |grep Gif

There might also be a gd.h from some other GD library in your system.
And did you remove config.cache before configuring PHP ?
Also 'make clean' before make is good thing to do.

--Jani


>----- Original Message -----
>From: "Jani Taskinen" <[EMAIL PROTECTED]>
>To: "lsiewfat" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Sent: Wednesday, January 17, 2001 10:17 AM
>Subject: Re: imagecreatefromgif() becomes an undefined function after
>upgrading to php4
>
>
>> On Wed, 17 Jan 2001, lsiewfat wrote:
>>
>> >Hi. When you says with --with-gd. Does it actually create some kind of
>> >library files somewhere..?
>>
>> No, you need to have GD library in your system.
>> And GIF support isn't included in versions > 1.5 of GD library.
>> Do the other image functions work?
>>
>> --Jani
>>
>>
>
>
>


-- 
PHP Install 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