Hi,
I am trying to dlopen() a library that in turns uses libdl to load some additional components. Currently rust-dlopen actually tries to load the system libdl which is then calling into the system linker. I would like to simply use rust-dlopen's implementation of the libdl calls. I'm not sure what the easiest way to go about that is.
Thanks,
Jon Pry