RavenProject / Ravencoin

Ravencoin Core integration/staging tree
https://www.ravencoin.org
MIT License
1.08k stars 676 forks source link

Missing shared library upon starting #44

Closed Oddly closed 6 years ago

Oddly commented 6 years ago

Upon starting any binaries(ravend,raven-cli,raven-qt), I get this error: "./Linux/ubuntu_17.04/raven-cli: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory"

I have libevent-dev installed on ubuntu 17.10, which means libevent-pthreads-2.1-6:amd64 is installed.

Serpent6877 commented 6 years ago

ln -s /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.6 /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 ln -s /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5

Oddly commented 6 years ago

Awesome! Simple solution and stupid I didn't figure it out in retrospect. Thanks for taking the time for this answer.

Op 12 mrt. 2018 23:28 schreef "Serpent6877" notifications@github.com:

ln -s /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.6 /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 ln -s /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RavenProject/Ravencoin/issues/44#issuecomment-372483934, or mute the thread https://github.com/notifications/unsubscribe-auth/ACxcjnLJo8uXkhR9-ITBjWS1g8WjXQNNks5tdvamgaJpZM4SbE_G .

jacksonpchen commented 6 years ago

If your question has been answered, please close this issue.