-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I get the following error trying to run the prebuilt linux binary:
error while loading shared libraries: libnetcdf.so.13: cannot open shared object file: No such file or directory
Then I tried building my own binary from source. It works fine on it's own (outside of GLM3r) by calling glm from the command line. However, trying to call my local binary within GLM3r (replacing exec/nixglm) I get maybe a dozen error messages similar to (where glm_local is my locally built executable):
/glm_local: /GLM3r/inst/extbin/nixGLM/libm.so.6: version `GLIBC_2.29' not found (required by /glm_local)
If I delete all the shared object (.so*) files in inst/extbin/nixGLM, I get no more errors and package execution works for me.
wdwatkins
Metadata
Metadata
Assignees
Labels
No labels