FS#6762 - pacman misses libz.so.1... missing dependencies?
Attached to Project:
Pacman
Opened by Pavel Šimerda (pavlix) - Friday, 30 March 2007, 15:50 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 11 April 2007, 16:39 GMT
Opened by Pavel Šimerda (pavlix) - Friday, 30 March 2007, 15:50 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 11 April 2007, 16:39 GMT
|
Details
I have installed packages from outside (downloaded pacman
itself).
Installed bash, pacman and filesystem as advised in http://wiki.archlinux.org/index.php/Install_Arch_from_within_another_distro#Install_Base_System But decided to chroot into it instead of installing the rest from outside... localhost root # chroot /mnt/archlinux /bin/bash bash-3.2# pacman pacman: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory bash-3.2# exit This looks like some missing dependancy for pacman (correct me if I'm mistaken). |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 11 April 2007, 16:39 GMT
Reason for closing: Won't fix
Additional comments about closing: Use pacman.static if you want a single binary.
Wednesday, 11 April 2007, 16:39 GMT
Reason for closing: Won't fix
Additional comments about closing: Use pacman.static if you want a single binary.
Try pacman.static instead if you wish to chroot, it is statically complied so should not require any external libraries.
Thanks for the info.