Re: calling dlopen
- Posted by SDPringle Feb 13, 2014
- 1497 views
okay, what I think you mean is that you changed the last lines to this:
if dl_open_library("/usr/lib/libdl.so") = 0 then puts(ERROR, "dl_open_library can't open what open_dll can.\n") atom error_value = c_func(dlerror_sym,{}) if error_value then puts(ERROR, peek_string(error_value) & 10) end if abort(1) end if
What else? I still get an error.