So I'm not usually the best person to be answering questions, but I'll give this one a shot since I was getting boxes the other day and managed to fix it. But beware - I could be completely wrong! My problem at the time was that I was missing the etc/pango/pango.modules file altogether (for other reasons).
The pango.modules in my etc directory is ASCII, and the /bin/pango-querymodules is a binary file so I doubt you want to copy one to the other. I would try re-building pango which should hopefully recreate the etc/pango/pango.modules? Here's a sample pango.modules file: http://www.linuxquestions.org/questions/linux-newbie-8/error-in-the-creation-of-etcpangopango.modules-260513/ You could also try following the links in the pango.modules file to make sure they are valid locations. bedwards wrote: > > I upgraded from 1.2 to 1.3.5 switching from libart to pango/cairo, and > the text in the graphs shows up as squares. The system is 64-bit, > CentOS 5. Here are the versions of the libraries that I am using: > > cairo-1.8.6 > fontconfig-2.4.2 > freetype-2.3.5 > glib-2.19.3 > libpng-1.2.18 > libxml2-2.6.31 > pango-1.22.4 > pixman-0.13.2 > pkg-config-0.23 > zlib-1.2.3 > > I searched around and tried running the following command: > > ${INSTALL_DIR}/bin/pango-querymodules > \ > "${INSTALL_DIR}/etc/pango/pango.modules" > > It did not fix the problem. I'd appreciate any advice on > troublshooting this. How can I identify the library that is causing > the problem? > > Regards, > Brian > > -- > Brian Edwards > Zenoss, Inc. > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > -- View this message in context: http://n2.nabble.com/text-in-graphs-shows-up-as-squares-tp2089443p2100303.html Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
