They was an old libglusterfs-dev package for squeeze http://packages.debian.org/squeeze/amd64/libglusterfs-dev/filelist
But now, the *.h headers files are include in glusterfs-common package http://packages.debian.org/sid/amd64/glusterfsq-common/filelist That why I thinked it was enough... But maybe some files are missing from official gluster repository. I'll try to backport package from debian sid. ----- Mail original ----- De: "Dietmar Maurer" <[email protected]> À: "Alexandre DERUMIER" <[email protected]>, "pve.proxmox.com" <[email protected]> Envoyé: Lundi 12 Août 2013 06:48:59 Objet: RE: [pve-devel] building pve-qemu-kvm with glusterfs backend :) > > 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
