Le 17/01/2013 13:50, Israel Silberg a écrit :
>
> root:/sources/psmisc-22.19# ls -l /lib/*curses*
> lrwxrwxrwx 1 root root     18 Jan 17 08:31 /lib/libncursesw.so.5 -> 
> libncursesw.so.5.9
> -rwxr-xr-x 1 root root 394184 Jan 17 08:31 /lib/libncursesw.so.5.9
> root:/sources/psmisc-22.19# ls -l /usr/lib/*curses*
> lrwxrwxrwx 1 root root     12 Jan 17 08:39 /usr/lib/libcurses.a -> 
> libncurses.a
> lrwxrwxrwx 1 root root     13 Jan 17 08:38 /usr/lib/libcurses.so -> 
> libncurses.so
> lrwxrwxrwx 1 root root     13 Jan 17 08:38 /usr/lib/libcursesw.a -> 
> libncursesw.a
> -rw-r--r-- 1 root root     18 Jan 17 08:37 /usr/lib/libcursesw.so
> lrwxrwxrwx 1 root root     15 Jan 17 08:35 /usr/lib/libncurses++.a -> 
> libncurses++w.a
> -rw-r--r-- 1 root root 131800 Jan 17 08:31 /usr/lib/libncurses++w.a
> lrwxrwxrwx 1 root root     13 Jan 17 08:35 /usr/lib/libncurses.a -> 
> libncursesw.a
> -rw-r--r-- 1 root root     17 Jan 17 08:35 /usr/lib/libncurses.so
> 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
> -rw-r--r-- 1 root root 554100 Jan 17 08:31 /usr/lib/libncursesw.a
> lrwxrwxrwx 1 root root     26 Jan 17 08:32 /usr/lib/libncursesw.so -> 
> ../../lib/libncursesw.so.5
>
>
Adding to my previous message:
It seems that the libraries in /lib are older than the same libraries in 
/usr/lib. It looks like you rebuilt the package or you typed "make 
install" again after finishing the files moving and linking.

I am not sure what the consequences may be, but I would try something like
rm /lib/*curses* /usr/lib/{*curses*, libform*, libpanel*, libmenu*}
and build ncurses again.

Good luck
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