Add Imagemagick

Discussion in 'Installation/Configuration' started by SiMiE, Feb 17, 2007.

  1. SiMiE

    SiMiE New Member

    Hi All,

    I am trying to install a script that requires Imagemagick, which the script is saying its not installed...

    I did look at the main website for Imagemagick, but im not sure what effects this will have on my ISPConfig configuration, will it??

    Anyone know how to or know of a site that will show me how to install it...

    Cheers guys,
    SiMiE
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Imagemagick does not interfere with ISPConfig. The easiest way to install it is when you install the imagemagick package from your linux distribution.
     
  3. SiMiE

    SiMiE New Member

    Ok I have installed both Imagemagick and the magickwand for php, but I assume php configuration needs to be modified to use it, right?

    How do I do this??
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The question is if your application needs imagemagick as php module or the imagemagick binary. Please install the imagemagick package from your linux distribution too and not only the imagemagick PHP module.
     
  5. SiMiE

    SiMiE New Member

    Yeh, i have installed both imagemagick 6.2.8 and imagemagick PHP module from fedora. The script requires the binary
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you disabled PHP safemode? If the script requires the binary, you dont have to configure PHP.
     
  7. SiMiE

    SiMiE New Member

    The script says that safe_mode is on but when i go to php.ini (/etc/php.ini) its says safe_mode = Off

    ???
     
  8. SiMiE

    SiMiE New Member

    Also i have looked in the Vhosts_ispconfig.conf file and set safe mode flag to off, restarted ispconfig and httpd; script still saying safe mode is on... :confused:
     
  9. SiMiE

    SiMiE New Member

    Managed to get safe_mode off :D

    But the script still is not finding the Imagemagick binary
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    You must disable safemode in the website settings, its the checkbox right below the PHP checkbox where you enabled PHP.

    Which of the binarys from the imagemagick suoite is used by your script, you will have to set the correct path to the imagemagick binaries in your script as this path varies from one linux distribution to another. What is the output of the command:

    which convert
     

Share This Page