커널 업뎃 성공했다고 좋아했는데... 흑~
바로 다른 에러가 생겼습니다.
bash를 업뎃했는데여...
linuxfromscratch 3.1 book을 참고로 했거든여.
과정은
cd /usr/lib
ln -s libncurses.a libcurses.a
./configure --prefix=/usr --bindir=/bin --with-curses
make
make install
cd /bin
ln -sf bash sh
설치는 문제없이 된 것 같은데여....
reboot 하니까
INIT: version 2.78 boot
sh: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
INIT: Entering runlevel: 3
bash: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
INIT: Id "1" respawning too fast: disabled for 5 minutes
INIT: Id "2" respawning too fast: disabled for 5 minutes
INIT: Id "3" respawning too fast: disabled for 5 minutes
INIT: Id "4" respawning too fast: disabled for 5 minutes
INIT: Id "5" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
하고 범춥니다.
원래 linuxfromscratch book 에는 ./configure --enable-static-link 옵션이 있었는데 제가 뺐거든여...
그것 때문인가여?
해결 방법을 알려주시면 고맙겠습니다.