The instructions on the svn LVM2 page could use a bit of updating.
The package isn't usable (at least according to docs) without certain options.
They're on the page, but they're not in the build commands. Also, there's some
nice info in the docs subdir of the tarball that don't get installed.
I propose this update to the LVM2 page (including a version bump to
LVM2.2.09.90):
====
./configure --prefix=/usr --enable-pkgconfig --enable-dmeventd --enable-cmdlib
make
make install
LVM2_DOC_DIR=/usr/share/doc/lvm2-2.02.90
install -d ${LVM2_DOC_DIR}
cp -va doc/* ${LVM2_DOC_DIR}
rm -vf ${LVM2_DOC_DIR}/Makefile{,.in}
====
Q
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page