Author

Topic: Building current Bitcoind on Fedora 19 (Read 2049 times)

staff
Activity: 4158
Merit: 8382
August 10, 2013, 11:00:37 PM
#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

staff
Activity: 4158
Merit: 8382
July 10, 2013, 01:35:22 PM
#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.
Jump to: