• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

lib64 apt error

K

kouwe

Guest
I have Plesk 8.2 running on Debian 4.0-64 version.

When im trying to install something with apt, i'm getting the error message to try 'apt-get -f install'.

Trying that gives me the following error:
Preparing to replace libc6 2.3.6.ds1-13etch2 (using .../libc6_2.3.6.ds1-13etch4_amd64.deb) ...
Unpacking replacement libc6 ...
dpkg: error processing /var/cache/apt/archives/libc6_2.3.6.ds1-13etch4_amd64.deb (--unpack):
trying to overwrite `/lib64', which is also in package libpam-plesk
Errors were encountered while processing:
/var/cache/apt/archives/libc6_2.3.6.ds1-13etch4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


can someone help me solve this one? Thanks in advance!
 
I have exactly the same problem!

Did anyone find a solution?
 
I think I found the source of the problem.
Package libc6_2.3.6.ds1-13etch4_amd64.deb contains a link /lib64->/lib.
There is a conflict with package libpam-plesk_8.3.0-debian4.0.build83071218.20_amd64.deb which also contains a folder /lib64.

Maybe if we remove the link /lib64 from the libc6 package it will manage to install.
 
Finally I found the solution.
Just go to: cd /var/cache/apt/archives/
and run: dpkg -i --force-all libc6_2.3.6.ds1-13etch5_amd64.deb
Then apt-get update
apt-get upgrade

and everything works fine!
 
Back
Top