Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2091792
Topic
194472
Board
CPU/GPU Bitcoin mining hardware
Re: Raspberry Pi Model B for use with Bitcoin
by
elrodvoss
on
09/05/2013, 21:47:45 UTC
Quote from: cp1 on May 09, 2013, 05:58:50 PM
whenever you're missing a .h file you should look for any missing dev packages
try this:
sudo apt-get install python-dev
and please add a password to your pi account (actually you should make another account and disable ssh access to pi)
Here is the result that I got:
pi@raspberrypi ~ $ sudo apt-get install python-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libexpat1-dev libssl-dev libssl-doc python2.7-dev
The following NEW packages will be installed:
libexpat1-dev libssl-dev libssl-doc python-dev python2.7-dev
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,699 kB/31.6 MB of archives.
After this operation, 42.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err
http://mirrordirector.raspbian.org/raspbian/
wheezy/main libssl-dev armhf 1.0.1c-4+rpi1
404 Not Found
Err
http://mirrordirector.raspbian.org/raspbian/
wheezy/main libssl-doc all 1.0.1c-4+rpi1
404 Not Found
Err
http://mirrordirector.raspbian.org/raspbian/
wheezy/main python-dev all 2.7.3~rc2-1
404 Not Found
Failed to fetch
http://mirrordirector.raspbian.org/raspbian/pool/main/o/openssl/libssl-dev_1.0.1c-4+rpi1_armhf.deb
404 Not Found
Failed to fetch
http://mirrordirector.raspbian.org/raspbian/pool/main/o/openssl/libssl-doc_1.0.1c-4+rpi1_all.deb
404 Not Found
Failed to fetch
http://mirrordirector.raspbian.org/raspbian/pool/main/p/python-defaults/python-dev_2.7.3~rc2-1_all.deb
404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
pi@raspberrypi ~ $