PHP 8.0 RC1 - Build Errors

doumu

Verified User
Joined
Aug 13, 2019
Messages
22
Attempting to build PHP 8.0 fails when building with PHP expert.

Code:
[root@host custombuild]# cat /etc/centos-release
CentOS Linux release 7.8.2003 (Core)
[root@host custombuild]# /usr/local/directadmin/directadmin v
Version: DirectAdmin v.1.61.5
[root@host custombuild]#  ./build version
2.0.0 (rev: 2566


Here is the build output at failure point: https://pastebin.com/raw/4iSP3YSP

This didn't work as expected when building with the CustomBuild plugin.

Going to re-attempt from command line. Please let me know any other details needed.
 
htacanner extension is incompatible with it yet. I’d suggest disabling it.
 
Just tried that and it built successfully. Thanks.
Code:
[root@host custombuild]# ./build set htscanner no
[root@host custombuild]# ./build php_expert 8.0 php-fpm
--
Rewriting all users httpd.conf files, please wait...
Debug mode. Level 10
dataskq: command: action=rewrite&value=httpd
PHP 8.0.0rc1 Installed.
--
[root@host custombuild]# systemctl status php-fpm80 | grep Active
   Active: active (running) since Sun 2020-10-04 19:14:56 EDT; 24s ago
--
 
Just tried that and it built successfully. Thanks.
Code:
[root@host custombuild]# ./build set htscanner no
[root@host custombuild]# ./build php_expert 8.0 php-fpm
--
Rewriting all users httpd.conf files, please wait...
Debug mode. Level 10
dataskq: command: action=rewrite&value=httpd
PHP 8.0.0rc1 Installed.
--
[root@host custombuild]# systemctl status php-fpm80 | grep Active
   Active: active (running) since Sun 2020-10-04 19:14:56 EDT; 24s ago
--

To perform this actions You need to run command:
# cd /usr/local/directadmin/custombuild/build php n
# cd /usr/local/directadmin/custombuild/build rewrite_confs
 
Back
Top