Subject: Re: dlopen() just kills me..
To: None <tech-kern@NetBSD.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-kern
Date: 02/13/2004 22:31:15
On Friday 13 February 2004 22:23, Ian Zagorskih wrote:

Just a little correction: dlopen() actually loads library fine in any case. 
The failure happens at dlsym() call. On the other hand, that's stated that 
dlsym() should just return NULL if it cannot resolve symbol.

// wbr