On Fri, 18 Aug 2017 22:25:02 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 2017-08-18 21:56, Marc Chamberlin wrote:
I am not sure if I should ask these questions here or on the developers mail list, but will start here and will move this over to the other mail list if told that it would be more appropriate. (I don't want to bother the developers with beginner's questions)
I am attempting to build Bacula (a backup server) from source code and in order to do so, the build configuration for Bacula requires that I give it the path to the source code files for mysql. (or in the case of openSuSE mariadb) I figured out that I could use zypper si mariadb to fetch the source code from the openSuSE repositories. (for some reason YaST is unable to fetch source code packages, which I posted and earlier query about,
Er... wait. You do not need the source code of mysql for this; what you need is a package that could be named mysql-devel or mariadb-devel or something like that. It should contain the header files that you need, and in the proper directories for the Bacula configure script to find them.
One might hope it was in a package suggested or recommended by the bacula source package?
Try that way, and undo the other things you did ;-)
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org