On 02/12/2015 04:29 PM, John Naggets wrote: > On Thursday, February 12, 2015 at 4:08:38 PM UTC+1, Stephan Duehr wrote: >> looks like api/glfs.h are in the glusterfs-common deb packages >> on http://download.gluster.org/pub/gluster/glusterfs/ >> libgfapi.so is also in glusterfs-common, so you'll also need it at runtime. > > The glusterfs-common package is a dependency of glusterfs-client so I got > that one installed. The problem here was the "--enable-includes" configure > parameter, I removed it and then the configure script found my api/glfs.h > header file. Now I was able to run the make but the > libbareossd-gfapi-14.2.3.so library did not get compiled on it's own so I had > to go into the src/stored/backends and type "make" manually. > > So far so I good I still have one issue left: why do I get version 14.2.3 of > Bareos, although I did a "git checkout origin/bareos-14.2" as you > recommended. Any ideas? >
That should not matter, the glusterfs storage backend code has not been changed since 14.2.2 release. Four your build, you could also use the source archive from https://github.com/bareos/bareos/releases/tag/Release%2F14.2.2 For changes since then see commits for the 14.2 branch at https://github.com/bareos/bareos/commits/bareos-14.2 One of the values of a bareos.com subscription are minor version update binary packages beeing provided to subscription customers, while bareos.org community packages are major version only plus experimental nightly build packages based on github master branch. Source code is always updated on github, that's why the minor version number was increased. Regards -- Stephan Dühr [email protected] Bareos GmbH & Co. KG Phone: +49 221-630693-90 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, J. Steffens, Philipp Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
