Hide Forgot
Description of problem: Compile GlusterFS on OpenSuse 13.1 Version-Release number of selected component (if applicable): 3.4.1 How reproducible: ./configure make Steps to Reproduce: 1.configure 2.make 3. Actual results: On make I get: bd_map.c:26:21: fatal error: lvm2app.h: No such file or directory #include <lvm2app.h> ^ compilation terminated. Expected results: Additional info: I tried to find lvm2 dev for OpenSuse 13.1, but they are not available.
http://review.gluster.org/6474 fixes it for 3.5. http://review.gluster.org/6473 fixed this in the master branch. You should be able to use any current 3.5 version, or newer. Please re-open this bug report if this is not sufficient for you. Alternatively, you can run rpmbuild like this: $ rpmbuild -ta glusterfs-3.4.1.tar.gz --without bd