From: <jc...@fe...> - 2002-11-27 14:12:16
|
On Wednesday 27 November 2002 13:37, Chunhui Pan wrote: | Hi, | | I need jpg files, but couldn't find gd.h. What do you mean with "I couldn't find"? `configure', in a unix/linux=20 system will find it for you. In my system: [jcard@feup] rpm -ql gd-devel /usr/include/gd.h | How to get png, gd driver | work? I'm unable to get it even following the instruction. | | Thank you We need more details in order to help you. What platform are you using? If you are using unix/linux, you need to compile or rpm-install the gd=20 library, as well as the png or jpeg libraries or rpms. On my system, Suse-8.0 linux, the following rpm packages are needed: gd-1.8.4, gd-devel-1.8.4, libpng-2.1.0.12, libpng-devel-2.1.0.12,=20 libjpeg-6.2.0, libz-1.1.3, besides the usual X11 packages. Joao |