0
Run-time library dependencies
Hey everyone,
I’m trying to set up a Docker container, in a Linux like environment, with a TOUGH3 executable in it. When I attempted run the executable, I got a missing library message:
./tough3-eos3: error while loading shared libraries: liblapack.so.3: cannot open shared object file: No such file or directory
Does anyone know if there’s an environmental variable that the TOUGH3 compilation sets up to look for these third party libraries? My attempt to include it the library file in LD_LIBRARY_PATH didn’t seem to work.
If I get to the bottom of this, I’ll be sure to post the solution.
Thanks!