Date: Sun, 21 Feb 1999 13:50:54 +0100 (CET) From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> To: saad <bonga@aitchisonians.org> Cc: freebsd-questions@freebsd.org Subject: RE: missing /etc/ld.so.* files? Message-ID: <XFMail.990221135054.asmodai@wxs.nl> In-Reply-To: <Pine.BSF.4.05.9902191412540.16500-100000@localhost.webbernet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <http://home.wxs.nl/~asmodai> *BSD: Powered by Knowledge & Know-how <http://www.freebsd.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990221135054.asmodai>