Hi- dynamic-pointer relies on lt_dlerror for its error message, and that procedure can return the unhelpful string "No Error" when lt_dlsym fails to find a symbol.  You might fix it like I did in the following patch. Thanks, Mike