Automated ISPConfig 3 Installation on Debian 12 missing Imagick

Discussion in 'Installation/Configuration' started by CarloPMsi, Mar 29, 2024.

  1. CarloPMsi

    CarloPMsi New Member

    The automated installation for Debian 12 provided multiple PHP versions (from 5.6 to 8.3) and this is fantastic.
    Unfortunately they all miss Imagick... I would I go about adding Imagick (or other modules for what it matters) to all of them?
    Could a developer or expert point me to some documentation or suggest a solution?
    Thanks, Carlo
     
  2. variable99

    variable99 Member HowtoForge Supporter

    Just install missing module(s):
    Code:
    apt install php{8.1,8.2,8.3}-imagick
    Update command with your PHP version(s). ISPC should not enforce such modules and this is fine. Also recommended if you have redis server:
    Code:
    apt install php{8.1,8.2,8.3}-redis
     
    Last edited: Mar 29, 2024
    slagroom and till like this.
  3. CarloPMsi

    CarloPMsi New Member

    Thank you variable99, it worked as a charm :)
     

Share This Page