Skip to main content

Apache::ImageMagick?

Comments

5 comments

  • vanessa
    You want to install ImageMagick then. yum -y install ImageMagick
    0
  • cPanelMichael
    Hello :) Yes, you can use your system package manager to install ImageMagick, as mentioned in the previous post. Apache::ImageMagick is simply a Perl module. Thank you.
    0
  • feldon27
    [quote="vanessa, post: 1686722">You want to install ImageMagick then. yum -y install ImageMagick

    If only that worked. # yum -y install ImageMagick Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.us.leaseweb.net * extras: mirror.teklinks.com * updates: centos.mirrors.tds.net Excluding Packages in global exclude list Finished Setting up Install Process Package ImageMagick-6.2.8.0-15.el5_8.x86_64 already installed and latest version Package ImageMagick-6.2.8.0-15.el5_8.i386 already installed and latest version Nothing to do # convert -version Version: ImageMagick 6.2.8 05/07/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
    0
  • vanessa
    [quote="feldon27, post: 1750072">If only that worked. # yum -y install ImageMagick Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.us.leaseweb.net * extras: mirror.teklinks.com * updates: centos.mirrors.tds.net Excluding Packages in global exclude list Finished Setting up Install Process Package ImageMagick-6.2.8.0-15.el5_8.x86_64 already installed and latest version Package ImageMagick-6.2.8.0-15.el5_8.i386 already installed and latest version Nothing to do # convert -version Version: ImageMagick 6.2.8 05/07/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC

    I mean, your output clearly shows that ImageMagick is installed. Perhaps if you clarify what you're trying to do or what your expected result is, we can be of more assistance.
    0
  • feldon27
    [quote="vanessa, post: 1750092">I mean, your output clearly shows that ImageMagick is installed. Perhaps if you clarify what you're trying to do or what your expected result is, we can be of more assistance.
    That just installs the old version again. This writeup walks you through the exact process to uninstall the old ImageMagick, update the yum repository, download the correct ImageMagick and dependencies for CentOS 5, and install them: webdesignblog.asia/operating-systems/linux-os/updateinstall-imagemagick-centos-5-centos-6/#sthash.17vJazBO.dpbs
    0

Please sign in to leave a comment.