I'm walking through this tutorial:
http://piwik.org/faq/how-to/#faq_164
I ran the first command:
Code:
sudo apt-get install php5-geoip php5-dev libgeoip-dev
But unfortunately, probably something is wrong with the adress from which my Debian server want to download the php5-geoip, because this is what i got:
Quote:
root@vz16154:~# sudo apt-get install php5-geoip php5-dev libgeoip-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
geoip-bin geoip-database libonig2 libphp5-embed libqdbm14 php5-common shtool
Suggested packages:
php-pear
The following NEW packages will be installed:
geoip-bin geoip-database libgeoip-dev libonig2 libphp5-embed libqdbm14
php5-common php5-dev php5-geoip shtool
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 3748 kB/5958 kB of archives.
After this operation, 20.4 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://security.debian.org/ wheezy/updates/main php5-common amd64 5.4.4-14+deb7u7
404 Not Found [IP: 212.211.132.32 80]
Err http://security.debian.org/ wheezy/updates/main libphp5-embed amd64 5.4.4-14+deb7u7
404 Not Found [IP: 212.211.132.32 80]
Err http://security.debian.org/ wheezy/updates/main php5-dev amd64 5.4.4-14+deb7u7
404 Not Found [IP: 212.211.132.32 80]
Failed to fetch http://security.debian.org/pool/upda...b7u7_amd64.deb 404 Not Found [IP: 212.211.132.32 80]
Failed to fetch http://security.debian.org/pool/upda...b7u7_amd64.deb 404 Not Found [IP: 212.211.132.32 80]
Failed to fetch http://security.debian.org/pool/upda...b7u7_amd64.deb 404 Not Found [IP: 212.211.132.32 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
|
I'm a UNIX-based systems newbie, so I'm really stuck here. Any advice will be therefore very appreciated