Yes, it is in /usr/local/, but that did not work. I'm getting the following error when I run the command below:
-bash: LDFLAGS=-L/usr/local/lib: No such file or directory -----Original Message----- From: Matthew M. Boedicker [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 3:11 PM To: [email protected] Subject: Re: [rrd-users] ubuntu server install Where did you install freetype2? If it's in /usr/local/ try something like: CPPFLAGS="-I/usr/local/include -I/usr/local/include/freetype2" \ LDFLAGS=-L/usr/local/lib \ ./configure On Fri, Apr 18, 2008 at 02:24:52PM -0600, Shon Hender wrote: > I've installed freetype2 from source but I keep getting this same error: > Any suggestions? > > > > * I could not find a working copy of freetype2. Check config.log for hints > on wy > > this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately > > so that compiler and the linker can find libfreetype and its header files. > If > > you have not installed freetype2, you can get it either from its original > homn > > > > http://prdownloads.sourceforge.net/freetype/ > > > > You can find also find an archive copy on > > > > http://oss.oetiker.ch/rrdtool/pub/libs > > > > The last tested version of freetype2 is 2.1.10. > > > > LIBS=-lm > > LDFLAGS= > > CPPFLAGS= -I/usr/include/freetype2 > > > > ---------------------------------------------------------------------------- > > > > configure: error: Please fix the library issues listed above and try again. > > > > Thanks, > > -Shon > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
