You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.
I have a trouble when i install the electrum server.The electrum server install document reference(https://github.com/spesmilo/electrum-server/blob/master/HOWTO.md).everything has been done before run "electrum-server start" command to launch electrum server.but it print an error: "ImportError: /home/bitcoin/.python-eggs/plyvel-0.9-py2.7-linux-x86_64.egg-tmp/plyvel/_plyvel.so: undefined symbol: _ZN6snappy13RawUncompressEPKcmP".
I have google with the keyword "_ZN6snappy13RawUncompressEPKcmP". i found a reference in this page("wbolster/plyvel#5"). I do as this page said, but finally still failed. my leveldb is 1.9, i install the liblevedb1,libleveldb-dev,plyvel. can anybody help me to solve this big problem.thanks a lot!
The text was updated successfully, but these errors were encountered:
Yes the installation steps are broken, the easiest way to reproduce is just start clean Ubuntu 16.04 and go step by step with HOWTO doc. I was able to fix the issue by installing various python dev related stuff, cannot tell with exactly was the case. This is quite sad the issue was not resolved since 2014. There could be a CI setup to start electrum-server in regtest mode.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a trouble when i install the electrum server.The electrum server install document reference(https://github.com/spesmilo/electrum-server/blob/master/HOWTO.md).everything has been done before run "electrum-server start" command to launch electrum server.but it print an error: "ImportError: /home/bitcoin/.python-eggs/plyvel-0.9-py2.7-linux-x86_64.egg-tmp/plyvel/_plyvel.so: undefined symbol: _ZN6snappy13RawUncompressEPKcmP".
I have google with the keyword "_ZN6snappy13RawUncompressEPKcmP". i found a reference in this page("wbolster/plyvel#5"). I do as this page said, but finally still failed. my leveldb is 1.9, i install the liblevedb1,libleveldb-dev,plyvel. can anybody help me to solve this big problem.thanks a lot!
The text was updated successfully, but these errors were encountered: