> I am having trouble installing rrdtools on a red hat EL4 box. > > I tried running ./configure --prefix=/usr/local/rrdtool/ && make && make > install and it proceeds a bit but then ends with "could not find a working > copy of freetype2". > > I downloaded freetype-2.3.1, compiled and installed it (or so I think) but > the same error still comes up. Please help, thanks!
On RedHat such packages are divided into "freetype-2.x.x" and "freetype-devel-2.x.x". You need also the -devel packages, which has the include files, etc. Regards, Ulf. --------------------------------------------------------------------- ATC-Onlane Inc., T: 650-532-6382, F: 650-532-6441 4600 Bohannon Drive, Suite 100, Menlo Park, CA 94025 --------------------------------------------------------------------- _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
