Hi there,
I am trying to install
soloproxy-0.9.5 but getting this error during the installation:
CCLD ckpool
/usr/bin/ld: generator.o:(.bss+0x0): multiple definition of `global_ckp'; ckpool.o:(.bss+0x0): first defined here
/usr/bin/ld: bitcoin.o:(.bss+0x0): multiple definition of `global_ckp'; ckpool.o:(.bss+0x0): first defined here
/usr/bin/ld: stratifier.o:(.bss+0x0): multiple definition of `global_ckp'; ckpool.o:(.bss+0x0): first defined here
/usr/bin/ld: connector.o:(.bss+0x0): multiple definition of `global_ckp'; ckpool.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:488: ckpool] Error 1
can anyone help fix the error?
Thank you in advance.