使用imagick时出现以下错误:
Fontconfig error: Cannot load default config file
我的脚本正在运行,但我想解决这个问题(正在填写日志文件)。
操作系统是:
# cat /etc/redhat-release
CentOS release 5.10 (Final)
我正在浏览互联网,这导致了问题:
access("/etc/fonts/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
文件夹存在:
# ls /etc/fonts/ -all
total 64
drwxr-xr-x 4 root root 4096 Jul 9 2010 ./
drwxr-xr-x 86 root root 12288 Jan 13 00:48 ../
drwxr-xr-x 2 root root 4096 Jan 3 2012 conf.avail/
drwxr-xr-x 2 root root 4096 Apr 14 2013 conf.d/
-rw-r--r-- 1 root root 5239 Jan 12 2008 fonts.conf
-rw-r--r-- 1 root root 6907 Jan 12 2008 fonts.dtd
但是我通过root帐户只看到这个文件夹,运行脚本下的其他帐户看不到这个文件夹。权限对我来说看起来不错,但对 linux 没有那么有经验。
运行脚本下的帐户是使用 WHM 创建的。
请帮忙 :)