On Tue, 2006-03-14 at 07:36 +0000, sai krishna wrote: > I think command you should run is > > rpmbuild --rebuild --define 'fc3 1' --define 'build_mysql 1' --define > 'build_mysql4 1' bacula.spec > (The spec file is found in SPECS directory) The "--rebuild" option to rpmbuild is for building from src.rpm files; to build from a spec file, you'd use "-bb" or "-ba" instead. Otherwise, you're specifying the same set of defines that failed for the OP earlier, so this isn't likely to help. Paul.