I can't find an RPM for the 1.0.8 version... surely someone's out there on RH?? I've been trying to make one with the spec file for 1.0.3 (which comes included in Shriek) but am not having much success... for one thing, I'm building as a regular user (non-root) and the Makefile that gets generated uses C<install -o $USER -g $GROUP ...> which, of course fails when it tries to chown. I see in configure.in a couple of lines like: dnl -- setup the ownership of the files AC_ARG_WITH(user, [ --with-user=USER Set the owner of installed files ], [ OWNER="$withval" ], [ OWNER="root" ]) but removing them still generates -u for install... I've also tried C<./configure --without-user> but no dice. how do I fix this? - erick _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/