[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Severe problems after upgrading some packages



I've ran in some serious problems when I installed/upgrade some
packages: upgrade of libc6 failed and now lots of programs won't start
anymore:

nokeos@js002:~$  ls
ls: error while loading shared libraries: libacl.so.1: cannot enable executable stack as shared object requires: Error 14 

It all happened when I needed some extra packages for benchmarking
MySQL.
I did 'apt-get install zlib1g-dev' and it suggested upgrading some
packages so I let it. It failed however to upgrade libc6.

I'm not that familiar with Debian (I'm a Mandriva-man myself) but at
work the test server is Debian Woody. Before screwing up the
installation even more I ask your advice: how can I fix it?


Thanks

Nick.

These are the details:

root@js002:/usr/local/mysql/sql-bench# apt-get install zlib1g-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
libc6 libc6-dev locales zlib1g
Suggested packages:
  glibc-doc
The following NEW packages will be installed:
  zlib1g-dev
The following packages will be upgraded:
  libc6 libc6-dev locales zlib1g
4 upgraded, 1 newly installed, 0 to remove and 855 not upgraded.
Need to get 12.1MB of archives.
After unpacking 3535kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ftp.skynet.be unstable/main libc6-dev 2.3.5-3 [2678kB]
Get:2 http://ftp.skynet.be unstable/main locales 2.3.5-3 [4057kB]
Get:3 http://ftp.skynet.be unstable/main libc6 2.3.5-3 [4927kB]
Get:4 http://ftp.skynet.be unstable/main zlib1g 1:1.2.3-3 [69.0kB]
Get:5 http://ftp.skynet.be unstable/main zlib1g-dev 1:1.2.3-3 [409kB]
Fetched 12.1MB in 25s (484kB/s)
Preconfiguring packages ...
(Reading database ... 101496 files and directories currently
installed.)
Preparing to replace libc6-dev 2.3.2.ds1-17 (using .../libc6-dev_2.3.5-3_i386.deb) ...
Unpacking replacement libc6-dev ...
Preparing to replace locales 2.3.2.ds1-17 (using .../locales_2.3.5-3_all.deb) ...
Unpacking replacement locales ...
Preparing to replace libc6 2.3.2.ds1-17 (using .../libc6_2.3.5-3_i386.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.3.5-3) ...
mv: error while loading shared libraries: libacl.so.1: cannot enable
executable stack as shared object requires: Error 14
dpkg: error processing libc6 (--configure):
  subprocess post-installation script returned error exit status 127
  Errors were encountered while processing:
    libc6
    E: Sub-process /usr/bin/dpkg returned an error code (1)
      
I tried it a second time:
      
root@js002:/usr/local/mysql/sql-bench# apt-get install zlib1g-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  zlib1g
The following NEW packages will be installed:
  zlib1g-dev
The following packages will be upgraded:
  zlib1g
1 upgraded, 1 newly installed, 0 to remove and 855 not upgraded.
3 not fully installed or removed.
Need to get 0B/478kB of archives.
After unpacking 606kB of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up libc6 (2.3.5-3) ...
mv: error while loading shared libraries: libacl.so.1: cannot enable
executable stack as shared object requires: Error 14
dpkg: error processing libc6 (--configure):
  subprocess post-installation script returned error exit status 127
  Errors were encountered while processing:
    libc6
    E: Sub-process /usr/bin/dpkg returned an error code (1)





Reply to: