Koozali.org: home of the SME Server

GD UPGRADE

DINCLAUX Laurent

GD UPGRADE
« on: March 13, 2002, 10:29:52 AM »
Can someone tell me how to compile gd ?
I've got problems with paths to configure in Makefile (see below)

#Typical install locations for freetype 2.0, zlib, xpm, libjpeg
#and libpng header files. If yours are somewhere else, change this.
#-I. is important to ensure that the version of gd you are installing
#is used, and not an older release in your directory tree somewhere.

INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/$
 
#Typical install locations for freetype, zlib, xpm and libpng libraries.
#If yours are somewhere else, other than a standard location
#such as /lib or /usr/lib, then change this. This line shouldn't hurt
#if you don't actually have some of the optional libraries and directories.
LIBDIRS=-L/usr/local/lib -L/usr/lib/X11 -L/usr/X11R6/lib

Simeon

Re: GD UPGRADE
« Reply #1 on: March 14, 2002, 09:30:23 PM »
to have gd support just install the appropriate rpm from rpms.arvin.dk
that's what i did and it worked great.

DINCLAUX Laurent

Re: GD UPGRADE
« Reply #2 on: March 15, 2002, 12:48:32 AM »
I need gd 2 ...