Have you run the <install> step?
# pact-go
m
Have you run the install step?
👌 1
a
Yes..(pact-go command is working)
Copy code
% 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.
🤔 1
m
Can you please try that with the
-f
command to force a re-install? I want to ensure the architecture etc. matches the error
❤️ 1
```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 share
a
> Can you please try that with the
-f
command to force a re-install? This helped, thanks!
👍 1