tokland / arch-bootstrap

Bootstrap a base Arch Linux system
312 stars 89 forks source link

libxml2.so missing #64

Open aggregate1166877 opened 2 months ago

aggregate1166877 commented 2 months ago

The bug

Running this script from Linux Mint, I get this error:

/usr/bin/pacman: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

So it seems this script is not downloading libxml2, which is required by pacman.

The work-around for others encountering this

I managed to work around the issue like so:

Once that was done I chroot'd in like normal and everything worked fine.