:) > > I'm trying to build pve-qemu-kvm with glusterfs backend > > using glusterfs package from this repository: > deb http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/Debian/apt > wheezy main > > > qemu building: > > ./configure ... --enable-glusterfs > make > ERROR > ERROR: User requested feature GlusterFS backend support > ERROR: configure was not able to find it ERROR > > > Any idea ? can't find informations on the net....
You need the glusterfs development libraries (see configure script): glusterfs_libs="-lgfapi -lgfrpc -lgfxdr" AFAIK there are no debian packages for them (not sure about that). _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
