btccom/btcagent

libevent has probelm for btcagent

Closed this issue · 2 comments

Ubuntu 18.4

after using the "make" command and "make install" getting the bellow error.
Makefile:800: recipe for target 'bufferevent_openssl.lo' failed
make[2]: *** [bufferevent_openssl.lo] Error 1
make[2]: Leaving directory '/root/source/libevent-2.0.22-stable'
Makefile:864: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/source/libevent-2.0.22-stable'
Makefile:1184: recipe for target 'install' failed
make: *** [install] Error 2

and

After installing the btcagent trying to start but the start command is not working in Ubunut 18.4

./agent -c agent_conf.json -l log_btcagent
./btcagent -c agent_conf.json -l log_btcagent

both commands aren't work for me
error: E0426 10:17:46.335557 13255 AgentMain.cc:121] setup failure

Please check the issue i am stuck for a few days.

Although it has nothing to do with your troubles, I still want to remind:
Due to a issue, it is recommended to use libevent 2.1.9-beta:
btccom/btcpool-ABANDONED#75

If you experience any deadlock in BTCAgent, consider rebuild it with libevent 2.1.9-beta.

continue at #20