/
Installing on Oracle Linux 7.6
Installing on Oracle Linux 7.6
The Open-AudIT installer doesn't cater for Oracle Linux. To get Open-AudIT installed and running, follow the below.
NOTE - Open-AudIT 5.0.0 is not supported on Oracle 7.x (same as Redhat).
Install Open-AudIT as per normal.
You will not have the required php-mbstring package and you will need to allow access to MariaDB and the OMKD daemon from the HTTPD daemon.
Disable the firewall. You might also allow specific rules, that is left to the user.
systemctl stop firewalld
To allow MySQL access, run the below on the command line.
setsebool -P httpd_can_network_connect_db on
To allow outbound proxy requests (from httpd -> omkd)
setsebool -P httpd_can_network_connect 1
Install the php-mbstring package and restart Apache.
nano /etc/yum.repos.d/public-yum-ol7.repo
[ol7_optional_latest]
name=Oracle Linux $releasever Optional Latest ($basearch)
baseurl=http://yum.oracle.com/repo/OracleLinux/OL7/optional/latest/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
yum clean all yum-config-manager --enable ol7_optional_latest yum install php-mbstring systemctl restart httpd
Related content
Installing Open-AudIT 5.x on Redhat 8 without external repo's
Installing Open-AudIT 5.x on Redhat 8 without external repo's
More like this
Open-AudIT FAQ
Open-AudIT FAQ
More like this
Release Notes for Open-AudIT v5.3.0
Release Notes for Open-AudIT v5.3.0
More like this
Using Postman to query the Open-AudIT API
Using Postman to query the Open-AudIT API
More like this
How To Install or Upgrade Open-AudIT (Linux)
How To Install or Upgrade Open-AudIT (Linux)
More like this
Install Open-AudIT on SUSE SLES 15.5
Install Open-AudIT on SUSE SLES 15.5
More like this