i'm trying to build bitcoind on Ubuntu 13.04 following the standard instructions
I was able to compile with if I add these three packages, however without the correct BDB: libdb++-dev libprotobuf-dev alien.
I tried to build BDB myself and then I get
EXCEPTION: N5boost12interprocess22interprocess_exceptionE
No such file or directory
bitcoin in AppInit()
The docs don't mention LevelDB at all. Is LevelDB optional?