--- Colin <[EMAIL PROTECTED]> wrote:
> I'm compiling my system (emerge -env system), but > when it gets down to > building OpenSSH, it fails, saying "You need Perl > 5." Pretending and > checking the tree shows that Perl 5 will be emerged > later on during the > install. Attempting to "emerge -v perl" attempts to > emerge svgalib as > well (since I haven't built the system), which fails > saying that the > kernel has not been configured yet. > I would just add USE="-svga" to make.conf because I don't need svgalib. If you want to compile it then you need the kernel source and .config in /usr/src/linux. If you've lost your .config then maybe you can do "gzip -dc /proc/config.gz > /usr/src/linux/.config". Then run the following commands: cd /usr/src/linux make oldconfig make modules_prepare That should configure the sources sufficiently for you to compile modules. Zac __________________________________ Discover Yahoo! Find restaurants, movies, travel and more fun for the weekend. Check it out! http://discover.yahoo.com/weekend.html -- gentoo-user@gentoo.org mailing list