Post
Topic
Board Bitcoin Technical Support
Re: leveldb errors when compiling bitcoin on linux
by
ghostintheshellprompt
on 21/09/2013, 12:07:45 UTC
nevermind i'm stupid. just for future reference this is how i fixed it
Code:
cd bitcoin
Code:
cd src/leveldb
Code:
chmod 775 * -R
Code:
make clean
Code:
make
Code:
cd -
Code:
qmake
Code:
make

and now i have 100 percent working bitcoinqt on linux. thanks!