Hello,
I tried to install digikam 0.9 on Ubuntu dapper and I am running into some problems: first I tried through svn using the script that is on the digikam.org page and everything went smoothly, but I still have digikam 0.8 :-\ second I tried to recompile from source using the sourceforge depository and after installing a few packages, compiling went also nice but there is no digikam on /usr/local/bin? I have no clue of what is going on and would be happy to have an advice. The output of the configuration script looks fine to me, altough it could not find the packages sqlite3 and gphoto2 that are installed. Are these packages absolutley necessary? -- digiKam configure results ------------------- -- sqlite3 found.................. NO digiKam needs sqlite3. You need to install sqlite3 3.x, e.g. from http://www.sqlite.org -- gphoto2 found.................. NO digiKam needs gPhoto2. You need to install gPhoto2, e.g. from http://www.gphoto.org/download.html -- libkipi found.................. YES -- libtiff found.................. YES -- libpng found................... YES -- lcms found..................... YES -- Exiv2 library found............ YES ------------------------------------------------ I have 2 (naive) other questions what is the answer to export KDEDIR=KDE_installation_dir_on_your_system for ubuntu dapper? and second how long does it usually take to have an update/upgrade from Ubuntu? (I know that I should wait, but I would like to try digikam 0.9 NOW) thank you, Bertrand Roessli
Yahoo! Music Unlimited - Access over 1 million songs. Try it free. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Saturday 29 July 2006 14:35, roessli bertrand wrote:
> > The output of the configuration script looks fine to me, altough > it could not find the packages sqlite3 and gphoto2 that are > installed. Are these packages absolutley necessary? Yes! At least sqlite, as all the data about the images are stored in an sqlite database. IIRC, gphoto is only needed for accessing the camery. But if you already have downloaded you photos, you will not need it. But I'm not sure, wether it is needed for compiling digikam. > what is the answer to > export KDEDIR=KDE_installation_dir_on_your_system > > for ubuntu dapper? I don't know ubuntu. But can you find out, where your KDE files are installed? Is there any package manager, where you can look eg. into other KDE packages to find out, where they are installed to? Cheers, Heiner -- heiner at heiner-lamprecht dot net GnuPG - Key: 9859E373 Fingerprint: 3770 7947 F917 94EF 8717 BADB 0139 7554 9859 E373 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by roessli bertrand
On Saturday 29 July 2006 13:35, roessli bertrand wrote:
> Hello, > > I tried to install digikam 0.9 on Ubuntu dapper and I am running into some > problems: > > first I tried through svn using the script that is on the digikam.org page > and everything went smoothly, but I still have digikam 0.8 :-\ Suggestion: Backup your image directory. Uninstall digikam 0.8 Compile and install 0.9 using the default paths it picks. You'll get .9 in the 'right' places that way without having to muck with environment variables and paths. You can always use make uninstall to clean the .9 install out, and reinstall .8 using apt-get. > > -- digiKam configure results ------------------- > -- sqlite3 found.................. NO > > digiKam needs sqlite3. You need to install sqlite3 3.x, e.g. from > http://www.sqlite.org > > -- gphoto2 found.................. NO apt-get install sqlite3-dev apt-get install libgphoto2-dev Or something like that. aptitude or synaptic should help you find the devel libs. Very critical. sqlite is the DB engine that drives tagging etc, gphoto2 is what gets the images from a camera. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
hello,
first of all thanks for answering quickly. I think I made some progress but still... I installed the ***_dev packages (it seems that sqlite3-dev under debian is called libghc6-hsql-sqlite3-dev ) and now svn installs digikam properly but version 0.8.2... With the sourceforge version I get now an error while compiling ader.cpp; \ then mv -f ".deps/tiffloader.Tpo" ".deps/tiffloader.Plo"; else rm -f ".deps/tiffloader.Tpo"; exit 1; fi /usr/include/exiv2/exif.hpp: In member function 'virtual const Exiv2::Value& Exiv2::Exifdatum::value() const': /usr/include/exiv2/exif.hpp:287: error: exception handling disabled, use -fexceptions to enable make[5]: *** [tiffloader.lo] Error 1 make[5]: Leaving directory `/media/hda7/broessli/prog/digikam-0.9.0-beta1/digikam/libs/dimg/loaders' bertrand roessli Duncan Hill <[hidden email]> wrote: On Saturday 29 July 2006 13:35, roessli bertrand wrote:
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Duncan Hill-5
hello,
first of all thanks for answering quickly. I think I made some progress but still... I installed the ***_dev packages (it seems that sqlite3-dev under debian is called libghc6-hsql-sqlite3-dev ) and now svn installs digikam properly but version 0.8.2... With the sourceforge version I get now an error while compiling ader.cpp; \ then mv -f ".deps/tiffloader.Tpo" ".deps/tiffloader.Plo"; else rm -f ".deps/tiffloader.Tpo"; exit 1; fi /usr/include/exiv2/exif.hpp: In member function 'virtual const Exiv2::Value& Exiv2::Exifdatum::value() const': /usr/include/exiv2/exif.hpp:287: error: exception handling disabled, use -fexceptions to enable make[5]: *** [tiffloader.lo] Error 1 make[5]: Leaving directory `/media/hda7/broessli/prog/digikam-0.9.0-beta1/digikam/libs/dimg/loaders' bertrand roessli Duncan Hill <[hidden email]> wrote: On Saturday 29 July 2006 13:35, roessli bertrand wrote:
Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by roessli bertrand
On Saturday 29 July 2006 14:35, roessli bertrand wrote:
> Hello, > > I tried to install digikam 0.9 on Ubuntu dapper and I am running into some problems: Maybe you have more luck with those pkgs: http://kubuntu.omat.nl/dapper/ you have to download/install libexiv2 too. Works fine here, Achim > > first I tried through svn using the script that is on the digikam.org page and everything went smoothly, but I still have digikam 0.8 :-\ > > second I tried to recompile from source using the sourceforge depository and after installing a few packages, compiling went also nice but there is no digikam on /usr/local/bin? > > I have no clue of what is going on and would be happy to have an advice. > > The output of the configuration script looks fine to me, altough > it could not find the packages sqlite3 and gphoto2 that are installed. > Are these packages absolutley necessary? > > -- digiKam configure results ------------------- > -- sqlite3 found.................. NO > > digiKam needs sqlite3. You need to install sqlite3 3.x, e.g. from > http://www.sqlite.org > > -- gphoto2 found.................. NO > > digiKam needs gPhoto2. You need to install gPhoto2, e.g. from > http://www.gphoto.org/download.html > > -- libkipi found.................. YES > -- libtiff found.................. YES > -- libpng found................... YES > -- lcms found..................... YES > -- Exiv2 library found............ YES > ------------------------------------------------ > > I have 2 (naive) other questions > > what is the answer to > export KDEDIR=KDE_installation_dir_on_your_system > > for ubuntu dapper? > > and second > > how long does it usually take to have an update/upgrade from Ubuntu? > > (I know that I should wait, but I would like to try digikam 0.9 NOW) > > thank you, > > Bertrand Roessli > > > > --------------------------------- > Yahoo! Music Unlimited - Access over 1 million songs.Try it free. -- 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 |
hello,
thank you, Danke, and merci beaucoup. It works fine now. bertrand Achim Bohnet <[hidden email]> wrote: On Saturday 29 July 2006 14:35, roessli bertrand wrote:
Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |