Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 1995 14:32:21 -0700
From:      Andrew Carey <careya@PEAK.ORG>
To:        Peter Dufault <dufault@hda.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: ld.so: xterm: libXaw.so.6.0: Undefined error: 0 
Message-ID:  <199505302132.OAA12187@crystal.PEAK.ORG>
In-Reply-To: Your message of Tue, 30 May 1995 15:06:40 -0400. <199505301906.PAA00694@hda.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Dufault <dufault@hda.com> wrote:
> We have three systems in house running the same current, built from
> a successful "build world" of a few days ago, and one of them gets
> the error:
> 
> "ld.so: xterm: libXaw.so.6.0: Undefined error 0"
> 
> when you run most X apps.  I've torn my hair out trying to figure
> out what is going on.

I've had this happen as well. It turned out that the shared libs for X
weren't being added to the shared library cache with ldconfig at boot.

Look for the line starting with ldconfig in your rc.local, and add 
the location of your X libs to the end. On my machine this line looks 
like:
 ldconfig /usr/lib /usr/local/lib /usr/local/gnu/lib /usr/local/X11R5/lib

This is on a hp300 running NetBSD 1.0, though, so your mileage may vary.

Andy Carey, KSC | Public Terminal/HP Support | careya@peak.org
Semper Ubi Sub Ubi | "The gostak distims the doshes" | SPLF/cor 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505302132.OAA12187>