Page 1 of 1

xsane not working

Posted: 27 Mar 2024, 08:49
by cuttyshark
I made a module for xsane but whn I start it I get this;

guest@porteus:~$ xsane
xsane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory

But libsane.0.1 is in my system;

oot@porteus:/# find / -name libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_15-01-21/localhost/usr/lib/x86_64-linux-gnu/libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_15-01-21/localhost/usr/lib/i386-linux-gnu/libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_16-00-13/localhost/usr/lib/x86_64-linux-gnu/libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_16-00-13/localhost/usr/lib/i386-linux-gnu/libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_15-44-54/localhost/usr/lib/x86_64-linux-gnu/libsane.so.1
/mnt/sda1/root/.local/share/Trash/files/2022-08-28_15-44-54/localhost/usr/lib/i386-linux-gnu/libsane.so.1
/mnt/sda1/usr/lib/x86_64-linux-gnu/libsane.so.1

xsane not working

Posted: 27 Mar 2024, 08:57
by Blaze
How about to convert sane package to xzm module?

xsane not working

Posted: 27 Mar 2024, 12:46
by itrukrakso
Hi,

What matters is where the file can be found,
this file should be in /usr/lib64/.

xsane not working

Posted: 27 Mar 2024, 14:01
by beny
hi you need also sane,xsane is the sane gui inteface i have seen you have the 32 bit software what system you have 32 or 64 bit

xsane not working

Posted: 28 Mar 2024, 21:03
by cuttyshark
yes tnx, after installing sane the error was gone