USB Server & USB Client for Linux

  • Thread starter Thread starter organetic
  • Start date Start date
O

organetic

Guest
I just came across a freeware solution for sharing USB devices over virtual machines or the internet.

You can check it out on http://www.incentivespro.com/downloads.html

They also have a freeware "lite" client for windows.

Can anyone shed some lights on the installation of this solution on a proxmox VE host?

Thanks!
 
I keep getting this error although libstdc++.so.6 is installed:
Code:
node1:/tmp/usb-server# ./installer.sh install-server
*** Installing IncentivesPro USB Server + USB Client v.2.0.5
***  Copying files...
***  Starting daemon...
/usr/local/usb-server/bin/usbsrvd: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
??? Cannot start USB Server
 
*** Uninstalling IncentivesPro USB Server...
***  Stopping daemon...
***  Removing files...
***  Uninstallation successful!

I've double checked, and this library is installed

Code:
node1:/usr/lib# ls libstdc*
libstdc++.so.6    libstdc++.so.6.0.10


What should I do now?
 
I've tried this without success:

Code:
node1:/tmp# dpkg -i libstdc++6_4.4.1-3_amd64.deb
(Reading database ... 39380 files and directories currently installed.)
Preparing to replace libstdc++6 4.1.1-21 (using libstdc++6_4.4.1-3_amd64.deb) ...
Unpacking replacement libstdc++6 ...
dpkg: dependency problems prevent configuration of libstdc++6:
 libstdc++6 depends on gcc-4.4-base (= 4.4.1-3); however:
  Package gcc-4.4-base is not installed.
 libstdc++6 depends on libgcc1 (>= 1:4.4); however:
  Version of libgcc1 on system is 1:4.3.2-1.1.
dpkg: error processing libstdc++6 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libstdc++6

maybe someone can shed me some lights on this.