Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: ccaaee on December 15, 2011, 01:06:45 PM
-
Hi
I'm trying to get rrdtool going and am running into problems:
I keep getting "Fontconfig error: Cannot load default config file"
Normally I've got all the correct dependencies ...
Thanks in advance
ccaaee
-
Hi ccaaee
Check /etc/fonts/ and see it the file fonts.conf exists. If it doesn't, make sure fontconfig.tcz
is installed. I also read somewhere that running fc-cache from the command line might help.
If that doesn't solve your problem, install strace.tcz and use that to trace what's happening.
strace rrdtool parameters
where parameters is what you might normally enter after rrdtool. Then check the output for
a line containing fonts.conf, that should provide a hint of what is wrong.
-
Sorry,I should have added that this is microcore
I tried it with tinycore and it worked !
There must be some X related libraries ...
Thanks