Just to confirm what Anglican has said:
I've been running Springdale 8.3 in a VM since December. I've got DokuWiki and OwnCloud (both of which rely upon apache as a server) supported on it, along with the usual clutch of compilers.
Code: Select all
# cat system-release
Springdale Open Enterprise Linux release 8.3 (Modena)
# uname -a
Linux <redacted> 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 4 10:51:33 EST 2021 x86_64 x86_64 x86_64 GNU/Linux
and a little test script I have:
Code: Select all
$ Compilers
GNU Awk 4.2.1, API: 2.0 (GNU MPFR 3.1.6-p2, GNU MP 6.1.2) [success]
gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) [success]
cobc: command not found [FAILURE]
g++ (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) [success]
GNU Fortran (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) [success]
GNU assembler version 2.30-79.el8 [success]
javac 1.8.0_275 [success]
Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio [success]
This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-l [success]
PHP 7.3.20 (cli) (built: Jul 7 2020 07:53:49) ( NTS ) [success]
plic: command not found [FAILURE]
python: command not found [FAILURE]
python2: command not found [FAILURE]
Python 3.6.8 [success]
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux] [success]
FYI: the script uses the compiler's command to get the version, then compiles, links and runs a "Hello World" program.