Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin generation on ARM hardware
by
ih8censorship
on 28/02/2011, 04:43:04 UTC
Well, I've managed to compile the needed boost libs and get bitcoind compiled as well, however it is throwing an exception:
Quote
bitcoin server starting


************************
EXCEPTION: 11DbException
DbEnv::open: Invalid argument
bitcoin in AppInit()

terminate called after throwing an instance of 'DbException'
  what():  DbEnv::open: Invalid argument
Any thoughts on this one? I think im using version 4.7 of the db lib if i remember correctly, maybe its a version difference issue? unless im just starting it wrong without the right arguments or something.