Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 17:17:56 -0400
From:      Chris Johnson <cjohnson@palomine.net>
To:        Danny <aries@aries.postnet.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Problems after 2.2.8 -> 3.1-STABLE
Message-ID:  <19990425171756.A29173@palomine.net>
In-Reply-To: <Pine.BSF.4.10.9904251543050.245-100000@aries.postnet.com>; from Danny on Sun, Apr 25, 1999 at 03:49:44PM -0500
References:  <Pine.BSF.4.10.9904251543050.245-100000@aries.postnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 25, 1999 at 03:49:44PM -0500, Danny wrote:
> 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

You didn't update /etc. If you had, you'd have some stuff in /etc/rc and
/etc/default/rc.conf that'd take care of doing this when your system starts.

> 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.

Are you using a DPT controller? If not, get the dpt stuff out of your kernel
config file.

Chris


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?19990425171756.A29173>