PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : imlib wird nicht gefunden ?



orion
10.11.02, 21:49
also ich versuche gerade das packet "bbrb-0.4.1" zu installieren, weil ich "Esetroot" brauche. nun wenn ich jetzt ./configure mach dann spuckt er mir das am schluss aus:

checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version >= 1.9.8... no
*** Could not run IMLIB test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding IMLIB or finding the wrong
*** version of IMLIB. If it is not finding IMLIB, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: bbrb 0.2 needs ImLib >= 1.9.8


nun ich hab genau die imlib version 1.9.8.1 installiert und auch die dev packet, per apt-get install. hab auch gtk mit gtk dev installiert. wenn ich nun "find / -name imlib" eingebe findet er nur einen Ordner im /etc/ (das kann doch nicht sein? da sind doch immer nur config files drinnen!). nun hab ich halt versucht mit einer configure option den ORdner anzugeben. Hat aber auch nicht funktioniert. ich weiss jetzt nicht weiter. Villeicht könnt ihr mir helfen.

MfG orion

orion
10.11.02, 21:53
ok, hab jetzt mit "find / -name *imlib*" doch mehr gefunden, aber nur einzelne Dateien und keinen übergelegenen Ordnder, der die Sache übersichtlicher machen könnte.
Lauter files wie:

.
.
.
/usr/local/lib/pkgconfig/imlibgdk.pc
/usr/local/lib/libgdk_imlib.so.1.9.8
/usr/local/lib/libimlib-bmp.so
/usr/local/lib/libimlib-bmp.la
/usr/local/lib/libimlib-bmp.a
.
.
.

:-(

Jasper
11.11.02, 08:21
Original geschrieben von orion
also ich versuche gerade das packet "bbrb-0.4.1" zu installieren, weil ich "Esetroot" brauche. nun wenn ich jetzt ./configure mach dann spuckt er mir das am schluss aus:

checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version >= 1.9.8... no
*** Could not run IMLIB test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding IMLIB or finding the wrong
*** version of IMLIB. If it is not finding IMLIB, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: bbrb 0.2 needs ImLib >= 1.9.8


nun ich hab genau die imlib version 1.9.8.1 installiert und auch die dev packet, per apt-get install. hab auch gtk mit gtk dev installiert. wenn ich nun "find / -name imlib" eingebe findet er nur einen Ordner im /etc/ (das kann doch nicht sein? da sind doch immer nur config files drinnen!). nun hab ich halt versucht mit einer configure option den ORdner anzugeben. Hat aber auch nicht funktioniert. ich weiss jetzt nicht weiter. Villeicht könnt ihr mir helfen.


hast du das gemacht, was dir vorgeschlagen wird:

*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding IMLIB or finding the wrong
*** version of IMLIB. If it is not finding IMLIB, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system

sieh in /etc/ld.so.conf nach, ob das verzeichnis in dem die libs liegen dort mit auftaucht. wenn nicht, eintragen und ldconfig aufrufen. danach mit ldconfig -p nachsehen, ob er die libs gefunden hat. configure schreibt auch ein log (config.log) wo genau drin steht, was warum schiefging.

-j

orion
11.11.02, 16:15
ok, hab jetzt inder ld.so.config einfach /usr/local/ilb hinzugefügt. Nun funktioniert es, danke. Ich hab einfach nicht die Meldung verstanden die er rausgespuckt hat.

Trillian
11.11.02, 17:16
Seit wann installiert sich denn ein .deb Paket in /usr/local? Das würd mich jetzt mal interessieren.

Hast du das evtl. irgendwann mal von Hand installiert?