>>> On Wed, Feb 6, 2008 at 2:37 PM, in message <[EMAIL PROTECTED]>, Bruce Arro <[EMAIL PROTECTED]> wrote: > Hi > > I'm wanting to install Bacula server on a Sles 10 Sp1 Guest. > > I've downloaded the bacula-2.2.8-1.src.rpm > > How do I build it for sles 10 / 64 bit /Mysql. > > What is a spec file?, where do I Get it?
If you do an "rpm -ivh bacula-2.2.8-1.src.rpm" command, the source files and .spec file will get put under /usr/src/packages/SOURCES and SPECS, respectively. cd to /usr/src/packages/SPECS and do an "rpmbuild -ba bacula.spec" (or whatever the .spec file is actually named). Then, install all the other packages it tells you are missing, try again, fix whatever issues might come up, try again, etc. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
