Update pre-install commands for PHP 7.4

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,192
Location
GMT +7.00
Hello,

At minimum PHP 7.4 on CentOS 8 requires the following packages: oniguruma-devel and oniguruma
Please update a list of pre-install packages with them.
 
Hello,

At minimum PHP 7.4 on CentOS 8 requires the following packages: oniguruma-devel and oniguruma
Please update a list of pre-install packages with them.

CustomBuild installs the package automatically, since PHP 7.4 support was added.
 
A fresh installation on CloudLinux/CentOS 8 failed this morning because of missing packages. Had to install them manually and then start an installation of DirectAdmin once again.

So there might be something wrong.
 
Using newest pre release binaries, installing new php 7.4 caused error:
  • No package 'oniguruma' found
Please fix this. Thanks.
 
So I installed a new version of DA Beta on CentOS 8 yesterday then converted to CL8.
For PHP 7.4 there was a constant notice in CustomBuild and when I tried the update it kept failing with an error about oniguruma being required.

I checked "dnf list oniguruma" and it was installed.
But oniguruma-devel was not installed by default, I tried everything in CustomBuild but it did not work.

I had to manually install "dnf install oniguruma-devel" then go back to CustomBuild and run the update.
 
Back
Top