dynaload utility
What it does?
Dynaload dynamically loads and then unloads specified SO (shared object)
library, using dlopen() and dlclose() calls. In case of a failure it
prints error description returned by dlerror(). That's all folks.
Useful for debugging SO loading errors. The software is GNU GPL licensed.
Download