Code Sample |
dsl-dpkg gnu-utils gcc1-with-libs tcltk8.3 gtk2-0705 libc6 |
Code Sample |
dpkg -i heartbeat_1.2.5-0bpo2_i386.deb |
Code Sample |
heartbeat depends on libc6 (>=2.3.2.ds1-21); however; Version of libc6 on system is 2.3.2.ds1-10. |
Code Sample |
Another copy of the C library was found via /etc/ld.so.conf. It is not safe to upgrade the C library in this situation; please remove the directory for /etc/ld.so.conf and try again. |
Quote (WDef @ June 28 2007,17:01) |
The libc6 extension didn't satisfy the dpkg dependency issue because dpkg does not know that it is installed. It's a .dsl, not a deb package. Might work to install the libc6 extension, then try to install with something like: dpkg -i --ignore-depends=libc6 heartbeat_1.2.5-0bpo2_i386.deb I've occasionally had success with this approach in the past. If you know all dependencies are actually present but dpkg doesn't think so, and if there are no configure scripts that need to get run when dpkg does its business, sometimes you can even get away with just unpacking the thing onto root: dpkg --unpack some_difficult_deb.deb |