
Marc Chamberlin wrote:
Thanks Per, well I think you might have put me on the right track, nice to see it done through a fresh set of eyes! I had been using the default config file (with modified paths that suited my environment) that Bacula supplies in their example directory, that their installation instructions recommended. Within that config file there were two options -
--enable-static-tools \ --disable-libtool \
and on a hunch, after seeing how you had successfully built Bacula, I decided to remove these two options. And it worked! (at least it compiles OK) I don't grok what these options do exactly, or why Bacula recommends using them,
A wild guess - they enable the building of static versions, i.e. monolithic blobs that you can run anywhere because they don't depend on loading any local libraries. For a backup tool, that's not a bad idea.
I was simply doing my best to follow their recommended procedures. (blind monkey doing what told!) With these options, it appears that their makefile wants to compile mysql.
possibly the same reasoning - to get object code for building static versions. -- Per Jessen, Zürich (16.6°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org