Hi,
Extension that are resulting error during the installation are:
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!