Installaton of v13.0.2 on RHEL 8

Hello

I would normally have used Centos have set up one of the RHEL instances as a developer.

After install I installed mariadb and then installed PHP 5.4

When I run rpm -ivh dolibarr-13.0.2-0.4.noarch.rpm

I get the following errors

error: Failed dependencies:
mysql is needed by dolibarr-13.0.2-0.4.noarch
mysql-server is needed by dolibarr-13.0.2-0.4.noarch
php >= 5.3.0 is needed by dolibarr-13.0.2-0.4.noarch

Should I remove php 5.4 and mariadb and start again?

Actually it does say that 13.0.2 can work with PHP 7.4 do I am not sure where to go from here.

I will start again on a centos 7 but maybe consider not using the rpm.

Hi,

Dolibarr V13 need PHP 5.6 minimun.
If you allready have a working LAMP server on your Centos, then you just need to unzip the dolibarr archive on the /var/www/
No need of rpm

Thanks I followed your advice and setup a fresh virtualmin install and that works well.