From owner-freebsd-stable Tue Jun 1 13: 3:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from uven.ru (uven.ru [62.76.35.162]) by hub.freebsd.org (Postfix) with ESMTP id 8B79F14D55 for ; Tue, 1 Jun 1999 13:03:26 -0700 (PDT) (envelope-from vlad@high.net.ru) Received: from ns.ulstu.ru (root@ns.ulstu.ru [62.76.34.36]) by uven.ru (8.9.1a/8.9.1) with ESMTP id AAA20207; Wed, 2 Jun 1999 00:02:12 +0400 (MSD) Received: from hq.spc.high ([195.151.42.225]) by ns.ulstu.ru (8.8.5-MVC-230198/8.8.7) with ESMTP id AAA27524; Wed, 2 Jun 1999 00:01:32 +0400 (MSD) (envelope-from vlad@high.net.ru) Received: (from vlad@localhost) by hq.spc.high (8.9.3/8.8.8) id XAA08354; Tue, 1 Jun 1999 23:57:57 +0400 (MSD) (envelope-from vlad) From: Vlad Skvortsov Message-Id: <199906011957.XAA08354@hq.spc.high> Subject: Re: ldconfig -aout doesn't seem to work In-Reply-To: from "kip@lyris.com" at "May 31, 1999 4:28: 3 pm" To: kip@lyris.com Date: Tue, 1 Jun 1999 23:57:56 +0400 (MSD) Cc: freebsd-stable@freebsd.org Reply-To: vss@ulstu.ru X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, the problem is solved. The reason is that old libaries were not actually moved to aout subdir during make aout-to-elf. Another question is why. > This won't fix your problem, but you should probably think about > rebuilding your X libraries so that you have elf versions of everything > you use regularly. > -Kip > > On Tue, 1 Jun 1999, Vlad Skvortsov wrote: > > > Hello. > > > > I have just upgraded from 2.2-STABLE to 3.2-STABLE with make > > aout-to-elf... After hacking some rc files I ve put it to work but > > found that I cannot load X. The reason is: > > > > ld.so failed: Can't find shared library "libXmu.so.6.0" > > > > This library does exists in /usr/X11R6/lib/aout, but ldconfig > > doesn't seem to update hints file even after ldconfig -m -aout > > /usr/X11R6/lib/aout. Running ldconfig -r -aout gives the following: > > > > /var/run/ld.so.hints: > > search directories: /usr/lib/aout:/ > > 0:-lalias.2.5 => /usr/lib/aout/libalias.so.2.5 > > 1:-lc.3.1 => /usr/lib/aout/libc.so.3.1 > > > > And nothing else :-( > > > > -- > > Vlad Skvortsov, vss@ulstu.ru > > > > ps: By the way I could not found any web guide to upgrade process ... Did I > > miss it ? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > -- Vlad Skvortsov, vss@ulstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message