Try: CPPFLAGS="-I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2" LDFLAGS=-L/usr/local/lib ./configure
On Sat, Apr 19, 2008 at 01:54:04AM -0600, Shon Hender wrote: > Getting closer... > > Now I get this error (and yes libart is installed in /usr/local): > > I could not find a working copy of libart-2.0. Check config.log for hints on > why this is the case. Maybe you need to set LDFLAGS and CPPFLAGS > appropriately so that compiler and the linker can find libart_lgpl_2 and its > header files. If you have not installed libart-2.0, you can get it either > from its original home on > > ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/ > > You can find also find an archive copy on > > http://oss.oetiker.ch/rrdtool/pub/libs > > The last tested version of libart-2.0 is 2.3.17. > > LIBS=-lm > LDFLAGS=-L/usr/local/lib > CPPFLAGS=-I/usr/local/include -I/usr/local/include/freetype2 > -I/usr/include/libart-2.0 > > -----Original Message----- > From: Matthew M. Boedicker [mailto:[EMAIL PROTECTED] > Sent: Friday, April 18, 2008 5:46 PM > To: Shon Hender; [email protected] > Subject: Re: [rrd-users] ubuntu server install > > Try it all on one line without the backslashes: > > CPPFLAGS="-I/usr/local/include -I/usr/local/include/freetype2" > LDFLAGS=-L/usr/local/lib ./configure > > On Fri, Apr 18, 2008 at 03:23:15PM -0600, Shon Hender wrote: > > 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
