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
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
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
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
>
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
... 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
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: