![]() |
Ncurses corrupted on Gentoo, need reinstall - <SOLVED>
Somehow in upgrading stuff on my computer (InitNG, i believe) libncurses became corrupted. I need to reinstall curses, without real access to my box (it won't boot linux anymore). Is there a place with precomplied binaries?
|
Quote:
Mount the partition where gentoo is on. Then chroot to the gentoo install. Then emerge --unmerge ncurses (or curses) After emerge -av ncurses to see what USE flags there are. I don't know how you have to recompile the package. There will probably be no binary packages. Gentoo compiles from source. |
Get a live cd (the gentoo minimal install cd is good) then having got you system up and running:
Code:
# mount -t proc none /mnt/gentoo/procThis chroots you into your gentoo system, and then try Code:
# emerge -D ncurses |
See, the problem is that my ncurses installation is fscked, so I cannot chroot. It complains about libncurses.so not existing. Which is why i wanted the binary package. Not as an install, but as a hack so I could get paludis to rebuild ncurses.
I got it working. Booting with a livecd, i just copied all the libncurses*so files to lib, and then chrooted and reinstalled properly. |
| All times are GMT -5. The time now is 04:27 PM. |