Skip to content

Failing to load infisical_c on docker container running on arm64 machines #53

Open
@AlenGeoAlex

Description

I am trying to run a .NET application inside a docker container on an arm64 machine, but for some reason, it is not able to locate infisical_c and the application crashes with the following error on the startup

Unhandled exception. System.DllNotFoundException: Unable to load shared library 'infisical_c' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.10/infisical_c.so: cannot open shared object file: No such file or directory
/app/infisical_c.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.10/libinfisical_c.so: cannot open shared object file: No such file or directory
/app/libinfisical_c.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.10/infisical_c: cannot open shared object file: No such file or directory
/app/infisical_c: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.10/libinfisical_c: cannot open shared object file: No such file or directory
/app/libinfisical_c: cannot open shared object file: No such file or directory

Does the SDK doesn't support arm64 platforms? Please let me know if you need more info regarding this

Thanks and regards

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