On Wed, Aug 29, Richard W.M. Jones wrote:
On Wed, Aug 29, 2012 at 03:15:12PM +0200, Olaf Hering wrote:
> libguestfs fails to build with --enable-fuse on openSuSE 11.4 and
> earlier because the included fuse version does not include
> libulockmgr.so. configure already used pkgconfig to retrieve the correct
> CFLAGS, so there is no need to hardcode -lulockmgr.
> With this change the build succeeds again.
Thanks for the patch. What is the output of these commands on
SuSE? (Fedora output shown).
In openSuSE 12.2 its like this:
bax:~> pkg-config --cflags fuse
-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse
bax:~> pkg-config --libs fuse
-pthread -lfuse
Olaf