Re: PROBLEM: make menuconfig fails under 2.6.16

From: Marco Roeland
Date: Sun Apr 02 2006 - 04:10:37 EST


On Sunday April 2nd 2006 at 08:33 uur Blue Fox wrote:

> Thank you for information.
>
> I am using Linux from Scratch. NCURSES is part of the installation process.
> /usr/lib/libncurses.so is installed on the system. After analysing the
> problem I encountered that it has to be a link to /lib/libncurses.so.5
> which is a link to libncurses.so.5.5.
>
> The link in my /usr/lib was broken. After restoring it, build is working.

Ok, these library links are normally automatically created by running
'ldconfig'. You can always rerun this by hand at any time.

Anyway this is getting highly offtopic! And remember you can always use
"make config" or "make oldconfig" (if you had an earlier .config) to get
along even without "graphical" configurators. ;-)
--
Marco Roeland
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/