Hi, > I can install binaries using pkg_add but then xsane fails on a > dependency. > > [/home/paul]# xsane > Shared object "libusb-0.1.so.4" not found > > /usr/lib/libusb.a > /usr/lib/libusb.so > /usr/lib/libusb.so.0 > /usr/lib/libusb.so.0.0 > /usr/lib/libusb_p.a > /usr/lib/libusb_pic.a > > the version installed is libusb-0.1.5. > > I'm doing a make update right now to see if that changes anything > . . . > > what am I missing?
I'm still a bit of a newbie myself, but I had a similar problem under Linux when upgrading from libusb-0.1.4 to libusb-0.1.5 and I solved it by simply running 'ldconfig' (as root). I think this refreshes some cache of dynamically linked libraries. Or perhaps there's a broken symlink pointing to libusb-0.1.so.4 Kind regards, Bertrik