Hello everybody,
I would like to install FreeFem onto Ubuntu 20.04 (LTS).
I downloaded the .deb file from the “Download” section of the official website. However, when I run the command FreeFem++ in my terminal, I am prompted the following error message:
FreeFem++: error while loading shared libraries: libhdf5_serial.so.100: cannot open shared object file: No such file or directory
I searched for a solution on the internet and I found this link where a similar issue is addressed.
This will be fixed in the next release where we have explicitly removed the HDF5 dependency.
In the meantime, either recompile the develop branch, or try to do as in the link that you used (find an HDF5 shared object and link it appropriately).
Hello I am on lubuntu20.04 and I followed the installation with the .deb pakage. When I run FreeFem++ I have the following error:
FreeFem++: error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory
Hi,
I am on Ubuntu 20.04 and I get this error when trying to run FreeFem++:
FreeFem++: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33’ not found (required by /u/sw/toolchains/gcc-glibc/11/pkgs/metis/5.1.0/lib/libmetis.so)
I tried downloading different versions of the deb package (4.9, 4.6, 4.7 etc…) but I always get this error.
It’s coming from a package called mk-modules I use for university
Still, it’s not OK that it’s being used globally and not strictly for your package. You need to figure out why this file is being used (maybe in your LD_LIBRARY_PATH?).
Thank you very much you saved me I was stupid.
This came from a package (mk modules) used in one of my courses for University, the module gcc-glibc was loaded by the bashrc file when opening a terminal, I just had to comment this line.