lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > FWIW, works for me. Using e2fsprogs-1.41.9/lib/uuid + LHF's luuid binding.
> 
> Do you remember how you installed e2fsprogs?

It works for me even without installing e2fsprogs. Just downloadit and do
	cd e2fsprogs-1.41.10
	./configure
	cd lib/uuid
	make
	./tst_uuid

Now change the luuid Makefile to use e2fsprogs-1.41.10/lib/uuid/libuuid.a.