Subject: broken dlsym() in 1.3.3?
To: None <port-pmax@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: port-pmax
Date: 01/12/1999 15:33:30
dlsym() seems to be broken in NetBSD-1.3.3.  If I use dlopen() to open up
2 different shared libraries, and then dlsym() to try and get an entry
point into them, dlsym() searches both of the opened libraries, not just
the one its been told to.  This means that if both shared modules have an
entry point with the same name, I can't get to the second one.

Anyone else see this?

-Dan