Le 21/04/2014 17:50, TheOldFellow a écrit :
> Linux From Scratch - Version SVN-20140418
> 
> Everything fine, including installation of xz, but kmod-17 clearly isn't 
> happy with the layout of the libs for xz.
> 
> root:/sources/kmod-17# make
> make --no-print-directory all-recursive
> Making all in .
>   CC       libkmod/libkmod.lo
>   CC       libkmod/libkmod-list.lo
>   CC       libkmod/libkmod-config.lo
>   CC       libkmod/libkmod-index.lo
>   CC       libkmod/libkmod-module.lo
>   CC       libkmod/libkmod-file.lo
>   CC       libkmod/libkmod-elf.lo
>   CC       libkmod/libkmod-signature.lo
>   CC       libkmod/libkmod-hash.lo
>   CC       libkmod/libkmod-array.lo
>   CC       libkmod/libkmod-util.lo
>   CCLD     libkmod/libkmod-util.la
>   CCLD     libkmod/libkmod.la
> /usr/lib/liblzma.so: file not recognized: Is a directory
> collect2: error: ld returned 1 exit status
> Makefile:1211: recipe for target 'libkmod/libkmod.la' failed
> make[2]: *** [libkmod/libkmod.la] Error 1
> Makefile:1803: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> Makefile:1030: recipe for target 'all' failed
> make: *** [all] Error 2
> 
> I've probably done something wrong:(
> 
> Richard.
> 
what does "ls -l /usr/lib/lilzma.so" return ? (should be a link to
../lib/liblzma.so.xxx, where xxx is the version number). If it is not a link
or a link to something which is not a library, you'd better go back to the
last line of Xz installation.

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