Contribute in GitHub:
Open doc issue|Edit online
Graphics packages for UNIX systems
Use the instructions provided here to resolve the error generated while running the CE without required graphics packages.
If the required graphics packages are not installed on UNIX systems, the following error might occur later when you run the ibmditk
command to start the Configuration Editor:
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
To avoid such errors complete the following steps:
-
Ensure that the following graphics packages are installed on UNIX systems:
libgtk-x11-2.0.so.0
libgthread-2.0.so.0
-
Run the following command:
export LD_LIBRARY_PATH=/usr/sfw/lib/:/usr/lib:/lib
-
Install or ensure that the following file is installed:
/etc/fonts/fonts.conf
-
Run the following command:
export FONTCONFIG_PATH=/etc/fonts