From owner-freebsd-questions Sun Feb 21 4:41:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 5EFE911730 for ; Sun, 21 Feb 1999 04:41:52 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.51]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA8E5; Sun, 21 Feb 1999 13:41:48 +0100 Received: from daemon.ninth-circle.org (daemon.ninth-circle.org [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id NAA00505; Sun, 21 Feb 1999 13:50:54 +0100 (CET) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 21 Feb 1999 13:50:54 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: saad Subject: RE: missing /etc/ld.so.* files? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Feb-99 saad wrote: > $ ls -l /etc/*ld* > ls: /etc/*ld*: No such file or directory > > aren't there supposed to be ld.so.conf and ld-elf.so.config files in the > /etc directory? mine seem to be missing and i couldnt' even find them in > /usr/src/etc/ ... ? No, one has to create them theirselves, since the library paths are set in /etc/rc.conf under ldconfig_paths. To create those ld files simply place every lib directory path on it's own line and use them like this: ldconfig -elf /etc/ld-elf.so.conf -aout /etc/ld.so.conf depending on which binary format yer using offcourse. --- Jeroen Ruigrok van der Werven http://www.freebsdzine.org> asmodai(at)wxs.nl This is my Truth, tell me your's... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message