This is a discussion on Re: [rrd-users] ubuntu server install within the RRD Users forums, part of the Networking and Network Related category; Where did you install freetype2? If it's in /usr/local/ try something like: CPPFLAGS="-I/usr/local/include -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 | |
|
|