Gentoo Archives: gentoo-user

From: Kristian Poul Herkild <kristian@×××××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xterm can't find libXaw.so.8 after Xorg update
Date: Sat, 01 Jul 2006 19:25:16
Message-Id: 44A6CAB6.5050301@herkild.dk
In Reply to: [gentoo-user] Xterm can't find libXaw.so.8 after Xorg update by Walter Dnes
1 Walter Dnes wrote:
2 > So X runs, but no xterms, with an error message about not being able
3 > to find libXaw.so.8. First, I checked to see what was available...
4 >
5 > m3000[root][~] ll /usr/lib/libXaw.so.*
6 > lrwxrwxrwx 1 root root 12 Jul 1 02:33 /usr/lib/libXaw.so.6 -> libXaw6.so.6
7 > lrwxrwxrwx 1 root root 12 Jul 1 02:33 /usr/lib/libXaw.so.7 -> libXaw7.so.7
8 >
9 > Then I kludged together an ugly workaround...
10 >
11 > [m3000][root][~] cd /usr/lib
12 > [m3000][root][/usr/lib] ln -s /usr/lib/libXaw.so.7 libXaw.so.8
13 >
14 > Much to my surprise, the damn thing actually works. But I know that
15 > somewhere down the line, this will come back to bite me. How do I get
16 > the real libXaw.so.8 built?
17 >
18
19 Aaawwww... that was an ugly hack. Reminds me of my LFS-days :P
20
21 When you encounter broken packages, you should run "revdep-rebuild
22 --pretend", watch the output and if necessary run revdep-rebuild without
23 --pretend.
24
25 That is the right way to solve such problems.
26
27 -Kristian Poul Herkild
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xterm can't find libXaw.so.8 after Xorg update Walter Dnes <waltdnes@××××××××.org>