Post
Topic
Board Mining software (miners)
Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.10.0
by
mokahless
on 20/02/2017, 02:37:09 UTC
I'm currently having an issue with Ubuntu and the latest version of CGminer. I'm attempting to compile it and got the error to install libusb-1.0. So I installed libusb-1.0

Code:
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  libusb-0.1-4:a 2:0.1.12-28  amd64        userspace USB programming library
ii  libusb-1.0-0:a 2:1.0.20-1   amd64        userspace USB programming library
ii  libusb-1.0-0-d 2:1.0.20-1   amd64        userspace USB programming library
ii  libusb-1.0-0-d 2:1.0.20-1   amd64        userspace USB programming library
ii  libusb-1.0-doc 2:1.0.20-1   all          documentation for userspace USB p
un  libusb-dev                   (no description available)
un  libusbmuxd-too               (no description available)
ii  libusbmuxd4:am 1.0.10-2ubun amd64        USB multiplexor daemon for iPhone


So I tried compiling again but got the same error:

Code:
checking for LIBUSB... no
configure: error: Could not find usb library - please install libusb-1.0


Anyone have an idea?