I am doing fresh install so I am doing apt-get update that upgrade and here's the errors what can I do to solve the problem please help me
in my source.list I have these 3 lines
deb
http://ftp.bg.debian.org/debian/ stable main
deb
http://ftp.bg.debian.org/debian-non-US stable/non-US main
deb
http://security.debian.org/ stable/updates main
Code:
debian:~# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
8 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] y
Setting up libldap2 (2.0.23-6.3) ...
/var/lib/dpkg/info/libldap2.postinst: line 2: 1227 Bus error ldconfig
dpkg: error processing libldap2 (--configure):
subprocess post-installation script returned error exit status 135
Setting up libperl5.6 (5.6.1-8.3) ...
/var/lib/dpkg/info/libperl5.6.postinst: line 13: 1229 Bus error ldconfig
dpkg: error processing libperl5.6 (--configure):
subprocess post-installation script returned error exit status 135
Setting up libpng2 (1.0.12-3.woody.3) ...
/var/lib/dpkg/info/libpng2.postinst: line 8: 1231 Bus error ldconfig
dpkg: error processing libpng2 (--configure):
subprocess post-installation script returned error exit status 135
Setting up libssl0.9.6 (0.9.6c-2.woody.4) ...
/var/lib/dpkg/info/libssl0.9.6.postinst: line 5: 1233 Bus error ldconfig
dpkg: error processing libssl0.9.6 (--configure):
subprocess post-installation script returned error exit status 135
dpkg: dependency problems prevent configuration of python2.1:
python2.1 depends on libssl0.9.6; however:
Package libssl0.9.6 is not configured yet.
dpkg: error processing python2.1 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ssh:
ssh depends on libssl0.9.6; however:
Package libssl0.9.6 is not configured yet.
dpkg: error processing ssh (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python:
python depends on python2.1 (>= 2.1.3-1); however:
Package python2.1 is not configured yet.
dpkg: error processing python (--configure):
dependency problems - leaving unconfigured
Setting up xlibs (4.1.0-16woody1) ...
/var/lib/dpkg/info/xlibs.postinst: line 209: 1241 Bus error ldconfig
dpkg: error processing xlibs (--configure):
subprocess post-installation script returned error exit status 135
Errors were encountered while processing:
libldap2
libperl5.6
libpng2
libssl0.9.6
python2.1
ssh
python
xlibs
E: Sub-process /usr/bin/dpkg returned an error code (1)