You are not logged in.
dvd100 wrote:extra/autogen 5.8.8-1
$ autogen --help autogen: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
libtool 2.2-2
Arch 64bit, yet updated..I'll fix it tonight in 3-4 hours. Email me it it's not fixed by tomorrow.
Meanwhile:
pacman -U ftp://ftp.archlinux.org/testing/os/x86_ … pkg.tar.gz
will fix it. For i686 users , change the x86_64 to i686.
It's fixed now.
Offline
Thank you for the fix!
Offline
$ pacman -Ss digikam
extra/digikam 0.9.3-1
Digital photo management application for kde
extra/kipi-plugins 0.1.5beta1-2
libkipi plugins for digikam and kde apps
$ digikam
digikam: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
$ pacman -Ss libtool
core/libtool 2.2-2 (base-devel)
A generic library support script
$ uname -m
i686
digiKam package from extra repository is also affected.
Could someone please rollback that update in core?
End users having no packages dependent on libtool >= 2.2 might try [http://wiki.archlinux.org/index.php/Downgrade_packages] with mirror repo [http://ftp.parrswood.manchester.sch.uk/ … t/os/i686/].
Also, could someone please answer if it is possible to install libtool 2.2 and libtool 1.5 together? If yes, please provide an idea how could I do that.
Thanks everyone in advance.
Last edited by DiaWorD (2008-05-02 23:26:36)
W B R
Offline
digiKam package from extra repository is also affected.
Could someone please rollback that update in core?
End users having no packages dependent on libtool >= 2.2 might try [http://wiki.archlinux.org/index.php/Downgrade_packages] with mirror repo [http://ftp.parrswood.manchester.sch.uk/ … t/os/i686/].
Also, could someone please answer if it is possible to install libtool 2.2 and libtool 1.5 together? If yes, please provide an idea how could I do that.
Thanks everyone in advance.
Instead of posting here, it would be better to file a bug that digikam needs to be recompiled against the new libtool. Also, as a temporary fix, better than downgrading is to just recompile digikam via ABS.
Offline
@DiaWorD I am a little bit surprised about your bug report because on my system with the same version of digikam i get this:
$ ldd $(which digikam) | grep libltdl
libltdl.so.7 => /usr/lib/libltdl.so.7 (0xb5d4f000)
Starting digikam on the console don't shows me what you got.
Offline
bender02, attila - many thanks for assistance and ideas, the fix is much more trivial:
pacman -R digikam
pacman -R kipi-plugins
pacman -R libtool
pacman -R libgphoto2
pacman -Sy digikam kipi-plugins
Reported bug [http://bugs.archlinux.org/task/10347] is requested for closing.
W B R
Offline