Subject: Re: RGB_DB and xwindows
To: Andrew Coles <andrew@andycole.force9.co.uk>
From: Todd Vierling <tv@pobox.com>
List: port-arm32
Date: 09/01/1998 16:16:15
On Tue, 1 Sep 1998, Andrew Coles wrote:

: > I thought I just did, as did Todd last week? Are mails going missing???
: > 
: You did post a message saying that typing cd /usr; ln -s X11R6 X11R6.3
: would do the trick but it doesn't.

Make sure that X11R6 and X11R6.3 are not both _directories - if so, this "ln
-s" won't do the correct thing.  Do "ls -l /usr" and see if X11R6.3 is a
link or a directory.

Basically, you need to do the ln -s command _before_ extracting the xarm33
server.  However, if you've already done it, this should do the right thing:

mv /usr/X11R6.3/bin/* /usr/X11R6/bin/
rm -rf /usr/X11R6.3
ln -s X11R6 /usr/X11R6.3

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)