Executar apt-get update
e refazer apt-get install
parece resolver o problema.
Estou tentando executar o phpize no Ubuntu. No entanto, parece que o php5dev não está instalado.
Então eu corro
apt-get install php5-dev
No entanto, o terminal retorna algumas mensagens de erro:
Err http://sg.archive.ubuntu.com/ubuntu/ raring-updates/main linux-libc-dev i386 3.8.0-30.44
404 Not Found
Err http://security.ubuntu.com/ubuntu/ raring-security/main linux-libc-dev i386 3.8.0-30.44
404 Not Found [IP: 91.189.92.202 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc- dev_3.8.0-30.44_i386.deb 404 Not Found [IP: 91.189.92.202 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
myuser@myserver:/tmp/upgrade/gearman-1.0.2$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
Existe alguma coisa que eu fiz de errado?
Executar apt-get update
e refazer apt-get install
parece resolver o problema.