<br>Hi,<br><br>Looking in the installer, it downloads a 32-bit version of calibre.<br>So, you would need to install libusb.i586 or possibly libusb1.i586.<br><br>If you unpack the tar file in its own directory, you can cd into the directory<br>
and try<br>LD_LIBRARY_PATH=$PWD ldd *.so 2>/dev/null | grep 'not found'<br>to get a first impression of what you need to install.<br><br>peter<br><br>