Comment 19 for bug 208405

Revision history for this message
Pander (pander) wrote :

They now provide a 32 bit and 64 bit debian package for iscan and plugins. However I got stuck with this:

# dpkg -i iscan_2.19.2-1_amd64.deb iscan-plugin-gt-s600_2.1.0-2_amd64.deb
Selecting previously deselected package iscan.
(Reading database ... 162025 files and directories currently installed.)
Unpacking iscan (from iscan_2.19.2-1_amd64.deb) ...
Selecting previously deselected package iscan-plugin-gt-s600.
Unpacking iscan-plugin-gt-s600 (from iscan-plugin-gt-s600_2.1.0-2_amd64.deb) ...
dpkg: dependency problems prevent configuration of iscan:
 iscan depends on libltdl3 (>= 1.5.2-2); however:
  Package libltdl3 is not installed.
dpkg: error processing iscan (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of iscan-plugin-gt-s600:
 iscan-plugin-gt-s600 depends on iscan (>= 2.16.1); however:
  Package iscan is not configured yet.
dpkg: error processing iscan-plugin-gt-s600 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 iscan
 iscan-plugin-gt-s600

# apt-cache search libltdl
libltdl7 - A system independent dlopen wrapper for GNU libtool
libltdl7-dev - A system independent dlopen wrapper for GNU libtool
libguile-ltdl-1 - Guile's patched version of libtool's libltdl
W: Ignoring Provides line with DepCompareOp for package iscan-interpreter

I installed it with dpkg --force-depends -i .... and in /usr/lib made the following link:
# ln -s libltdl.so.7 libltdl.so.3

Don't know if that link was needed but this procedure enables you to install and use iscan on Ubuntu Jaunty.

Hope this can be packaged soon, the request is more than a year old and now source code and .deb packages for Ubuntu (even for different architectures) are available.