This is a discussion on Re: [rrd-users] ubuntu server install within the RRD Users forums, part of the Networking and Network Related category; Try it all on one line without the backslashes: CPPFLAGS="-I/usr/local/include -I/usr/local/include/freetype2&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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:matthewm@boedicker.org] > Sent: Friday, April 18, 2008 3:11 PM > To: rrd-users@lists.oetiker.ch > 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 > > rrd-users@lists.oetiker.ch > > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |
![]() |
| Thread Tools | |
| Display Modes | |
|
|