Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 15:49:44 -0500 (CDT)
From:      Danny <aries@aries.postnet.com>
To:        freebsd-stable@freebsd.org
Subject:   Problems after 2.2.8 -> 3.1-STABLE
Message-ID:  <Pine.BSF.4.10.9904251543050.245-100000@aries.postnet.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9904251543050.245-100000>