Hello all,
I'm trying to run Beast2 on a (fresh) Fedora 27 distribution, with OpenJDK 1.8.0 installed. All runs until the actual conputation: BEAST crashes at the first step with the following error:
On Linux 64bit, you need additional support libraries.
You need to install libgfortran3.
For example for debian or Ubuntu, type "sudo apt-get install libgfortran3"
For more information, see
https://github.com/mikiobraun/jblas/wiki/Missing-LibrariesHowever, the link provided tells me as expected to install libgfortran - but this is already present on my system as version libgfortran-7.2.1 (the standard on Fedora 27), and I can't find any legacy rpm for libgfortran3 apart for OpenSUSE or Mandriva but they won't install on Fedora.
Any idea of a workaround..?
Thank you !
Robin