Pb installation on Ubuntu 25.10

Dear all,

I have installed FreeFem using both Ubuntu links and it appears that the FreeFem application won’t launch because there is a problem of missing dependencies :

FreeFem++: error while loading shared libraries: libhdf5_serial.so.103: cannot open shared object file: No such file or directory

I tried linking files with :

cd /usr/lib

sudo ln -srv ./x86_64-linux-gnu/libhdf5_serial.so.310 libhdf5_serial.so.103

But no success,

Thomas

but no success

Try compiling from sources. If you had already done so, add the configure option --without-hdf5.