Priyaranjan Mudliar
05/07/2023, 5:23 AM"No driver init in dynamic library"
I have tried multiple ways to load the pact ffi shared library but getting errors similar to the above one, any help would be appreciated. Thanks in advance!uglyog
From the documentation erl_dll,is to load a linked in driver. Linked driver's are libraries built with a specific set of interfaces...which I guess the shared library would not have implemented.erl_dll:load_driver
One option is to create a NIF's using the shared library and call the NIF's from erlang. The NIF's just need to wrap the functions you would like to use from the shared library
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)