Le 17/01/2013 13:50, Israel Silberg a écrit :
>
>
>
> lrwxrwxrwx 1 root root     17 Jan 17 08:42 /usr/lib/libncurses.so.5 -> 
> libncurses.so.5.9
> -rwxr-xr-x 1 root root 328441 Jan 17 08:42 /usr/lib/libncurses.so.5.9

Those should not be in /usr/lib, only in /lib. They have been removed by 
the command:

mv -v /usr/lib/libncursesw.so.5* /lib

I do not know whether that explains the error, though. If removing the 
files does not
help, you could try digging into the config.log file. Sometimes, the 
error messages are more explicit.

Also, try
cat /usr/lib/libncurses.so (should give INPUT(-lncursesw))
cat /usr/lib/libcursesw.so (should give INPUT(-lncursesw))

Regards
Pierre

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to