Arnaud Calvo wrote:
>
> # /home/arnaud: ll /usr/local/lib/libsane.so.1
> lrwxrwxrwx 1 root root 21 aoû 22 15:53
> /usr/local/lib/libsane.so.1 -> sane/libsane-dll.so.1*
> # /home/arnaud: ll /usr/lib/sane/libsane.so.1
> lrwxrwxrwx 1 root root 18 aoû 30 17:33
> /usr/lib/sane/libsane.so.1 -> libsane-plustek.so*
>
Hi Arnaud,
you have two sane versions installed, one at /usr/lib
and the other one at /usr/local/lib.
I suggest you remove both versions:
rm -rf /usr/lib/sane
rm -rf /usr/lib/libsane*
rm -rf /usr/include/sane
rm -rf /usr/etc/sane.d
rm -rf /usr/share/sane*
rm -rf /usr/local/lib/sane
rm -rf /usr/local/lib/libsane*
rm -rf /usr/local/include/sane
rm -rf /usr/local/etc/sane.d
rm -rf /usr/local/share/sane*
and install one sane version.
If you compile it yourself, do:
cd sane-1.0.?
make distclean
./configure
make
make install
Bye
Oliver
-- Homepage: http://www.wolfsburg.de/~rauch sane-umax: http://www.wolfsburg.de/~rauch/sane/sane-umax.html xsane: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html E-Mail: mailto:Oliver.Rauch@Wolfsburg.DE-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sat Sep 02 2000 - 09:02:23 PDT