我尝试在 ubuntu 中运行 phpize。但是,似乎没有安装 php5dev。
所以我跑
apt-get install php5-dev
然而终端返回一些错误消息:
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
我做错什么了吗?
答案1
运行apt-get update
并重做apt-get install
似乎可以解决问题。