Post
Topic
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
duyuno
on 12/12/2018, 06:18:40 UTC
I'm using VPS with ubuntu OS: ubuntu-xenial-16.04-amd64-server-20180306-SQL_2017_Standard-2018.04.10 (ami-6f523217).
And I clone source code from the repo: https://github.com/zcoinofficial/cpuminer.git.
I built as the guide on this repo but it's not successful.
This is the error:
Code:
/cpuminer/./compat/bos-jansson/bosjansson.h:238: undefined reference to `json_object_set_new'
collect2: error: ld returned 1 exit status
Makefile:976: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/cpuminer'
Makefile:2863: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/cpuminer'
Makefile:602: recipe for target 'all' failed
make: *** [all] Error 2
strip: 'cpuminer': No such file


On this server, I can build successfully with source code from the repo: https://github.com/tpruvot/cpuminer-multi ( but this source code does not include mtp algorithm)

Please help me Sad. Thank you so much