This happened to me, but I don't recall the exact command I used. If you did the same thing I did, you basically just broke dpkg. Making /usr/lib/libintl.so.8 a symlink to an actual lib should fix it (I'm thinking libintl.so.3.4.3, but like I said, I don't perfectly recall). Here are the pertinent files/links on my elatte-unstable box.
[tgar...@filer0 lib]$ ll /usr/lib/libintl.so.8 lrwxrwxrwx 1 root root 26 Dec 29 22:40 /usr/lib/libintl.so.8 -> ../../lib/libintl.so.3.4.3 [tgar...@filer0 lib]$ ll /lib/libintl* lrwxrwxrwx 1 root root 16 Dec 29 01:19 /lib/libintl.so -> libintl.so.3.4.3 -rwxr-xr-x 1 root bin 3164 Mar 29 2008 /lib/libintl.so.1 lrwxrwxrwx 1 root root 16 Dec 29 01:19 /lib/libintl.so.3 -> libintl.so.3.4.3 -rwxr-xr-x 1 root root 102269 Apr 9 2006 /lib/libintl.so.3.4.3 Thomas On Thu, Feb 5, 2009 at 9:22 AM, Marcus Sundman <[email protected]> wrote: > r...@nas:~# apt-clone dist-upgrade > This operation will upgrade your system using ZFS capabilities. > Proceed ? (y/n) y > > Updating APT sources ... > Downloading upgrades and checking if reboot will be required. > This may take a few minutes. Please wait... > [...] > Preparing to replace dpkg 1.13.22nexenta10 (using > .../dpkg_1.14.16.6nexenta6_solaris-i386.deb) ... > Unpacking replacement dpkg ... > ld.so.1: dpkg: fatal: libintl.so.8: open failed: No such file or directory > E: Sub-process /usr/bin/dpkg exited unexpectedly > Could not download all needed packages. Check failed. > r...@nas:~# > _______________________________________________ > gnusol-users mailing list > [email protected] > http://lists.sonic.net/mailman/listinfo/gnusol-users > _______________________________________________ gnusol-users mailing list [email protected] http://lists.sonic.net/mailman/listinfo/gnusol-users
