View previous topic :: View next topic |
Author |
Message |
matteo0 n00b
Joined: 26 Sep 2003 Posts: 12
|
Posted: Fri Sep 26, 2003 5:40 pm Post subject: checking for libXext... no |
|
|
hi,
ich hab ein problem die aktuellste kde version zu compilieren und zwar kommt immer die folgende fehlermeldung:
Code: |
# emerge -u arts
...
checking for libXext... no
configure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either.
!!! ERROR: kde-base/arts-1.1.4 failed.
!!! Function kde_src_compile, Line 125, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
|
die libXext ist im verzeichnis /usr/X11R6/lib vorhanden und ein ldconfig -p schaut auch vernuenftig aus.
ich hoffe ihr koennt mir weiterhelfen, weil schoen langsam bin ich ratlos.
ciao
matthias |
|
Back to top |
|
|
siliconburner Guru
Joined: 02 May 2003 Posts: 300
|
Posted: Fri Sep 26, 2003 6:48 pm Post subject: |
|
|
bash-2.05b$ su
Password:
bash-2.05b# cd /
bash-2.05b# find -iname '*libXext*'
./usr/X11R6/lib/libXext.so
./usr/X11R6/lib/libXext.so.6.4
./usr/X11R6/lib/libXext.a
./usr/X11R6/lib/libXext.so.6
bash-2.05b#
so sollte es aussehen _________________ living in /dev/null |
|
Back to top |
|
|
dertobi123 Retired Dev
Joined: 19 Nov 2002 Posts: 2679 Location: Oberhausen, Germany
|
Posted: Fri Sep 26, 2003 6:52 pm Post subject: |
|
|
Ein 'ls -l /usr/X11R6/lib/ | grep libXext' sollte folgendes ausgeben: Code: | -rw-r--r-- 1 root root 72888 2003-09-22 19:20 libXext.a
lrwxrwxrwx 1 root root 14 2003-09-22 19:21 libXext.so -> libXext.so.6.4
lrwxrwxrwx 1 root root 14 2003-09-22 19:21 libXext.so.6 -> libXext.so.6.4
-rwxr-xr-x 1 root root 64336 2003-09-22 19:20 libXext.so.6.4
|
Ist das bei dir so? Wenn nein, wäre es eine Option xfree neu zu bauen. _________________ Ganz frisch: Praxisbuch Nagios
Gentoo Linux - Die Metadistribution (2. Auflage) |
|
Back to top |
|
|
matteo0 n00b
Joined: 26 Sep 2003 Posts: 12
|
Posted: Sat Sep 27, 2003 8:35 am Post subject: |
|
|
xfree hab ich schon neu compiliert und mein 'ls -l /usr/X11R6/lib/ | grep libXext' schaut so aus:
Code: |
-rw-r--r-- 1 root root 82940 Sep 26 16:05 libXext.a
lrwxrwxrwx 1 root root 14 Sep 26 16:05 libXext.so -> libXext.so.6.4
lrwxrwxrwx 1 root root 14 Sep 26 16:05 libXext.so.6 -> libXext.so.6.4
-rwxr-xr-x 1 root root 71483 Sep 26 16:05 libXext.so.6.4
|
|
|
Back to top |
|
|
siliconburner Guru
Joined: 02 May 2003 Posts: 300
|
Posted: Sun Sep 28, 2003 11:45 am Post subject: |
|
|
und sind denn die pfade alle richtig gesetzt, dass root die dateien auch findet? _________________ living in /dev/null |
|
Back to top |
|
|
dertobi123 Retired Dev
Joined: 19 Nov 2002 Posts: 2679 Location: Oberhausen, Germany
|
|
Back to top |
|
|
matteo0 n00b
Joined: 26 Sep 2003 Posts: 12
|
Posted: Mon Sep 29, 2003 11:29 am Post subject: |
|
|
die datei /etc/ld.so.conf schaut wie folgt aus:
Code: |
# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/usr/local/lib
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
/usr/lib/opengl/xfree/lib
/usr/X11R6/lib
/usr/qt/3/lib
/usr/kde/3.1/lib
/usr/games/lib
|
und 'ldconfig -p | grep -i libxext'
Code: |
libXext.so.6 (libc6) => /usr/X11R6/lib/libXext.so.6
libXext.so (libc6) => /usr/X11R6/lib/libXext.so
|
koennte sonst noch zB. ein pfad falsch gesetzt sein? |
|
Back to top |
|
|
matteo0 n00b
Joined: 26 Sep 2003 Posts: 12
|
Posted: Tue Sep 30, 2003 1:01 pm Post subject: |
|
|
ich hab den fehler gefunden.
das problem lag daran, dass die umgebungsvariable '$CC' den wert 'ccache distcc' hatte.
danke fuer eure hilfe
matthias |
|
Back to top |
|
|
dertobi123 Retired Dev
Joined: 19 Nov 2002 Posts: 2679 Location: Oberhausen, Germany
|
|
Back to top |
|
|
|