From owner-freebsd-questions Thu Jan 26 11:01:46 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA01360 for questions-outgoing; Thu, 26 Jan 1995 11:01:46 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id LAA01353 for ; Thu, 26 Jan 1995 11:01:41 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA24636; Thu, 26 Jan 95 10:04:17 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9501261704.AA24636@cs.weber.edu> Subject: Re: dlopen for FreeBSD? To: markd@grizzly.com (Mark Diekhans) Date: Thu, 26 Jan 95 10:04:16 MST Cc: questions@FreeBSD.org In-Reply-To: <199501260444.UAA18885@Grizzly.COM> from "Mark Diekhans" at Jan 25, 95 08:44:43 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > > > Has anyone done/work on/given up on a dlopen/dlsym/dlclose interface for > FreeBSD? Yes and no. This is a relatively trivial task, but there is some disagreement on how it would be done. Would you want to dlopen() non-PIC object files? I'd like to hide the code in the kernel, then use it for modules. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.