Hi. Thanks for responsing. Here is the result : 00004078 d Gif89 00001958 T gdImageCreateFromGif 00001010 T gdImageGif Previously, when run with php3. The function works but not after php4. However I did just upgrade to php4 without specifying --with-gd for the first. Since I have not remove config.cache and make clean. I will try again and see the result. But the way, may I know what are libgd.a or libgd.so files stand for as I am new to unix. Thanks very much in advance.. -- Original Message ----- From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "lsiewfat" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 9:01 PM Subject: Re: [PHP-INST] Re: imagecreatefromgif() becomes an undefined function after upgrading to php4 > 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]