Bitcoin Forum

Economy => Services => Topic started by: seanpd16 on July 22, 2011, 07:15:12 PM



Title: ...
Post by: seanpd16 on July 22, 2011, 07:15:12 PM
...


Title: Re: [WTB]Install bitcoind on debian server
Post by: error on July 22, 2011, 08:01:09 PM
could someone install bitcoind and get it running on Debian lenny i will pay 0.1

The official binaries should run with little trouble. I even routinely compile from source on Debian. Send me a PM if you want.


Title: Re: [WTB]Install bitcoind on debian server
Post by: bcforum on July 22, 2011, 08:05:09 PM

I'm not familiar with Debian names, but I've run the standard client on Ubuntu (direct descendant of Debian) in Lucid Lynx and Maverick whatever.


Title: Re: [WTB]Install bitcoind on debian server
Post by: codler on July 22, 2011, 10:11:01 PM
I can't get it to work in Debian 5 either =/


Title: Re: [WTB]Install bitcoind on debian server
Post by: error on July 22, 2011, 11:11:58 PM
Not going to tell everyone else? :)


Title: Re: [WTB]Install bitcoind on debian server
Post by: robin1979 on July 22, 2011, 11:18:47 PM
http://packages.debian.org/sid/bitcoind


Title: Re: [WTB]Install bitcoind on debian server
Post by: bcforum on July 23, 2011, 01:00:55 AM
ok this is how you do it

Step 1: enter wget http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.3.24/bitcoin-0.3.24-linux.tar.gz?r=http%3A%2F%2Fwww.bitcoin.org%2F&ts=1311378049&use_mirror=superb-sea2

Step 2: enter tar xvf bitcoin-0.3.24-linux.tar.gz

Step 3:enter

cd bitcoin-0.3.24
cd bin
cd 32
./bitcoind

Or

cd bitcoin-0.3.24
cd bin
cd 64
./bitcoind



Title: Re: [WTB]Install bitcoind on debian server
Post by: codler on July 23, 2011, 08:17:19 AM
Thanks, but I get error when I try to start bitcoind.

Quote
./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)


Title: Re: [WTB]Install bitcoind on debian server
Post by: JoelKatz on July 23, 2011, 08:29:42 AM
Do you know offhand what versions of glibc and libstd++ that platform has? You can tell by looking in /lib and /usr/lib for files like "libc-2.14.so" or "libstdc++.so.5.0.7".


Title: Re: [WTB]Install bitcoind on debian server
Post by: gopher on July 23, 2011, 08:44:12 AM
could someone install bitcoind and get it running on Debian lenny i will pay 0.1

This is definitely easy - check this thread http://forum.bitcoin.org/index.php?topic=7374.0 (http://forum.bitcoin.org/index.php?topic=7374.0), there they discuss routine installations of Debian server - I slo just posted detailed step-by-step instructions how to run that server headless.

You can send the pledged 0.1 to 18KusJBxwh4WyV9t72q1WFppwoVxTs2BeB now

[EDIT] Never mind, I just noticed you are asking to install bitcoind, not miners.




Title: Re: [WTB]Install bitcoind on debian server
Post by: codler on July 23, 2011, 09:04:33 AM
Do you know offhand what versions of glibc and libstd++ that platform has? You can tell by looking in /lib and /usr/lib for files like "libc-2.14.so" or "libstdc++.so.5.0.7".

It looks like I have "libc.so.6" linked to "libc-2.7.so" and "libstdc++.so.6" linked to "libstdc++.so.6.0.10"


Title: Re: [WTB]Install bitcoind on debian server
Post by: JoelKatz on July 23, 2011, 07:54:19 PM
It looks like the pre-made binaries require glibc 2.11 or later.