Hazem Borham
09/01/2022, 7:28 PMHazem Borham
09/01/2022, 7:30 PM/usr/bin/ld: $WORK/b514/_x004.o: in function `_cgo_4d7c60128d63_Cfunc_pactffi_with_header_v2':
/tmp/go-build/cgo-gcc-prolog:328: undefined reference to `pactffi_with_header_v2'
/usr/bin/ld: $WORK/b514/_x004.o: in function `_cgo_4d7c60128d63_Cfunc_pactffi_with_query_parameter_v2':
/tmp/go-build/cgo-gcc-prolog:384: undefined reference to `pactffi_with_query_parameter_v2'
collect2: error: ld returned 1 exit status @
it seems to coincide with this commit, and downgrading the module to the commit prior resolves the issue.Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
LD_DEBUG=all
and it should show you what library it is loading from