On Sat, 2006-03-11 at 10:44 +0000, Paul Howarth wrote: > On Fri, 2006-03-10 at 18:51 -0700, Craig White wrote: > > # 1 - why a mandrake package? > > > > # 2 - get the source rpm from bacula and rebuild it > > > > # 3 - before rebuilding, you will undoubtedly need, mysqlclient10, > > mysql-devel mysql-server perhaps openssl-devel > > > > # 4 - build command is going to look something like this... > > > > $ rpmbuild -bb --define 'fc3 1' --define 'build_mysql 1' \ > > --define 'build_mysql4 1' bacula.spec > > > > (after installing src rpm and cd to /usr/src/redhat/SPECS) > > Packaging bacula for Extras is on my to-do list. It'll take a while > though, as it'll be a big job. I need to figure out how to provide > separate mysql/postgres/sqlite director packages from the same SRPM > (probably need to use alternatives to ensure they don't conflict with > each other), and I also want to split the storage daemon off from the > director package (I run the director and storage daemon on different > hosts, and I don't like having to install the director and its > associated database just to run storage daemon). ---- yeah - that's always an issue and why you get certain 'required' packages rolled in when it seems to be unnecessary...good luck and thanks. I was trying to recount the steps for compiling the source rpm for the OP as he clearly was trying to find a ready binary rpm to install and found the mandrake rpm and that didn't seem to be the proper path. Of course if you haven't built any rpm's from source rpms, the process appears to be rather daunting and I thought my brief counting of the steps would be helpful. Craig