Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2005 16:27:48 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@freebsd.org, Phil Brennan <phil.brennan@gmail.com>
Subject:   Re: downgrading xorg to xfree86
Message-ID:  <200501041627.48308.dejan.lesjak@ijs.si>
In-Reply-To: <ff0f76e005010402397c9de387@mail.gmail.com>
References:  <ff0f76e005010402397c9de387@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 04 of January 2005 11:39, Phil Brennan wrote:
> Hi,
> I upgraded to xorg 6.8.1 last night ( fbsd 5.2.1 ). It was crashing
> all over the place, and since it is a production server, I don't have
> that much time to fix it, especially since its a non-essential
> upgrade. So, I downgraded to xfree86-4.4, following the reverse
> procedure:
> 1) downgraded imake to v4
> 2) removed all xorg packages
> 3) changed make.conf X_WINDOW_SYSTEM
> 4) built, installed Xfree86-4
>
> Now, when I startx, it is looking for libXaw.so.8 , which is part of
> xorg. If I link libXaw.so.8 to libXaw.so.7, twm/mwm both crash.
> Can anyone tell me what I've done wrong? Any help greatly appreciated.

You will need to recompile everything that was linked to libXaw so it picks up 
version 7. In your startx startup script, you probably have something linked 
to libXaw that fails and with it startx. I'd guess that it is xterm perhaps? 
in that case recompile xterm (it is standalone port now) with xfree86's imake 
and libraries.

Dejan



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