Bitcoin Forum
June 17, 2024, 11:08:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Building current Bitcoind on Fedora 19  (Read 2050 times)
gmaxwell (OP)
Moderator
Legendary
*
expert
Offline Offline

Activity: 4200
Merit: 8441



View Profile WWW
July 10, 2013, 05:35:22 PM
Last edit: July 14, 2013, 03:13:18 AM by gmaxwell
 #1

Just some quick notes to help anyone trying to build from git on Fedora 19:

First you need an OpenSSL without ECC removed.

I've put up RPMs: https://people.xiph.org/~greg/openssl/fedora19/
(The i686 ones are untested, but should work)

These have the patch Warren did for F18, and are set as epoch 2 so the system shouldn't "upgrade" it out from under you to a new version without ECC.

If you did not install as a development-workstation you may need to  yum groupinstall 'Development Tools'

Once you've installed that, yum install libdb4-cxx-devel libdb4-cxx libdb4 libdb-utils.x86_64 boost-devel gcc-c++

BDB_LIB_PATH='/usr/lib64/libdb4/' BDB_INCLUDE_PATH='/usr/include/libdb4' BOOST_LIB_SUFFIX='-mt' make -j4 -f makefile.unix bitcoind USE_UPNP=

Tada.
gmaxwell (OP)
Moderator
Legendary
*
expert
Offline Offline

Activity: 4200
Merit: 8441



View Profile WWW
August 11, 2013, 03:00:37 AM
 #2

And for bitcoin-qt:

From the top level bitcoin source directory,

qmake-qt4 USE_UPNP=- BDB_LIB_PATH='/usr/lib64/libdb4/' BDB_INCLUDE_PATH='/usr/include/libdb4' BOOST_LIB_SUFFIX='-mt'
make -j4

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!