From owner-freebsd-questions@FreeBSD.ORG Sun Oct 19 18:36:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E3616A4B3 for ; Sun, 19 Oct 2003 18:36:57 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E4943FA3 for ; Sun, 19 Oct 2003 18:36:56 -0700 (PDT) (envelope-from mjoyner@rv1.dynip.com) Received: from duron.rv1.dynip.com (c-66-177-119-177.se.client2.attbi.com[66.177.119.177]) by comcast.net (rwcrmhc13) with ESMTP id <2003102001365401500dllmve>; Mon, 20 Oct 2003 01:36:55 +0000 Received: from rv1.dynip.com (localhost [127.0.0.1]) by duron.rv1.dynip.com (8.12.10/8.12.10) with ESMTP id h9K1arHh005440 for ; Sun, 19 Oct 2003 21:36:53 -0400 (EDT) (envelope-from mjoyner@rv1.dynip.com) Message-ID: <3F933C35.5030203@rv1.dynip.com> Date: Sun, 19 Oct 2003 21:36:53 -0400 From: mjoyner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Changing library that an ELF loads or... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 01:36:58 -0000 How would I change a library that an ELF loads to look for a particular set of symbols? (location, but has same name). or (b), is there a way to "statically" bind an *.so to a ELF that requires it so that it doesn't try and load it dynamically? (merge them into a single executable?)