PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : probleme beim programme installieren


buchi0815
04.08.01, 18:36
hallo an alle,
habe ein problem beim installieren von diversen programmen, ich bekomme bei manchen programmen nachfolgende fehlermeldung beim ausführen von ./configure.
ich habe mandrake 8 bei mir drauf.

checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for main in -lcompat... no
checking for main in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for killpg in -lucb... no
checking for Qt... configure: error: Qt >= 1.42 (headers and libraries) not found. Please check your installation!

bis bald andreas

leon
04.08.01, 18:41
In Deinem Fall musst Du sagen, wo ./configure qt findet.

Gib mal ./configure --help ein und suche nach einer Einstellung wie Du ./configure sagen kannst wo qt liegt.

./configure --qtdir=DIR

so in etwar.

Gruß Leon

berell
04.08.01, 19:16
hallo,
wenn du qt installiert hast muss der PFAD auch in der /etc/ld.so.conf stehen
suche nach qt
meistens in /usr/lib/qt-VERSION

und füge den Pfad in /etc/ld.so.conf ein
evtl. noch ein ldconfig /usr/lib/qt-VERSION
auf der Konsole loslassen

wenns dann klappt is gut wenn net dann
setze QTDIR-Umgebungsvariable :

QTDIR=/usr/lib/qt-VERSION

wenn du kein qt drauf hast wirds zeit zu installieren :-)

-bernd

buchi0815
04.08.01, 20:22
hallo leon und berell,
hat beides gestimmt, installation ging dann ein stück weiter, aber dann >

checking for bool... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no kde headers installed. This will fail.
So, check this please and use another prefix!

wisst ihr da vielleicht weiter ?

andreas

leon
04.08.01, 20:43
Du must ihm sagen, wo sich Deine KDE Header-Files befinden.

./configure --includedir=DIR --qtdir=DIR

und schon klappt es, such aber voher mit ./configure --help nach der richtigen Syntax

By Leon

Munick
04.08.01, 21:36
@buchi0815 :

Du hast ein Problem: Du versuchst ein KDE-1.x Programm zu kompilieren. Aber KDE-1.x ist IIRC nicht bei MDK-8 dabei und gibt es AFAIK auch nicht als rpm, da MDK KDE-2 nach /usr installiert, kde1 und kde2 parallel auf MDK ging schon bei der 7.1 nicht.

Also entweder: kde1 selber kompilieren und z.B. nach /opt/kde installieren oder das entsprechende Programm für kde2 besorgen.

CU