Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Crave | In Client Marketplace | PoW Rebooted | Oxytocin Released | Quantico
by
CryptoVote
on 12/09/2015, 19:54:08 UTC
Hi.
After the release of the new source i was able to compile rhe new wallet.
But now if i try to run these in the update folder i get this:

vagrant@precise32:~/update/crave/src$ ./craved
./craved: symbol lookup error: ./craved: undefined symbol: secp256k1_start

Any idea?
You need a different secp256k1 version.  See these instructions:
Code:
git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install