Error with libraries: libusb-0.1.so.4 (ubuntu)
Up to General discussion
Hi , I'm French sorry for my english speak. I have a problem with libusb-0.1.so.4 , my version of linux is ubuntu festy fawn 64bits.
<code>
root@killua:~# tuxup
tuxup: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
</code>
Can you help me please ? I don't know what to do.
No experience with 64bits sytems here neither, but Pascal Nicolas solved the same problem simply by copying the libusb libraries over from his 32bits system. So I guess that you should grab all /lib/libusb-* files from a 32bits ubuntu and copy them over.
Hope that will work otherwise I really don't know what to do. I googled around for 64bits libusb libraries a while back but didn't find anything relevant.
David
Thank you for you answer, now tuxup can start. But I have an other problem now when i start tuxgi i obtain :
(tuxgi.py:13032): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Graphical TuxDroid Interface 0.2.2
Warning tuxgi2 unsupported locale setting
Traceback (most recent call last):
File "/opt/tuxdroid/apps/tuxgi/tuxgi.py", line 51, in <module>
bindtextdomain(app_name, locale_dir)
File "/opt/tuxdroid/apps/tuxgi/SimpleGladeApp.py", line 56, in bindtextdomain
__builtins__.__dict__["_"] = lambda x : x
AttributeError: 'dict' object has no attribute '__dict__'
>>> CONNECTED to tuxd
CONNECTED to tuxttsd
Do you know the problem ?

