Jonatan Jaworski
09/05/2023, 1:06 AMError Message:
System.DllNotFoundException : Unable to load shared library 'pact_ffi' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library libpact_ffi: No such file or directory
There are no apk packages for libpact_ffi
as far as I know, do you know what I could be missing here?Matt (pactflow.io / pact-js / pact-go)
Jonatan Jaworski
09/05/2023, 1:18 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Jonatan Jaworski
09/05/2023, 1:20 AMMatt (pactflow.io / pact-js / pact-go)
glibc
is much better for shared libraries, because it’s API is backwards compatible forever. So we can build against an old version of glibc
and know it will work on any distribution that contains that early version or any later one.
(Just about to pop out for an appointment, but will check ^^ when I’m back)rholshausen
09/05/2023, 1:22 AM