Am Dienstag, 19. September 2006 11:51 schrieb Dmitry Karasik: > > dlopen(NULL,...) on linux returns NULL, and consequently dlsym(NULL,...) > can be used to access shared objects of the main executable. However, on > freebsd dlsym(NULL,...) server somewhat different purpose, and to access > the main executable dlsym(dlopen(NULL,...),...) must be used instead.
Great. Thanks, applied - r14670. leo