Re: error: No math library found!
Posted: Tue Sep 12, 2023 8:02 am
On supported system like yours (Ubuntu 18.04.5 LTS gcc7.5 GNU Fortran 7.5) this message means that the library
libm.so (.6) is missing:
on this page
https://packages.ubuntu.com/search?suit ... ds=libm.so
You can see a list of packages providing this library.
You should look if any of those libraries are installed on your system (using dpkg or apt )
From this list you should probably try to install (if not yet )
libc6
and/or
libc6-dev (the one corresponding to your CPU architecture )
if you don't have administrative access to your server , please ask for those libraries.
I hope this help.
Alain on behalf on the eSASS team
libm.so (.6) is missing:
on this page
https://packages.ubuntu.com/search?suit ... ds=libm.so
You can see a list of packages providing this library.
You should look if any of those libraries are installed on your system (using dpkg or apt )
From this list you should probably try to install (if not yet )
libc6
and/or
libc6-dev (the one corresponding to your CPU architecture )
if you don't have administrative access to your server , please ask for those libraries.
I hope this help.
Alain on behalf on the eSASS team