Post
Topic
Board Hardware
Re: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread
by
gvb
on 17/09/2023, 16:22:29 UTC
Hello,

The Pi 3B that uses my 2PAC's was running on Raspbian Stretch.

This device was also my Pi-hole dns server.

As I wanted to update the pi-hole I noticed that the OS was unsupported so I upgraded to Buster.

Since then the cgminer didn't start anymore.

I tried running the commands on post 1 again and everything works until I try the make command.

It always nags about a missing curl altho I installed several versions already.

Any idea on how to get a (recent) working version again? Smiley



Code:
make[2]: Entering directory '/home/pi/Desktop/miner/2pac/cgminer/ccan'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/pi/Desktop/miner/2pac/cgminer/ccan'
make[2]: Entering directory '/home/pi/Desktop/miner/2pac/cgminer'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
gcc: error: ’-I/usr/include/curl’: No such file or directory
make[2]: *** [Makefile:982: cgminer-cgminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc: error: ’-I/usr/include/curl’: No such file or directory
make[2]: *** [Makefile:996: cgminer-util.o] Error 1
make[2]: Leaving directory '/home/pi/Desktop/miner/2pac/cgminer'
make[1]: *** [Makefile:1835: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/Desktop/miner/2pac/cgminer'
make: *** [Makefile:794: all] Error 2