-current missing ncurses package in /a series
by igadoter from LinuxQuestions.org on (#5MT2D)
I posted here about my recent troubles with default installer.
One of problems was that I couldn't chroot to target directory. I think I found guilty.
Link
Code:# cd lib64
# ln -sf libtinfo.so.6.2 libtinfo.so.6is created during execution of doinst.sh script for ncurses package. But ncurses is missing in basic /a series. Due to missing link installer can't chroot to target directory. In order it is not possible to set password for root user, create new user.
Simplest solution is to add ncurses to /a series of packages.
One of problems was that I couldn't chroot to target directory. I think I found guilty.
Link
Code:# cd lib64
# ln -sf libtinfo.so.6.2 libtinfo.so.6is created during execution of doinst.sh script for ncurses package. But ncurses is missing in basic /a series. Due to missing link installer can't chroot to target directory. In order it is not possible to set password for root user, create new user.
Simplest solution is to add ncurses to /a series of packages.