Quoting Gordon McLellan gordonthree@gmail.com:
I tried to install the latest bacula last night, rebuilding from the source rpm ... this is the command line I used, following the instructions at bacula.org:
# rpmbuild --rebuild --define "build_centos4 1" \ --define "build_x86_64 1" --define "build_mysql4 1" bacula-1.39.26-1.src.rpm
but the rebuild fails, citing all sorts of dependencies being required. problem is, all the dependencies it mentions are for 386 and/or 32 bit, not x86_64. when I try doing a yum install somedependency, yum informs me it's already installed
Well, in the output it provided, it never says it wants i386 versions of those packages. Do you have gcc-g++ and others installed on the system?