Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-07 Thread Michael Nelson
On Thu, July 6, 2006 8:52 pm, Lance A. Brown said: > Greetings, > > I just built this bacula-1.38.11-3.src.rpm on my CentOS 4.3 server the > command below and have been running it for several days without a problem. > > rpmbuild -ba \ > --define "build_centos4 1" \ > --define "bui

Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Lance A. Brown
Greetings, I just built this bacula-1.38.11-3.src.rpm on my CentOS 4.3 server the command below and have been running it for several days without a problem. rpmbuild -ba \ --define "build_centos4 1" \ --define "build_mysql4 1" \ bacula.spec I didn't edit the spec file

Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Michael Nelson
On Thu, July 6, 2006 6:41 pm, Dan Trainor said: > This link: > > http://www.bacula.org/dev-manual/Bacula_ensu_RPM_Packaging.html > > cleared them all right up. Have you read this one? Yes, I have. I still had to do the stuff I described previously. It's working OK now for me, I just don't thin

Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Dan Trainor
Michael Nelson wrote: > The build blew up trying to build the gnome console, which I don't care > about anyway. So, I turned that off in the spec file and the build > completed, and the resultant rpms installed and work. > > But either that spec file is (or I am) not quite right. > > Michael >

Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Michael Nelson
The build blew up trying to build the gnome console, which I don't care about anyway. So, I turned that off in the spec file and the build completed, and the resultant rpms installed and work. But either that spec file is (or I am) not quite right. Michael Using Tomcat but need to do more? Nee

Re: [Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Michael Nelson
... continuing... If I modify the test line in the spec file (adding a "&& ! %{centos4}" after the rh9 entry, then it whines about needing "linc-devel", which as far as I have been able to determine, is not available for CentOS4 i386 stuff. I twiddled the test line that makes it required, and aga

[Bacula-users] bacula.spec file and CentOS 4.3

2006-07-06 Thread Michael Nelson
Hello I am having trouble building bacula-1.38.11-3.src.rpm on CemtOS 4.3. I have installed the source archive and am editing the spec file. I have started with a clean bacula.spec and only changed it so it says %define centos4 1 and since I want to use mysql4, I have also set the following: