> > > checking api/glfs.h usability... yes > checking api/glfs.h presence... yes > checking for api/glfs.h... yes > checking for glfs_init... no > > Cannot link to gfapi (glfs_init). Please specify --with-glusterfs=dir if > necessary >
I see what can be causing this. configure.ac has a hardcoded "-L$with_glusterfs/lib64" in line 74. That should be changed to "-L$with_glusterfs/lib -L$with_glusterfs/lib64" to allow for both dirs. I am suspecting you have libglusterfs installed under $prefx/usr/lib? For now you can create a symlink called lib64 to point to lib under /data/ gluster/glusterfs-3.4.0final/debian/tmp/usr. Avati
_______________________________________________ Gluster-users mailing list [email protected] http://supercolony.gluster.org/mailman/listinfo/gluster-users
