Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - Cryptopia & Novaexchange - Required update 0.9.3.0
by
deadcast
on 20/08/2017, 21:46:49 UTC
Hi all,
I am having  trouble compiling my first masternode and have the following error immediately before the 'make' command is used. (My swapfile size seems large enough...)

Code:
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking whether __builtin_clz is declared... yes
checking whether __builtin_clzl is declared... yes
checking whether __builtin_clzll is declared... yes
checking for SSL... yes
checking for CRYPTO... yes
checking for EVENT... no
configure: error: libevent not found.
****************@**************** :~/chaincoin$ make
make: *** No targets specified and no makefile found.  Stop.

Hi! You need to install the libevent dependency in order to compile the latest chaincoin build. Run the following command and then you should be ready to compile! Smiley

Code:
sudo apt-get install libevent-dev