Bitcoin Forum
May 08, 2024, 01:13:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: install Electrum server problem  (Read 634 times)
gelius (OP)
Sr. Member
****
Offline Offline

Activity: 292
Merit: 251


View Profile
February 12, 2017, 01:14:13 AM
 #1

This manual:
https://github.com/spesmilo/electrum-server/blob/master/HOWTO.md
Step 4.
Code:
sudo ./configure
Database not found in /var/electrum-server.
Do you want to download it from the Electrum foundry to /var/electrum-server ?

chown: invalid user: ‘electrum:electrum’
Yes, i don't have user "electrum". I need useradd?
Code:
sudo python setup.py install
warning: no files found matching '*' under directory 'doc/build/html'
warning: no files found matching 'plyvel/*.pxi'
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
plyvel/_plyvel.cpp:359:24: fatal error: leveldb/db.h: No such file or directory
 #include "leveldb/db.h"
                        ^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Code:
sudo apt install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
wtf?
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715130825
Hero Member
*
Offline Offline

Posts: 1715130825

View Profile Personal Message (Offline)

Ignore
1715130825
Reply with quote  #2

1715130825
Report to moderator
1715130825
Hero Member
*
Offline Offline

Posts: 1715130825

View Profile Personal Message (Offline)

Ignore
1715130825
Reply with quote  #2

1715130825
Report to moderator
mmortal03
Legendary
*
Offline Offline

Activity: 1762
Merit: 1010


View Profile
June 05, 2017, 01:02:51 AM
 #2

This manual:
https://github.com/spesmilo/electrum-server/blob/master/HOWTO.md
Step 4.
Code:
sudo ./configure
Database not found in /var/electrum-server.
Do you want to download it from the Electrum foundry to /var/electrum-server ?

chown: invalid user: ‘electrum:electrum’
Yes, i don't have user "electrum". I need useradd?
Code:
sudo python setup.py install
warning: no files found matching '*' under directory 'doc/build/html'
warning: no files found matching 'plyvel/*.pxi'
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
plyvel/_plyvel.cpp:359:24: fatal error: leveldb/db.h: No such file or directory
 #include "leveldb/db.h"
                        ^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Code:
sudo apt install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
wtf?

I ran into this same issue. I had to run the following first: sudo apt-get install libleveldb-dev
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!