• Support
  • Centos 8, PHP7.4.11 extension installation errors

Hi,

Extension that are resulting error during the installation are:

  • fileinfo
  • imagemagick

Log for fileinfo:

fPIC -DPIC -o libmagic/.libs/apprentice.o
cc: fatal error: Killed signal terminated program cc1
compilation terminated.
make: *** [Makefile:194: libmagic/apprentice.lo] Error 1
error

Log for imagemagick:

checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
checking Testing /usr/bin/MagickWand-config... Doesn't exist
checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
checking Testing /opt/bin/MagickWand-config... Doesn't exist
checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.
make: *** No targets specified and no makefile found. Stop.
error

Is there a way to install extensions manually? I saw a manual for php5.6 sqlite extenion, but maybe for php74 should be better/nicer option.

Btw: reinstall of php will not do the job.

Thanks for help!

Well ok fileinfo was an out of memory case. Solved already 😃
But with imagemagick there is a new error coming:

Configuring for:
PHP Api Version:         20190902
Zend Module Api No:      20190902
Zend Extension Api No:   320190902
imagemagick.sh: line 71: ./configure: Permission denied
make: *** No targets specified and no makefile found.  Stop.
error

    pavlus
    please delete/www/server/panel/install/imagemagick.sh and install the extension again

      aaPanel_Jose

      Hello still doesnt work, I deleted all files and directory realted with imagemagick and still the same error.
      Tried to run imagemagick.sh manually and this error came:

      [root@testowy install]# chmod +x imagemagick.sh 
      [root@testowy install]# ./imagemagick.sh
      正在选择下载节点...
      curl: (28) Connection timed out after 3001 milliseconds
      No such command: config-manager. Please use /bin/dnf --help
      It could be a DNF plugin command, try: "dnf install 'dnf-command(config-manager)'"
      [root@testowy install]# 

      @aaPanel_Jose

      Okay I have figured out.
      Error is strictly related with Centos8.

      You have to have this packages available in your distro:

      yum install dnf
      yum install epel-release
      yum install dnf-plugins-core

      Especially the last one is important. Now imagemagick is running and working like a charm.
      Those packages should be checked with installation script if are available @aaPanel_Jose . And than it should do the trick.