Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
bible_pay
on 24/10/2017, 20:43:32 UTC
Can someone help me compile on ubuntu 16.
keep getting error wallet/crypter.cpp:226:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined

Thanks
Hi Ed,
That EVP_CIPHER_CTX is a constant in openssl.  Most likely your ubuntu box has an older version of openssl already on it so it is not preferring the new version.  We have been compiling with open ssl 101k.  Could you please try looking on this page:
https://github.com/biblepay/biblepay/blob/master/doc/build-unix.md

For the openssl dependency, re-apt-install it and then try compiling again?


Good luck.