On Wed, 19 May 2021 at 13:25, Patrick Dupre wrote:
> Hello,
>
> I wanted to install molden
> I followed the instructions:
> https://snapcraft.io/install/molden/fedora
>
> but
>
> /snap/snap/molden/current/molden
> /snap/snap/molden/current/molden: error while loading shared libraries:
> libgfortr
About the only option would be to either find a version of molden built to
support one of the libs you have, or download source code and compile it
yourself.
Quick checking says Redhat 5 (out of support years ago) only has .4, so .3
is really really old, nothing current is likely to have what that
Yes, I tried:
ln -s /usr/lib64/libgfortran.so.1 /usr/lib64/libgfortran.so.3
ln -s /usr/lib64/libgfortran.so.5 /usr/lib64/libgfortran.so.3
symbol lookup error: /snap/snap/molden/current/molden: undefined symbol: _gfortran_set_options, version GFORTRAN_1.0
/snap/snap/molden/current/mold
I only find
compat-libgfortran-41-4.1.2-57.fc32.i686.rpm
which provide /usr/lib64/libgfortran.so.1
Sent: Wednesday, May 19, 2021 at 7:10 PM
From: "Roger Heflin"
To: "Community support for Fedora users"
Subject: Re: molden
Usual
Install both and symbolic link libgfortran.so.3 to each library and see if
either one works for the app.
THe compat I find only has so.1 but has version 4 so whatever OS the
binaries were built may not have been fedora but .1 (version 4) may be
backwards compatible.
On Wed, May 19, 2021 at 12:10
Usually one of the compat packages will provide the older libraries.
So see if there is a compat package or 2 for gfortran still. I know there
used to be one.
On Wed, May 19, 2021 at 11:25 AM Patrick Dupre wrote:
> Hello,
>
> I wanted to install molden
> I followed the instructions:
> https://