Le 10/09/2014 22:17, Roger Koehler a écrit :
> Bruce,
> 
> LFS-7.6-rc1 fails for me at 6.28. E2fsprogs-1.42.12 due to libblkid not
> being installed:
> 
> ./base_device: error while loading shared libraries: libblkid.so.1: cannot
> open shared object file: No such file or directory
> 
> This library isn't installed until 6.68. Util-linux-2.25.1.
> 
> I am building on a BLFS 7.5 system.
> 
> Roger
> 
Normally, "LIBS=-L/tools/lib", "CFLAGS=-I/tools/include" and
"PKG_CONFIG_PATH=/tools/lib/pkgconfig" should allow configure to find
the util-linux libraries installed in /tools.

Also, the tests have:
ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
make LD_LIBRARY_PATH=/tools/lib check

Regards
Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to