Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: canc3r12 on May 02, 2021, 11:37:33 AM



Title: Help with setting up cgminer
Post by: canc3r12 on May 02, 2021, 11:37:33 AM
Folks - i have been trying to setup CGminer, but i keep getting the below error when i run make.

Code:
 CC       cgminer-logging.o
  CC       cgminer-klist.o
  CC       cgminer-noncedup.o
  CCLD     cgminer
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
Makefile:844: recipe for target 'cgminer' failed
make[1]: *** [cgminer] Error 1
make[1]: Leaving directory '/usr/src/cgminer'
Makefile:1813: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Can anyone help figure out which package may be missing for this error to pop up? The OS is ubuntu 18.04 LTS. The packages i am installing with the script are:
Code:
sudo apt-get --assume-yes install software-properties-common build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev

Any help here would be appreciated. Thanks!


Title: Re: Help with setting up cgminer
Post by: tom22022 on May 04, 2021, 02:44:52 PM
Try installing libz

On my ubuntu it was sudo apt install libz-dev