Bitcoin Forum
May 21, 2024, 10:20:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN][XMR][HOW TO] Install & use Monero on Linux  (Read 15789 times)
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
June 08, 2015, 10:36:45 PM
 #21

Thank's GingerAle  Wink

But this time there's another error :

CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
  OPENSSL_INCLUDE_DIR)


I've checked openssl was already installed : OpenSSL 1.0.2a 19 Mar 2015.



try to find an apt-get for openSSL-dev.... hrm, try this

Code:
sudo apt-get install libcurl4-openssl-dev

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Fantasio
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 09, 2015, 06:37:32 AM
 #22

Hmmm, yes I doubted something was going on with a sort of "openssl-dev".
I made my choice on "packages.debian.org" and installed "libcurl4-openssl-dev".

But that doesn't work neither...  Embarrassed
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
June 09, 2015, 11:17:14 AM
 #23

Hmmm, yes I doubted something was going on with a sort of "openssl-dev".
I made my choice on "packages.debian.org" and installed "libcurl4-openssl-dev".

But that doesn't work neither...  Embarrassed


you still getting a dependency problem or what?

the latest head doesn't compile for me - it borks out with errors at around 74%... but head is bleeding edge, so this is the purpose of head - to find these bugs.

This commit compiled fine for me, so do this

make your way to ~/bitmonero/

Code:
git checkout f37ee2f30428040741ffc5c5bc96a12280f1ad93

then

Code:
make clean

hit yes, kill the build directory (unless you had wallet files in their)

then

Code:
make release-static

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Fantasio
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 09, 2015, 06:03:50 PM
 #24

Ok, I'm going on.

I tried "git checkout", but sorry I'm not used to : what's that for ?  Huh
And finally, the same error occured.

So I looked after the same error code on internet and found this : https://github.com/ellzey/libevhtp/issues/127
I installed "libssl-dev" and it worked !  Grin

OK, OK... some warnings appeared, but for developpers eyes. Developpers, if you are interested : tell me !  Cool

Then I ran "bitmonerod" and it synchronized !
There is just this annoying message (for developpers eyes) :
[1433872546] libunbound[17776:0] info: warning: unsupported algorithm for trust anchor . DS IN                                                                                   
[1433872546] libunbound[17776:0] warning: trust anchor . has no supported algorithms, the anchor is ignored (check if you need to upgrade unbound and openssl)

Thank's GingerAle.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
June 09, 2015, 06:08:46 PM
 #25

Ok, I'm going on.

I tried "git checkout", but sorry I'm not used to : what's that for ?  Huh
And finally, the same error occured.

So I looked after the same error code on internet and found this : https://github.com/ellzey/libevhtp/issues/127
I installed "libssl-dev" and it worked !  Grin

OK, OK... some warnings appeared, but for developpers eyes. Developpers, if you are interested : tell me !  Cool

Then I ran "bitmonerod" and it synchronized !
There is just this annoying message (for developpers eyes) :
[1433872546] libunbound[17776:0] info: warning: unsupported algorithm for trust anchor . DS IN                                                                                   
[1433872546] libunbound[17776:0] warning: trust anchor . has no supported algorithms, the anchor is ignored (check if you need to upgrade unbound and openssl)

Thank's GingerAle.


Awesome! There yah go ! Thats how yah do it!

We're all developers with Monero - thats what open source means.

Maybe the updated install script fixed these issues... i gotta find a way to host that. I dloaded it a while ago.... hrm....

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Fantasio
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 09, 2015, 09:02:15 PM
 #26

Totally agreed with you !

For everyone hoping to run a Monero node, I made a little guide on the official forum :
https://forum.getmonero.org/5/support/313/mini-guide-for-installing-a-node-on-debian-jessie

 Grin  Grin  Grin

44LWG3ZKbx9h15GZasC742FoHSHw4BnobKWPanCg4sEUauhWCP5eDwo2UCFUR7kqZ71s2uKagmy9FNy o7n58sBzG8T3oeH8
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1121



View Profile
June 11, 2015, 08:44:28 PM
 #27

 
I'm trying to update the thread, can someone check if the OP is correct ?

Thanks
cryptobet.eu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 19, 2016, 07:48:13 PM
 #28

AFAIK all installed.

P.S. It is problem of Qt. Do you know how to install bitmonerod only?

   -MZ

We don't use Qt, there's no Monero GUI in Monero core yet. What operating system are you building on? And what compiler version do you get if you run gcc --version or g++ --version?
Can't setup monero.

clone git
install cmake since it was required
I run 'make'
Once make is done I can't install
make install or install make does nothing.

What am I missing ?

neither does in build and release folder.
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1121



View Profile
February 19, 2016, 08:31:54 PM
 #29

AFAIK all installed.
P.S. It is problem of Qt. Do you know how to install bitmonerod only?
   -MZ

We don't use Qt, there's no Monero GUI in Monero core yet. What operating system are you building on? And what compiler version do you get if you run gcc --version or g++ --version?
Can't setup monero.
clone git
install cmake since it was required
I run 'make'
Once make is done I can't install
make install or install make does nothing.
What am I missing ?
neither does in build and release folder.

This thread is too old. Check the main Monero thread or go on IRC #monero
Pages: « 1 [2]  All
  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!