Looks like you are missing the pango and fontconfig libraries, and possibly the glib ones too. Make sure you have the appropriate libpango, etc packages installed. I'm more familiar with RHEL so I cant tell you the exact package names required, but I think 'aptitude search pango' should help.
Steve Steve Shipway University of Auckland ITS UNIX Systems Design Lead [email protected] Ph: +64 9 373 7599 ext 86487 ________________________________________ From: [email protected] [[email protected]] on behalf of Rares Pop [[email protected]] Sent: Sunday, 24 February 2013 9:59 a.m. To: [email protected] Subject: [rrd-users] rrdtool and ubuntu 12.04.2 LTS Dear all, After upgrading to Ubuntu 12.04.2 rrdtool graph no longer works. I have tried with ubuntu packages and also by building rrdtool manually, including all its dependencies. In both cases I get this error while calling rrdtool graph from Java (sun-jdk-6). It runs just fine from a bash console but not from a server running java. Any thoughts on how could I tackle this? Thank you, Rares This is what I get: (process:26625): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0) (process:26625): Pango-CRITICAL **: No modules found: No builtin or dynamically loaded modules were found. PangoFc will not work correctly. This probably means there was an error in the creation of: '/opt/rrdtool-1.4.5/etc/pango/pango.modules' You should create this file by running: pango-querymodules > '/opt/rrdtool-1.4.5/etc/pango/pango.modules' Fontconfig error: Cannot load default config file (process:26625): Pango-CRITICAL **: No fonts found: This probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org (process:26625): Pango-WARNING **: failed to find shape engine, expect ugly output. engine-type='PangoRenderFc', script='common' (process:26625): Pango-WARNING **: failed to find shape engine, expect ugly output. engine-type='PangoRenderFc', script='latin' (process:26625): Pango-CRITICAL **: No fonts found: This probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org (process:26625): Pango-CRITICAL **: No fonts found: This probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org (process:26625): Pango-CRITICAL **: No fonts found: This probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
