sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Failing to load infisical_c on docker container running on arm64 machines

Open AlenGeoAlex opened this issue 4 months ago • 0 comments

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

AlenGeoAlex avatar Oct 12 '24 16:10 AlenGeoAlex