I always had issues installing on CentOS 64bit. Debian 64bit works fine,
so does just using the tarballs. I hope someone sheds some light to that.
Timo Neuvonen wrote:
> I'm trying to build Bacula rpm binaries on 64-bit Centos 5.2
>
> Script I'm using:
>
>
> #!/bin/bash
> rpmbuild --rebuild
I'm trying to build Bacula rpm binaries on 64-bit Centos 5.2
Script I'm using:
#!/bin/bash
rpmbuild --rebuild \
--define "build_centos5 1" \
--define "build_x86_64 1" \
--define "build_mysql5 1" \
--define "build_python 1" \
bacula-2.4.4-1.src.rpm
It results in the following:
ch