Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: ghostintheshellprompt on September 21, 2013, 11:53:28 AM



Title: leveldb errors when compiling bitcoin on linux
Post by: ghostintheshellprompt on September 21, 2013, 11:53:28 AM
how the hell do you defeat this problem? its really irritating.



Title: Re: leveldb errors when compiling bitcoin on linux
Post by: ghostintheshellprompt on September 21, 2013, 12:07:45 PM
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!