Martin Blapp wrote:
> > Is there any way to impliment dl_open in our nsswitch for -current so
> > that samba's winbindd can work on FreeBSD?
> 
> no.

It's actually not that hard to write a "libdlopen" that
mmap's exectuable the ld.so itself, and then does manual
lookup of the dl entry points, providing symbols for them
which are actually externed functions wrapping dereferenced
function pointers.

It's just that no one has bothered to do the work, yet,
for FreeBSD (other OSs have it).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to