Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 1995 13:39:14 -0700 (MST)
From:      Barnacle Wes <wes@intele.net>
To:        deborah@atm.microunity.com (Deborah Bennett)
Cc:        questions@freebsd.org
Subject:   Re: can I run XFree86 on FreeBSD 2.0.5 from a mounted filesystem?
Message-ID:  <199512142039.NAA02459@intele.net>
In-Reply-To: <9512141853.AA29810@atm> from "Deborah Bennett" at Dec 14, 95 10:53:51 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I have a network of 5 identical lab machines which are all
> Gateway 90MHz pentium machines with ATI Mach64 graphics cards.
> For administration reasons, I would prefer to have them mount
> /usr/X11R6 from a network location. I am trying to run XFree86 this
> way, and having no luck. 
> 
> [...]
> I have mounted usr/X11R6 from the server on /usr/X11R6 on the client.
> When I run startx, I get this error message:
> ld.so: xinit: libXmu.so.0: Undefined error: 0

As another user reported, you need to add /usr/X11R6 to your ld.so
cache.  This must be done *after* /usr/X11R6 has been nfs-mounted,
of course.  Another approach is to add LD_LIBRARY_PATH=/usr/X11R6/lib
to every users environment, although this will result in slightly
slower program startup.

-- 
   Wes Peters	| Yes I am a pirate, two hundred years too late
    Softweyr 	| The cannons don't thunder, there's nothing to plunder
   Consulting	| I'm an over forty victim of fate...
 wes@intele.net	|					Jimmy Buffet



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