I’m getting the error message “Fontconfig error: Cannot load
default config file” when launching Stata. What does that mean?
| Title |
|
Fontconfig error: Cannot load default config file |
| Author |
Chinh Nguyen, StataCorp |
| Date |
July 2007 |
When launching Stata, the following error message appears:
Fontconfig error: Cannot load default config file
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
This error will appear when
Fontconfig is not configured on your
system. Stata 10 uses GTK+-2.0 for its
graphical user interface. GTK+-2.0 requires Fontconfig for its font
management. Stata 10 has the GTK+-2.0 libraries and dependencies such
as Fontconfig statically linked into Stata but Fontconfig requires a
configuration file that describes where the fonts are installed on the system.
Recent versions of Unix operating systems typically have some version of
GTK+-2.0 installed so Fontconfig will already be configured. If you find that
/etc/fonts/fonts.conf already exists on
your system, do not overwrite it. However, you should not have received
the error message if this is the case and should
contact Stata technical support
instead.
If /etc/fonts/fonts.conf does not exist on
your system, download the appropriate
fonts.conf file for you system from the
following table to your computer:
Then follow the steps below.
- Log in with superuser access.
- Create the directory /etc/fonts.
- Move fonts.conf into
/etc/fonts.
- Make sure fonts.conf has its
file permissions set so that it is readable by all.
Note: IBM AIX users should create the directory
/opt/freeware/etc/fonts and copy
fonts.conf into there.
|