imagick Apache error: libgnomevfs-WARNING

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
nkline

imagick Apache error: libgnomevfs-WARNING

Post by nkline »

Hi,

After installing imagick, the Apache error_log is reporting this:
(process:2927): libgnomevfs-WARNING **: Unable to create ~/.gnome2 directory: Permission denied

ps aux
apache 2924 0.0 1.0 645156 21988 ? S 12:43 0:00 /usr/sbin/httpd
apache 2925 0.0 1.0 646188 22556 ? S 12:43 0:00 /usr/sbin/httpd
apache 2926 0.0 1.0 646188 22556 ? S 12:43 0:00 /usr/sbin/httpd
apache 2927 0.0 1.0 646188 22492 ? S 12:43 0:00 /usr/sbin/httpd
apache 2928 0.0 0.6 350696 12740 ? S 12:43 0:00 /usr/sbin/httpd
apache 2929 0.0 0.6 350696 12740 ? S 12:43 0:00 /usr/sbin/httpd
apache 2930 0.0 0.7 357116 15288 ? S 12:43 0:00 /usr/sbin/httpd
apache 2931 0.0 1.0 646188 22552 ? S 12:43 0:00 /usr/sbin/httpd


My Environment
imagick 3.0.1RC2
ImageMagick-6.6.3-9.x86_64.rpm
ImageMagick-devel-6.6.3-9.x86_64.rpm
RedHat EL 5.5


What exactly is happening here? Thank you,
Nick
Post Reply