[sane-devel] Support for CanoScan 9000F and others: 48 bit flatbed scan

Rolf Bensch rolf at bensch-online.de
Tue Jul 10 17:52:45 UTC 2012


Am 10.07.2012 18:07, schrieb llarevo at gmx.net:
> 
> I install the self compiled libs to /usr/local/lib64:
> 
> ./configure --prefix=/usr/local --libdir=/usr/local/lib64
> 
> Then I set the path with ldconfig by creating two files 
> 
> /etc/ld.so.conf.d/simple-scan.conf and
> /etc/ld.so.conf.d/xsane.conf
> 
> that contains the path /usr/local/lib64 and then I run ldconfig.
> 
> I also compile all backends. The rest is identical to your installation.
> So I think the error I receive while scanning in 75 dpi flatbed lineart
> is some problem with my local installation. 
> 

It seems there is a problem with ldconfig. I have no experiences with
ldconfig in combination with SANE.

If you want to leave 1.0.23 SANE libs in /usr/local/lib64, please try to
create symbolic links from your self compiled libs to /usr/lib64/:
'sudo ln -sf /usr/local/lib64/libsane.so.1.0.23
/usr/lib64/libsane.so.1.0.23'
'sudo ln -sf /usr/local/lib64/libsane.so.1.0.23 /usr/lib64/libsane.so'
'sudo ln -sf /usr/local/lib64/libsane.so.1.0.23 /usr/lib64/libsane.so.1'
'sudo ln -sf /usr/local/lib64/sane/libsane-pixma.la
/usr/lib64/sane/libsane-pixma.la'.

If you want to remove the self created symbolic links, you should
save/rename these files:
/usr/lib64/libsane.so, /usr/lib64/libsane.so.1,
/usr/lib64/sane/libsane-pixma.la.

I was using symbolic links before I found the hint of the additional
parameters for config. I never had problems with both versions. You can
find both versions described in the mailing list.

Cheers,
Rolf




More information about the sane-devel mailing list