Hi!
Ich hab des öfteren ein Problem beim Übersetzen von Gnome-Programmen:
gcc -g -O2 -Wall -Wunused -o .libs/bonobo-moniker-gunzip bonobo-moniker-gunzip.o ../bonobo/.libs/libbonobo.so ../bonobo/.libs/libbonobox.so -rdynamic -L/usr/lib -L/usr/X11R6/lib -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgnomeprint -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb -lgdk_pixbuf -ltiff -ljpeg -lpng -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxml -lz -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: cannot find -ldb collect2: ld returned 1 exit status make[2]: *** [bonobo-moniker-gunzip] Error 1
Diesmal ist der Fehler beim Übersetzen von Bonobo 1.0.1 aufgetreten.
Seh ich es richtig, daß die Library "ld" fehlt? Wenn ja, in welchem Paket (debian möglichst) steckt die drin?
Vielen Dank schon im voraus,
Tobias Kluge
On Sat, Apr 14, 2001 at 08:07:37PM +0200, Tobias Kluge wrote:
Hi!
Hallo
/usr/bin/ld: cannot find -ldb collect2: ld returned 1 exit status make[2]: *** [bonobo-moniker-gunzip] Error 1
Diesmal ist der Fehler beim Übersetzen von Bonobo 1.0.1 aufgetreten.
Seh ich es richtig, daß die Library "ld" fehlt? Wenn ja, in welchem Paket (debian möglichst) steckt die drin?
Nicht ganz, ld ist der Linker, die lib die fehlt heißt libdb.so.
Das Paket heißt bei potato libc6-dev.
Vielen Dank schon im voraus,
Tobias Kluge
cu, Ulf
Seh ich es richtig, daß die Library "ld" fehlt? Wenn ja, in welchem Paket (debian möglichst) steckt die drin?
Nicht ganz, ld ist der Linker, die lib die fehlt heißt libdb.so.
Das Paket heißt bei potato libc6-dev.
Hm, das hab ich aber schon:
ruth:# apt-get install libc6-dev Reading Package Lists... Done Building Dependency Tree... Done Sorry, libc6-dev is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Was kann es noch sein? Ich fahre 2.2 - testing -> debian.org sagt, es gibt ein Paket libdb2-dev Da soll es drin sein. Bin gerade dabei, es zu saugen.
Trotzdem danke,
Tubs
Ein Hinweis woran es lag wäre ein netter Abschluß des threads.
Kein Problem:
1. debian.org -> "Debian Packages" -> "Search the Contents of the Latest Release" -> Keyword=libdb.so; Distribution=testing -> "search" -> Ergebnis: libdb2-dev
2. apt-get install libdb2-dev
Und das war es schon.
Tobias
lug-dd@mailman.schlittermann.de