Am 15.10.2012 20:33, schrieb Jarry: > Hi, > I'm installing new host, following Gentoo Linux AMD64 Handbook. > Right now I am in the chapter "5.d Configuring Compile Options". > > It says: > > "...Fire up your favorite editor (in this guide we use nano) so we > can alter the optimization variables we will discuss hereafter..." > > So I fired up my favourite editor: > > livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf > nano: error while loading shared libraries: libmagic.so.1: > cannot open shared object file: No such file or directory > livecd gentoo # > > So what am I supposed to do now? Seems to me nano is broken...
Use another editor - like vi(m) - or just chroot into /mnt/gentoo and run nano from there. It does not matter if you edit make.conf before or after chrooting.

