Hello all
New to this list, I have been enjoying digiKam for some time now. Running Mandriva 2006 X'mas edition, I am trying to upgrade fom DigiKam 0.8.0 to 0.8.3 However, ./configure claims that dgiKam needs sqlite3. I have downloaded it from sqlite.org but I'm not sure where to put the executable (it's a small - 400kB - bin file). In case, I copied it in usr/bin but with no success. Could anyone help me solve this problem? Thanks in advance! -- Laurent _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Sunday 16 April 2006 00:48, Laurent Saplairoles wrote:
> Hello all > > New to this list, I have been enjoying digiKam for some time now. > > Running Mandriva 2006 X'mas edition, I am trying to upgrade fom DigiKam > 0.8.0 to 0.8.3 However, ./configure claims that dgiKam needs sqlite3. > I have downloaded it from sqlite.org but I'm not sure where to put the > executable (it's a small - 400kB - bin file). In case, I copied it in > usr/bin but with no success. > > Could anyone help me solve this problem? > > Thanks in advance! you definitively need it! If you compile yourself, you'll need sqlite3 + it development files (-dev). Now, I run debian, so I don't know how you install thos in Mandriva. Gerhard _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Laurent Saplairoles-2
Laurent Saplairoles a écrit : > Hello all > > New to this list, I have been enjoying digiKam for some time now. > > Running Mandriva 2006 X'mas edition, I am trying to upgrade fom DigiKam 0.8.0 > to 0.8.3 However, ./configure claims that dgiKam needs sqlite3. > I have downloaded it from sqlite.org but I'm not sure where to put the > executable (it's a small - 400kB - bin file). In case, I copied it in usr/bin > but with no success. > > Could anyone help me solve this problem? > > Thanks in advance! Hi, I think it is easier to install the Mandriva package by typing as root : urpmi libsqlite3_0-devel (i am not sure if the package is in "main" or "contrib" make sure to have both sources setup) Hope it helps Julien _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Dimanche 16 Avril 2006 10:19 AM, Julien Narboux a écrit :
> Laurent Saplairoles a écrit : > > Hello all > > > > New to this list, I have been enjoying digiKam for some time now. > > > > Running Mandriva 2006 X'mas edition, I am trying to upgrade fom DigiKam > > 0.8.0 to 0.8.3 0.8.3 do not exists yet (:=)). You want mean 0.8.1 ? > > However, ./configure claims that dgiKam needs sqlite3. > > I have downloaded it from sqlite.org but I'm not sure where to put the > > executable (it's a small - 400kB - bin file). In case, I copied it in > > usr/bin but with no success. > > > > Could anyone help me solve this problem? > > > > Thanks in advance! > > Hi, > > I think it is easier to install the Mandriva package by typing as root : > > urpmi libsqlite3_0-devel yes. I'm develop digiKam under mandriva 2006. Just following README file from source code tarball or svn repository Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Sunday 16 April 2006 01:59, Caulier Gilles wrote:
> Le Dimanche 16 Avril 2006 10:19 AM, Julien Narboux a écrit : > > Laurent Saplairoles a écrit : > > > Hello all > > > > > > New to this list, I have been enjoying digiKam for some time now. > > > > > > Running Mandriva 2006 X'mas edition, I am trying to upgrade fom DigiKam > > > 0.8.0 to 0.8.3 > > 0.8.3 do not exists yet (:=)). You want mean 0.8.1 ? > Of course! Sorry, I have also been trying to get Kmymoney2 to install and got the versions mixed up. > > > However, ./configure claims that dgiKam needs sqlite3. > > > I have downloaded it from sqlite.org but I'm not sure where to put the > > > executable (it's a small - 400kB - bin file). In case, I copied it in > > > usr/bin but with no success. > > > > > > Could anyone help me solve this problem? > > > > > > Thanks in advance! > > > > Hi, > > > > I think it is easier to install the Mandriva package by typing as root : > > > > urpmi libsqlite3_0-devel > Merci Julien! I did just that then digikam compiled just right. I am now happily running the latest official release! > yes. I'm develop digiKam under mandriva 2006. Just following README file > from source code tarball or svn repository > ./ configure, make, make install. That worked just fine. It's always easier when one has all required packages pre-installed though :-) If you develop under Mandriva, why is there not an rpm available sooner for it? It seems that Suse and Ubuntu are usually served faster. Anyway, thank you for your great work; digiKam is a really nice package. -- Laurent _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Lundi 17 Avril 2006 06:14 AM, Laurent Saplairoles a écrit :
> On Sunday 16 April 2006 01:59, Caulier Gilles wrote: > > Le Dimanche 16 Avril 2006 10:19 AM, Julien Narboux a écrit : > > > Laurent Saplairoles a écrit : > > > > Hello all > > > > > > > > New to this list, I have been enjoying digiKam for some time now. > > > > > > > > Running Mandriva 2006 X'mas edition, I am trying to upgrade fom > > > > DigiKam 0.8.0 to 0.8.3 > > > > 0.8.3 do not exists yet (:=)). You want mean 0.8.1 ? > > Of course! Sorry, I have also been trying to get Kmymoney2 to install and > got the versions mixed up. > > > > > However, ./configure claims that dgiKam needs sqlite3. > > > > I have downloaded it from sqlite.org but I'm not sure where to put > > > > the executable (it's a small - 400kB - bin file). In case, I copied > > > > it in usr/bin but with no success. > > > > > > > > Could anyone help me solve this problem? > > > > > > > > Thanks in advance! > > > > > > Hi, > > > > > > I think it is easier to install the Mandriva package by typing as root > > > : > > > > > > urpmi libsqlite3_0-devel > > Merci Julien! I did just that then digikam compiled just right. I am now > happily running the latest official release! > > > yes. I'm develop digiKam under mandriva 2006. Just following README file > > from source code tarball or svn repository > > ./ configure, make, make install. That worked just fine. It's always easier > when one has all required packages pre-installed though :-) > > If you develop under Mandriva, why is there not an rpm available sooner for > it? It seems that Suse and Ubuntu are usually served faster. Anyway, thank > you for your great work; digiKam is a really nice package. Because, i'm a developper. I have no time to build RPM package. This is not my job... (:=))) Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |