Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 1998 01:48:02 -0700 (PDT)
From:      Brian Tiemann <btman@ugcs.caltech.edu>
To:        Chang Nai Wen <root@cnw.m5.ntu.edu.tw>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Two serious about X window & telnet
Message-ID:  <Pine.BSF.4.05.9810200144350.15836-100000@lionking.org>
In-Reply-To: <19981020163145.20161@cnw.m5.ntu.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 20 Oct 1998, Chang Nai Wen wrote:

>    ld.so failed: Can't find shared library "libXmu.so.6.0"
>    ld.so failed: Can't find shared library "libwrap.so.7.6"

	If you did a full a.out to ELF upgrade, your old a.out libs have
all been moved into "aout" subdirectories of the standard lib directories.
However, unless those directories are included in the ldconfig process at
boot time (or whenever), they won't be available.

	Have you merged in the new /etc files? /usr/src/etc/rc and rc.conf
now account for the aout subdirectories and make sure they're available to
the binaries you're running (like X). You'll want to copy them into /etc
and reboot to enable the full ld paths.

	Of course, rebuilding all your applications as ELF can't hurt
either. :)

Brian



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?Pine.BSF.4.05.9810200144350.15836-100000>