This is just after deleting all the bitcoin files and folders, redownloading, unzipping, and going at it again. Interesting that the 64-bit bitcoind gives a different error than the 32-bit bitcoind. Perhaps I should have specified which version I was trying to run? I don't really care if it runs 64-bit or 32-bit, either one working would be fine.
vserver-mrme94e38:~# cd bitcoin-0.3.24
vserver-mrme94e38:~/bitcoin-0.3.24# cd bin
vserver-mrme94e38:~/bitcoin-0.3.24/bin# cd 64
vserver-mrme94e38:~/bitcoin-0.3.24/bin/64# ./bitcoind -daemon
./bitcoind: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./bitcoind)
./bitcoind: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./bitcoind)
vserver-mrme94e38:~/bitcoin-0.3.24/bin/64# cd ..
vserver-mrme94e38:~/bitcoin-0.3.24/bin# cd 32
vserver-mrme94e38:~/bitcoin-0.3.24/bin/32# ./bitcoind -daemon
./bitcoind: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
vserver-mrme94e38:~/bitcoin-0.3.24/bin/32#
Got your PM I'll reply in the after I get some sleep
Thats why your getting the version number mismatch. Your 32bit version will work after you type in terminal.
sudo apt-getr update
sudo apt-get install libglib2.0-0
Then run the 32bit version.
sudo apt-getr update
didn't work, but
sudo apt-get update
did... did you mean it without the r?
Regardless, I went through those two steps. The install step said:
libglib2.0-0 is already the newest version
and didn't update any files.
Then, when I went to launch bitcoind, it came up with the same error:
./bitcoind: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
i still firmly agree with davidonpda
step one.
SgtSpike installs team viewer on his computer, sets record sessions.
then sends session invite to computerized guy.
step two.
SgtSpike logs into his remote server.
step three.
computerized guy accepts session.
step four.
profit.
no password dataz to computerized guy, unless computerized guy is some how able to manage changing passwd right in front of sgt spike. however, nice computerized guy wouldn't do that.
I'm leaning towards this, though it would be nice if I could find my way around linux a bit more, just in case something needs to be adjusted in the future. I just wish it wasn't so dang hard to figure all these libraries and dependencies out. Just makes me thankful that I have Windows so I don't have to deal with this sort of thing on a daily basis. Sorry for making all you linux gurus cringe.