Re: [GD-DEVEL] Doesn't work
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/13/07, Roberto Leserri <[email protected]> wrote: > Hi Pierre > > Thanks for your answer. Does it mean that I've got to recompile the > whole PHP for using libgd? You should not use an external libgd but rely on the bundled library. If you use the configure options I gave you earlier "--with-gd" without any option, it will work well. Be sure to have installed the development files for the libpng, libjpeg, freetype2 or XPM. > Is there not an other way to get it working? (I found some > documentations which explains the procedure as I wrote you yesterday. > But I didn't get it work in that way.) No, you have to compile it to get ext/gd support. --Pierre