From owner-freebsd-current Tue Jan 5 19:16:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02199 for freebsd-current-outgoing; Tue, 5 Jan 1999 19:16:58 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa15-59.ix.netcom.com [207.93.148.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02194 for ; Tue, 5 Jan 1999 19:16:57 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.9.1/8.8.8) id TAA89443; Tue, 5 Jan 1999 19:15:23 -0800 (PST) (envelope-from tomdean) Date: Tue, 5 Jan 1999 19:15:23 -0800 (PST) Message-Id: <199901060315.TAA89443@ix.netcom.com> From: Thomas Dean To: donegan@quick.net CC: current@FreeBSD.ORG In-reply-to: (donegan@quick.net) Subject: Re: Elf Conversion Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look at the rc* files in /usr/src/etc. These are updates to the /etc/rc* files. You should NOT just copy the files from /usr/src/etc to /etc. There are some tools on the web to merge the files. The /etc/rc files are VERY critical to starting and using your system. I prefer to manually merge the files, using diff and an editor. Now, to your problem. The shared libraries are located via ldconfig hints. Look at ldconfig in /usr/src/etc/rc.conf. in /etc/rc, the hints are set with 'ldconfig -R '. In my /etc/rc*, ldconfig_path is set in rc.conf. These words are conditionally transferred to LDC in rc. LDC is used to set the hints. To get started, you can do this manually, as root. You can view the hints with 'ldconfig -r'. tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message