Matt (pactflow.io / pact-js / pact-go)
Ananya Mohanty
10/11/2023, 12:30 PM% pact-go -l DEBUG install
2023/10/11 17:59:44 [INFO] package libpact_ffi found
2023/10/11 17:59:44 [INFO] checking version 0.4.5 of libpact_ffi against semver constraint >= 0.4.0, < 1.0.0
2023/10/11 17:59:44 [DEBUG] 0.4.5 satisfies constraints 0.4.5 >= 0.4.0, < 1.0.0
2023/10/11 17:59:44 [INFO] package libpact_ffi is correctly installed
2023/10/11 17:59:44 [DEBUG] skip checking ffi version() call because FFI not loaded. This is expected when running the 'pact-go' command.
Matt (pactflow.io / pact-js / pact-go)
-f
command to force a re-install? I want to ensure the architecture etc. matches the errorMatt (pactflow.io / pact-js / pact-go)
```ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)```You can also try adding that to the
lib.go
linker arguments to see if there is additional info it can shareAnanya Mohanty
10/12/2023, 12:15 PM-f
command to force a re-install?
This helped, thanks!