Skip to content

Trouble running the prebuilt binary on Ubuntu Linux v20Β #19

@jsta

Description

@jsta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions