#include <dlfcn.h> char *dlerror (void);
This function returns a character string with more information on the last error that occurred during dynamic linking processing.
Returns NULL if no errors, pointer to error string if available.
NULL