首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Debian包安装问题.总线错误,dpkg安装后退出状态135

Debian包安装问题.总线错误,dpkg安装后退出状态135
EN

Server Fault用户
提问于 2011-07-20 19:58:34
回答 1查看 1.7K关注 0票数 1

我试图在我的debian挤压机上安装对php 5的curl支持,因为我遇到了问题。

在尝试安装curl之后,我得到了依赖问题,我试图通过删除启动这些问题的内容来解决这些问题。从一件事来了另一件事,我目前正在研究~29个问题,当我试图做一个apt-get升级。这些问题从无法配置、依赖和无法删除错误不等。

我尝试过使用dpkg命令来升级-f并安装软件包。我试着用清洗和武力去除。我手动移除一些东西来修复它。我试着运行dpkg -配置-a。我不得不说,我对linux还很陌生,所以我没有想法,似乎无法在网上找到一个与我的问题相匹配的答案。

下面是apt升级命令输出的一部分:

代码语言:javascript
复制
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.

。。继续

代码语言:javascript
复制
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

配置-a

代码语言:javascript
复制
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) ...

。。继续

建议真的很受欢迎,我真的不知道该怎么办。

迈克尔。

EN

回答 1

Server Fault用户

发布于 2011-07-20 23:50:44

你的系统有一些非常奇怪的地方。如果ldconfig是返回135的安装后脚本的原因,那是因为ldconfig正在与SIGFPE (浮点异常)一起死亡。这要么指向ldconfig中一个非常奇怪的错误(非常不可能),要么指出某种潜在的硬件错误(更有可能)。

如果您想进一步诊断这个问题,可以尝试在调试器中运行ldconfig,看看会发生什么,但是不会很快修复,而且我的钱还在硬件故障上。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/292421

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档