pact-net
pact-net copied to clipboard
RFC: Add Linux (libc)-ARM Runtime Support
Previous issues Add Linux (libc)-ARM Runtime Support
Is your feature request related to a problem? Please describe. Currently we are planning to build and deploy our dotnet application on AWS graviton instances which are ARM arch based. While building the dotnet app on with ARM arch we are getting below error. As per the official documentation of this library it doesn't support Linux-ARM architecture yet.
System.DllNotFoundException : Unable to load shared library 'pact_ffi' 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: Error loading shared library /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.5/pact_ffi.so: No such file or directory
Describe the solution you'd like Need this library to be compatible with Linux-ARM