Post
Topic
Board Announcements (Altcoins)
Re: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL]
by
ComputerCraftr
on 10/02/2018, 17:29:14 UTC
First it was not able to find the secp256k1.h file. So i installed secp256k1 which was in the src folder. (./autogen && ./configure && make && make install)
then wallet compiled (make -f makefile.unix)
after running the daemon i get below error:
Code:
simplicityd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
os is ubuntu 16.04 LTS

I know i am doing something stupidity here

I got it to work by running these commands before launching the daemon:
Code:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
./simplicityd
But I agree, the build docs should definitely be updated

Can certainly do that at some point
Awesome Smiley