Re: [Bacula-users] Installing from src rpm on SuSE SLES 9

2005-08-02 Thread Umberto Nicoletti
I attach a patch to a heavily modified spec file that I used for my sles9 server. I have intentionally left out all gnome/graphical apps as they are not needed and it is configured for mysql support. HTH, Umberto On 8/2/05, Chris Boyd <[EMAIL PROTECTED]> wrote: > Trying to install from bacula-1.3

Re: [Bacula-users] Installing from src rpm on SuSE SLES 9

2005-08-02 Thread Michael 'buk' Scherer
Hey... from "man rpmbuild": [--target PLATFORM] su9 is not a platform, its a "target" in the rpm.spec dunno if you can control the "target" you want to compile from the outside. or how, please check the manual or edit the .spec by hand to enable that target. Greetings, Michael On Tue, 2 Aug

[Bacula-users] Installing from src rpm on SuSE SLES 9

2005-08-02 Thread Chris Boyd
Trying to install from bacula-1.36.3-1.src.rpm Whenever I try to run rpmbuild -ba bacula.spec I get the following: # rpmbuild -ba bacula.spec error: You must specify a platform. Please examine the spec file. error: line 54: Unknown tag: exit 1 So I tried: # rpmbuild -ba bacula.spec --target s