Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Install guide #6

Closed
i3bitcoin opened this issue Aug 8, 2017 · 12 comments
Closed

Install guide #6

i3bitcoin opened this issue Aug 8, 2017 · 12 comments

Comments

@i3bitcoin
Copy link

Hi,
Is there any installation guide for Ubuntu server?

Thanks.

@erikzhang
Copy link
Member

Is this doc helpful to you?
http://docs.neo.org/en-us/node/setup.html

@redi78
Copy link

redi78 commented Aug 10, 2017

Hi, i want run the node on Debian 8, but after install i get the message: Segmentation Fault
Do you have any idea? Where can i find the file libleveldb.dll?

grafik

Thanks

@i3bitcoin
Copy link
Author

i3bitcoin commented Aug 11, 2017

Thanks) I've missed your reply, found the manual for Antshares here https://github.com/neo-project/neo/wiki/Bookkeeping-Node-Deployment

Anyway, I'm getting error
A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in '/root/neo'.

Ubuntu 16.04.3 LTS

Edit 1. Issue is fixed once I copied libhostpolicy.so file to neo dir.
Edit 2. Now I'm getting "Could not resolve CoreCLR path. For more details, enable tracing by setting COREHOST_TRACE environment variable to 1"
I found that I need to change "RuntimeIdentifiers". Where is it located?

.NET Command Line Tools (1.0.4)

Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd

Runtime Environment:
OS Name: ubuntu
OS Version: 16.04
OS Platform: Linux
RID: ubuntu.16.04-x64
Base Path: /usr/share/dotnet/sdk/1.0.4

@i3bitcoin
Copy link
Author

Finally I've tried to build neo-cli from the source code and got the same error as redi78
Segmentation fault

@erikzhang
Copy link
Member

You need to install leveldb.

yum install leveldb-devel

@erikzhang
Copy link
Member

Maybe you will need some other dependencies:
image

@erikzhang
Copy link
Member

See the step-by-step CentOS instalation guide in #13

@redi78
Copy link

redi78 commented Aug 14, 2017

Hi, i installed all the dependencies but i get the Segmentation fault error again. Any other ideas?
BR Rene

@jonatanblockchain
Copy link

jonatanblockchain commented Aug 15, 2017

I've just updated installations guide version 2.1.0 on a fresh installation CentOS/Ubuntu and it's working well.
Step-by-step CentOS, RHEL and Ubuntu installation guide #13

@scottemick
Copy link

scottemick commented Oct 17, 2017

I've compiled leveldb and I'm trying to compile neo-cli on windows. I'm getting.
System.DllNotFoundException: 'Unable to load DLL 'libleveldb': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' at line 714 in MainService.cs

I'm not sure what I should do. In the json config DataDirectoryPath is just set to Chain. I tried creating a Chain folder and copying the libleveldb.lib in there, that didn't work

@juliavi
Copy link

juliavi commented Feb 13, 2018

Same problem here, it requires the dll of libleveldb, not the lib compiled on windows

@guanhui07
Copy link

Same problem ,yum install leveldb-devel it is useful

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants