You are not logged in.
Pages: 1
Dear all,
I am installing a Arch VM on my Arch host. The host is up-to-date, well configured (at least I think) in a vanilla manner (no suspicious hacks).
# pacstrap -i -c -d /dahlia base base-devel
is installing all packages but gives me this error many times:
/usr/bin/bash: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
error: command failed to execute correctly
Googling this error returns lot of topics but I couldn't find a clear answer. I do not want to start with a semi-broken arch VM, so I want to solve this issue before going further.
Thank you
Last edited by gabx (2014-02-10 13:22:42)
Offline
# pacstrap -i -c -d /dahlia base base-devel readline lib32-ncurses ncurses acl attr gettext
did the trick
Offline
Pages: 1