[LON-CAPA-admin] FC5 httpd restart failed

Guy Albertelli II guy at albertelli.com
Thu Aug 31 14:07:38 EDT 2006


Hi Stefan,

> we have problems after updating our second developement system (FC5):
> 
> - downloaded and installed LON-CAPA 2.2.0
> - successfully started httpd and loncontrol
> - loncapa is running successfully
> - yum update
> - installed Expect.pm (we need it :-) )
> - restart httpd failed
> - again "./UPDATE"
> - restart httpd failed
> 
> Restarting the webserver fails. The apache error_log says:
> ---- start ----
> /usr/sbin/httpd: symbol lookup error:
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/Image/Magick/Magick.so:
> undefined symbol: InitializeMagick
> ---- end ----

Ugh. Somethings wrong with Redhat's latest ImageMagick rpm

ImageMagick-6.2.5.4-4.2.1.fc5.4.i386.rpm
and
ImageMagick-perl-6.2.5.4-4.2.1.fc5.4.i386.rpm


You need
 ImageMagick-6.2.5.4-4.2.1.fc5.3.i386.rpm
the difference is this number--^

You can do fix this by doing

wget ftp://ftp.linux.ncsu.edu/pub/fedora/linux/core/updates/5/i386/ImageMagick-6.2.5.4-4.2.1.fc5.3.i386.rpm
wget ftp://ftp.linux.ncsu.edu/pub/fedora/linux/core/updates/5/i386/ImageMagick-perl-6.2.5.4-4.2.1.fc5.3.i386.rpm

rpm -Uvh --oldpackage  ImageMagick-6.2.5.4-4.2.1.fc5.3.i386.rpm ImageMagick-perl-6.2.5.4-4.2.1.fc5.3.i386.rpm



-- 
guy at albertelli.com   0-7-1-6-27,137



More information about the LON-CAPA-admin mailing list