From owner-freebsd-stable Sun Apr 25 13:49:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from aries.postnet.com (aries.postnet.com [209.96.9.249]) by hub.freebsd.org (Postfix) with ESMTP id 8823A14D15 for ; Sun, 25 Apr 1999 13:49:44 -0700 (PDT) (envelope-from aries@aries.postnet.com) Received: from localhost (aries@localhost) by aries.postnet.com (8.9.3/8.8.8) with ESMTP id PAA00264 for ; Sun, 25 Apr 1999 15:49:45 -0500 (CDT) (envelope-from aries@aries.postnet.com) Date: Sun, 25 Apr 1999 15:49:44 -0500 (CDT) From: Danny To: freebsd-stable@freebsd.org Subject: Problems after 2.2.8 -> 3.1-STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. Not too long ago, I used CVS to upgrade from 2.2.8 to 3.1, and boy was it hell. :) The way I did it was: make aout-to-elf-build then drop to single user and: make aout-to-elf-install make move-aout-libs Ever since then, when I go to load Netscape, for example, I get: ld.so failed: Can't find shared library "libXt.so.6.0" I can get around it by doing: ldconfig -aout /usr/X11R6/lib /usr/X11R6/lib/aout ldconfig -elf /usr/X11R6/lib /usr/X11R6/lib/aout However, when I reboot, I have to do it again to use Netscape. The same thing happens with vim5. The other problem I am having is when I try to make the kernel. I get: dpt_scsi.o: In function `dpt_alloc': dpt_scsi.o(.text+0x102c): undefined reference to `dpt_reset_performance' then it stops with error code 1. It does this right after the "Loading Kernel" message. Any ideas would be appreciated. Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message