--- Cooper Nelson <[EMAIL PROTECTED]> wrote: > > My apologies in advance if this is a stupid question, but I did check > the archives first, with no luck. > > I've built the latest snapshot of RRDtool and so far have been unable to > get any text to display on the graphs. How does RRDtool render text? > Am I missing fonts or a library or something?
Yes, you need to define RRD_DEFAULT_FONT in src/rrd_graph.c For Solaris, the line #define RRD_DEFAULT_FONT "/usr/openwin/lib/X11/fonts/TrueType/Arial.ttf" works fine. Cheers, Stan __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
