From owner-freebsd-current Wed Feb 13 15:44:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id E452C37B41A for ; Wed, 13 Feb 2002 15:44:40 -0800 (PST) Received: from pool0084.cvx21-bradley.dialup.earthlink.net ([209.179.192.84] helo=mindspring.com) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16b94A-0004ay-00; Wed, 13 Feb 2002 15:43:58 -0800 Message-ID: <3C6AFA34.F52367C4@mindspring.com> Date: Wed, 13 Feb 2002 15:43:48 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Max Khon Cc: current@freebsd.org Subject: Re: FW: Re: windbindd References: <20020213114010.T1170-100000@levais.imp.ch> <3C6A5430.CB195422@mindspring.com> <20020213182654.A93022@iclub.nsu.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Max Khon wrote: > On Wed, Feb 13, 2002 at 03:55:28AM -0800, Terry Lambert 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). > > are you talking about dlopen in statically linked binaries? Yes. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message