Bug 13282

Summary: partial compliance of dlopen to the Single Unix specification
Product: Base System Reporter: knotwell <knotwell>
Component: miscAssignee: John Polstra <jdp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description knotwell 1999-08-21 07:30:01 UTC
According to the Open Group's Unix specification, a developer should
be able to call dlopen using the RTLD_GLOBAL and RTLD_LOCAL settings.
These settings are currently missing from dlfcn.h and there doesn't
appear to be supporting code for this functionality.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2000-09-05 00:27:02 UTC
Responsible Changed
From-To: freebsd-bugs->jdp

jdp is Mr dlopen()
Comment 2 John Polstra freebsd_committer freebsd_triage 2000-09-12 03:38:26 UTC
State Changed
From-To: open->closed

RTLD_GLOBAL and RTLD_LOCAL have been supported since FreeBSD-4.0. 
I recommend that you upgrade to a recent version of FreeBSD to get 
this functionality.  The FreeBSD-3.x branch is for all practical 
purposes obsolete, and I do not plan to backport these features to 
3.x.