One of my clients has Crunchbang Linux which is Debian Wheezy. The libusbip0 package cannot be found in its repositories. Is there another way to install this library, maybe from other repository?, and make the client work?
But the client keeps throwing the error:
./vhui32: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by ./vhui32)
I guess it would work if it would just look into the executing directory first for its files... How to do that? Of course i cannot install it properly, it would break many things...
[Solved] Client on Crunchbang (Debian Wheezy)
I found it. just have to download the deb from
http://ftp.br.debian.org/debian/pool/main/u/usbip/libusbip0_0.1.7-3_i38…
and install it...
Actually now im stuck at the
Actually now im stuck at the GLIBC 2.15 error... Debian Wheezy has only 2.13...
I managed to download a GLIBC
I managed to download a GLIBC 2.15 and extract it to the directory where vhui32 is:
wget http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu…
dpkg -x libc6_2.15-0ubuntu10.5_i386.deb /tmp/libc/
mv /tmp/libc/lib/i386-linux-gnu/* ~/downloads
But the client keeps throwing the error:
./vhui32: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by ./vhui32)
I guess it would work if it would just look into the executing directory first for its files... How to do that? Of course i cannot install it properly, it would break many things...
[Solved] Client on Crunchbang (Debian Wheezy)
I solved it upgrading the distro to the new Debian Jessie (Crunchbang Janice), here is how:
http://jschueths.wordpress.com/2014/04/02/updating-crunchbang-to-the-ne…
Very cool, now the Virtualhere client works (Jessie has GLIBC 2.17) without problem...! So the client is confirmed to be working on Debian Jessie!!!!
Great, thanks for the
Great, thanks for the feedback. Yeah you should not have to compile any of the required libraries