From owner-freebsd-current@FreeBSD.ORG Sat Dec 20 20:51:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1089016A4CE for ; Sat, 20 Dec 2003 20:51:41 -0800 (PST) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1532143D3F for ; Sat, 20 Dec 2003 20:51:40 -0800 (PST) (envelope-from junsu@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id hBL4sdFL041077 for ; Sat, 20 Dec 2003 23:54:39 -0500 (EST) (envelope-from junsu@m-net.arbornet.org) Received: (from junsu@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id hBL4sdNP041076 for current@freebsd.org; Sat, 20 Dec 2003 23:54:39 -0500 (EST) Date: Sat, 20 Dec 2003 23:54:39 -0500 (EST) From: Jun Su Message-Id: <200312210454.hBL4sdNP041076@m-net.arbornet.org> To: current@freebsd.org X-Mailman-Approved-At: Sat, 20 Dec 2003 23:16:00 -0800 Subject: How to use an alternative rtld-elf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 04:51:41 -0000 Hi All, I am working on the rtld-elf. I want to use my debug version of ld-elf.so for debug purpose. Is there a way to specify an ld-elf.so.1 when loading an executable file? Also I don’t want make my debug ld-elf.so system wide. Thanks, Jun Su