>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Di 
>>Martino
>>Sent: Wednesday, July 09, 2008 2:49 PM
>>To: [email protected]
>>Subject: [rrd-users] pre req install issueses

>>RRDTOOL is still complaining it cannot find freetype2 even after configuring 
>>compiling and install freetype2.
>>What can be done to correct this situation.

>>OS: CentOS 5

I complied freetype2 as follows.
            cd $BUILD_DIR
            wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.10.tar.bz2
            tar jxvf freetype-2.1.10.tar.bz2
            cd freetype-2.1.10
            env CPPFLAGS="-I$BUILD_DIR/lb/include" 
LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" ./configure --disable-shared 
--prefix=$BUILD_DIR/lb
            make
            make install
_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to