Re: [Bacula-users] Beta release 7.9.2

2017-06-06 Thread Kern Sibbald
Hello Martin, If I am not mistaken, I avoid those problems by using a link that includes the version. It seems to me that some distros use different linking options than the project does. That might be a reason you had problems. If you experience problems, check the distro linking options

Re: [Bacula-users] Beta release 7.9.2

2017-06-06 Thread Martin Simmons
Hi Kern, Thanks for explaining about the plugins. I will stop using --disable-libtool and give libtool another chance (there used to be compile-time problems on FreeBSD with it finding old versions of the libbac*.so in /usr/local/lib rather than linking to the versions from the new build). __Mar

Re: [Bacula-users] Beta release 7.9.2

2017-06-06 Thread Kern Sibbald
Hello Martin, Yes, what you are seeing is the framework for those plugins. The cloud plugin + source code is still being developed, and will be released after the first of the year. We will release the cloud plugin source code. The aligned volume plugin is a somewhat special case. Bacula S

Re: [Bacula-users] Beta release 7.9.2

2017-06-06 Thread Martin Simmons
Hi Kern, Does this release include the cloud and aligned volume support? There are some source files but they only contain the license header. The --disable-libtool option to configure has been broken by the addition of the loadable SD device driver architecture needed for these volume types. _