Hi,
I have just downloaded the digikam 0.8.1 tarball. The configure went ok, but during make I got this: libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive make[4]: *** [libdigikam.la] Error 1 make[4]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1/digikam/digikam' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1/digikam/digikam' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1/digikam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1' make: *** [all] Error 2 I know that others had problems like this, and now just with digikam, so it is not related strongly to it. But how to solve it? Thanks! G. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Thursday 26 January 2006 22:49, Dudas Gabor wrote:
> Hi, > > I have just downloaded the digikam 0.8.1 tarball. The configure went ok, but > during make I got this: > > libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive ^^^^^^^^^^^^^^^^^^ that's the problem. I assume it's a dead link. Try ls -l /usr/lib/libGL.la and check where it point to. Maybe it reminds you what went wrong with the OpenGL devel files ;) Achim > make[4]: *** [libdigikam.la] Error 1 > make[4]: Leaving directory > `/home/dudeeg/install/source/digikam-0.8.1/digikam/digikam' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/dudeeg/install/source/digikam-0.8.1/digikam/digikam' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1/digikam' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/dudeeg/install/source/digikam-0.8.1' > make: *** [all] Error 2 > > I know that others had problems like this, and now just with digikam, so it is > not related strongly to it. But how to solve it? > > Thanks! > G. > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > -- To me vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth everytime you use it. -- [hidden email] _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Actually there is no such file.
But I could solve the problem after all. I found a site where some guys had the same problem, and they listed what should be inside that file...so I created one. This might be not an elegant solution, but I found no other way. If you have a better solution, please let me know. Thanks! Gabor Achim Bohnet wrote: > On Thursday 26 January 2006 22:49, Dudas Gabor wrote: > >>Hi, >> >>I have just downloaded the digikam 0.8.1 tarball. The configure went ok, but >>during make I got this: >> >>libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive > > ^^^^^^^^^^^^^^^^^^ > that's the problem. I assume it's a dead link. Try > > ls -l /usr/lib/libGL.la > > and check where it point to. Maybe it reminds you what went > wrong with the OpenGL devel files ;) > > Achim > > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Thursday 26 January 2006 22:28, Dudas Gabor wrote:
> Actually there is no such file. > But I could solve the problem after all. I found a site where some guys had > the same problem, and they listed what should be inside that file...so I > created one. This might be not an elegant solution, but I found no other > way. If you have a better solution, please let me know. Smells almost like you don't have any (Mesa|lib)GL-dev(el) packages installed. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |