You are not logged in.
Pages: 1
Hi, I'm running arch64 and I'm trying to get my usb scanner working.
I have sane and xsane installed through pacman.
When I run xsane or sane-find-scanner I get the following error:
xsane: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
I can't seem to find the dependency for this...
Thanks for your help
Note, I tried to reinstall libtool-2.2.1 but when i do it, I get:
error: failed retrieving file 'libtool-2.2-1-x86_64.pkg.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
It repeats that for all my mirrors.
Offline
Try "pacman -Sy" to update you pacman database (or "pacman -Syy" if that does not work). Testing now has libtool v2.2-2.
But that is not going to help you.... It looks like sane needs rebuilt for the new libtool version. File a bug report.
Edit: In all honesty, enabling testing is not the best idea if you can not track down a reasonably simple issue such as this. Not saying it to be mean, rather I'm hoping to be helpful because I see you are new here...
Last edited by Allan (2008-03-18 04:53:30)
Offline
Try "pacman -Sy" to update you pacman database (or "pacman -Syy" if that does not work). Testing now has libtool v2.2-2.
But that is not going to help you.... It looks like sane needs rebuilt for the new libtool version. File a bug report.
Edit: In all honesty, enabling testing is not the best idea if you can not track down a reasonably simple issue such as this. Not saying it to be mean, rather I'm hoping to be helpful because I see you are new here...
+1
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Pages: 1