Debian软件包安装问题 – 总线错误,dpkg安装后退出状态135

我试图在我的debian压缩机上安装curl支持php 5,因为我有问题。

试图安装curl后,我得到了依赖问题,我试图解决通过删除开始的问题。 从另外一件事情来看,当我试图进行apt-get升级时,我正在考虑29个问题。 这些问题从无法configuration,依赖和不能删除错误。

我尝试apt-get upgrade -f并使用dpkg命令安装软件包。 我尝试删除使用清除和强制。 我手动删除的东西,试图修复它。 我试着运行dpkg –configure -a。 我不得不说,我仍然是相当新的Linux,所以我没有主意,似乎无法find一个答案在线,匹配我的问题。

以下是apt-get upgrade命令输出的一部分:

Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 29 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up libgeoip1 (1.4.7~beta6+dfsg-1) ... Bus error dpkg: error processing libgeoip1 (--configure): subprocess installed post-installation script returned error exit status 135 Setting up libisc62 (1:9.7.3.dfsg-1~squeeze3) ... Bus error dpkg: error processing libisc62 (--configure): subprocess installed post-installation script returned error exit status 135 dpkg: dependency problems prevent configuration of libdns69: libdns69 depends on libgeoip1 (>= 1.4.7~beta6+dfsg); however: Package libgeoip1 is not configured yet. libdns69 depends on libisc62; however: Package libisc62 is not configured yet. dpkg: error processing libdns69 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libisccc60: libisccc60 depends on libisc62; however: Package libisc62 is not configured yet. dpkg: error processing libisccc60 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libisccfg62: libisccfg62 depends on libdns69; however: Package libdns69 is not configured yet. 

继续

 Errors were encountered while processing: libgeoip1 libisc62 libdns69 libisccc60 libisccfg62 libbind9-60 liblwres60 bind9-host libavahi-core7 libdaemon0 avahi-daemon libexif12 libffi5 libgomp1 libgphoto2-port0 libgphoto2-2 libperl5.10 libsensors4 libsnmp15 libhpmud0 libieee1284-3 libnss-mdns libossp-uuid16 libpq5 libv4l-0 libsane libsane-hpaio libssh2-1 python-gobject 

dpkg –configure -a

 Setting up libpq5 (8.4.8-0squeeze2) ... Bus error dpkg: error processing libpq5 (--configure): subprocess installed post-installation script returned error exit status 135 Setting up libperl5.10 (5.10.1-17squeeze2) ... Bus error dpkg: error processing libperl5.10 (--configure): subprocess installed post-installation script returned error exit status 135 Setting up libffi5 (3.0.9-3) ... Bus error dpkg: error processing libffi5 (--configure): subprocess installed post-installation script returned error exit status 135 Setting up libexif12 (0.6.19-1) ... 

继续

build议是真的欢迎我真的不知道该怎么做。

迈克尔。

你的系统是非常好奇的。 如果ldconfig是安装后脚本返回135的原因,那是因为ldconfig正在死于一个SIGFPE – 一个浮点exception。 这或者是指向一个非常好奇的ldconfig错误(非常不可能),或者某种潜在的硬件错误(更可能)。

如果你想进一步诊断这个问题,你可以尝试在debugging器中运行ldconfig ,看看会发生什么,但是不会有这个快速的解决办法,而我的钱仍然是硬件故障。