PHP 8 and imagick fails

why 8.0.0 there - it must be 8.0.7 - try to update
./build update
then check actual versions
./build versions
 
try
./build set_fastest
also check - maybe you have custom_versions file in /custombuild/ directory
 
try
./build set_fastest
also check - maybe you have custom_versions file in /custombuild/ directory
Thank you. There was a fixed version.
Unfortunately, I get the same error message:

Found /usr/local/directadmin/custombuild/php-8.0.7.tar.gz
Extracting ...
Done.
Configuring php-8.0.7...
Patching php-fpm for per-user process grouping
patching file sapi/fpm/fpm/fpm_children.c
Patching php-fpm to not fail on startup if User quota maxed out on socket chown
patching file sapi/fpm/fpm/fpm_unix.c
Hunk #1 succeeded at 242 (offset 7 lines).
Done Configuration.
Can't open Makefile: No such file or directory.
Trying to make php...
make: *** No targets specified and no makefile found. Stop.

Building PHP 7.3 and PHP 7.4 works just fine.
 
Back
Top