Re: molden

2021-05-19 Thread George N. White III
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

Re: molden

2021-05-19 Thread Roger Heflin
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

Re: molden

2021-05-19 Thread Patrick Dupre
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

Re: molden

2021-05-19 Thread Patrick Dupre
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

Re: molden

2021-05-19 Thread Roger Heflin
PM Roger Heflin wrote: > 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, >&

Re: molden

2021-05-19 Thread Roger Heflin
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 instructi

molden

2021-05-19 Thread Patrick Dupre
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: libgfortran.so.3: cannot open shared object file: No such file or directory