gempak icon indicating copy to clipboard operation
gempak copied to clipboard

Fedora 29 : libgfortran.so.4 not found

Open captcha1 opened this issue 7 years ago • 2 comments

I installed gempak-7.4.3-1.fc26.x86_64.rpm on Fedora 29, but when I try to run anything in /home/gempak/GEMPAK7/os/linux64/bin , I get :

error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory

The package libgfortran-8.2.1-5.fc29.x86_64 supplies libgfortran.so.5

The package compat-libgfortran-41-4.1.2-54.fc29.x86_64 supplies libgfortran.so.1

... I don't see libgfortran.so.4 anywhere

captcha1 avatar Nov 27 '18 23:11 captcha1

The quick and easy solution is to ln -s libgfortran.so.5 libgfortran.so.4 and go from there. But I need to look into this in the fc rpm build.

mjames-upc avatar Nov 28 '18 01:11 mjames-upc

After I do :

ln -s libgfortran.so.5 libgfortran.so.4

... I get :

./gdlist: /lib64/libgfortran.so.4: version `GFORTRAN_7' not found (required by ./gdlist)

captcha1 avatar Nov 28 '18 03:11 captcha1