I debootstrap'd bullseye, edited the /etc/fstab file, mount -al'd but it shows this problem:
I grep'd /compat/debian/usr/lib for libtinfo and libc but both were not there. I did debootstrap again and it completed with no errors. How do I solve this?
I am on Feb 10 snapshot of FreeBSD with a completely base install with only debootstrap installed.
Code:
# chroot /compat/debian /bin/bash
/bin/bash: error while loading shared libraries: libtinfo.so.6: cannot stat shared object: invalid argument
# chroot /compat/debian /bin/sh
/bin/sh: error while loading shared libraries: libc.so.6: cannot stat shared object: invalid argument
I am on Feb 10 snapshot of FreeBSD with a completely base install with only debootstrap installed.