Recently, I installed the latest FreeFem++ v4.11 on a terminal running Ubuntu 22.04 (jammy jellyfish). The installation went without any error, but when I try to run a script that uses the gsl plugin I get the following error:
Load error: gsl
fail:
dlerror : libgsl.so.23: cannot open shared object file: No such file or directory
list prefix: './' '/usr/local/lib/ff++/4.11/lib/' list suffix: '' , '.so'
Then, I started by looking at /usr/local/lib/ff++/4.11/lib/, where I found the shared library gsl.so, and by looking the versions of the (as far as I know) related libraries, which are:
libc6, version 2.35-0ubuntu3.1
libgcc-s1, version 12.1.0-2ubuntu1~22.04
libgslcblas0, version 2.7.1+dfsg-3
libgsl-dev, version 2.7.1+dfsg-3
all of them in their newest versions. Then I tried to install libgsl23, but I only find the versions for Ubuntu 20.04, so I don’t know what else could I do, as I’m not sure where the problem comes from.