You are not logged in.
I'm following this guide here: https://wiki.archlinux.org/index.php/In … ting_Linux
So, after using this script from the wiki: http://bbs.archlinux.org/viewtopic.php? … 36#p734336 I managed to install Pacman and it's dependencies.
I then used this command ln -s /lib64/ld-linux-x86-64.so.2 /lib/ to get rid of the first error, which was specified on the wiki page.
But now, there is a new problem:
pacman: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directoryI have bzip2 and bzip2-libs installed. I even installed Arch Linux's bzip package (which includes the libraries). Still, the error occurs.
Here's what's in /usr/lib/ and /lib/:
[tenshi@TABRIS lib]$ ls -l /lib/libbz2*
lrwxrwxrwx. 1 root root 15 Nov 3 14:02 /lib/libbz2.so -> libbz2.so.1.0.6
lrwxrwxrwx. 1 root root 15 Nov 12 11:40 /lib/libbz2.so.1 -> libbz2.so.1.0.6
lrwxrwxrwx. 1 root root 15 Nov 3 14:02 /lib/libbz2.so.1.0 -> libbz2.so.1.0.6
-rwxr-xr-x. 1 root root 66368 Feb 8 2011 /lib/libbz2.so.1.0.6
[tenshi@TABRIS lib]$ ls -l /usr/lib/libbz2*
-rw-r--r--. 1 root root 76686 Nov 3 14:02 /usr/lib/libbz2.a
lrwxrwxrwx. 1 root root 19 Nov 3 14:02 /usr/lib/libbz2.so -> ../../lib/libbz2.so
lrwxrwxrwx. 1 root root 23 Nov 12 11:47 /usr/lib/libbz2.so.1.0 -> ../../lib/libbz2.so.1.0Here is my ldd of Pacman:
[tenshi@TABRIS lib]$ ldd /usr/bin/pacman
linux-vdso.so.1 => (0x00007fffd4dff000)
libalpm.so.6 => /usr/lib/libalpm.so.6 (0x00007fcb1ea62000)
libc.so.6 => /lib64/libc.so.6 (0x00007fcb1e6c8000)
libfetch.so => /usr/lib/libfetch.so (0x00007fcb1e4b7000)
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fcb1e25b000)
libarchive.so.2 => /usr/lib/libarchive.so.2 (0x00007fcb1e018000)
libacl.so.1 => /lib64/libacl.so.1 (0x00000037bf600000)
libattr.so.1 => /lib64/libattr.so.1 (0x00000037bd000000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x0000003666a00000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x0000003667a00000)
libbz2.so.1.0 => not found
libz.so.1 => /lib64/libz.so.1 (0x00000037b1400000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fcb1dc60000)
/lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007fcb1ecab000)
libbz2.so.1.0 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fcb1da44000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fcb1d840000)What's wrong? Why doesn't Pacman see libbz2.so.1.0 anywhere?
EDIT: I also notice that Ark is unable to read/compress any archives at all. Reinstalling libarchive fails to solve the problem. Strangely, GNOME's Archive Manager works totally fine.
EDIT2: Now KDE is partially unusable due to Arch's libarchive. Oh well, I was planning to upgrade to Fedora 16 anyway.
Last edited by iruel (2011-11-12 20:02:58)
Offline