Quote:
Originally posted by arnold_it
bash: rpmbuild: command not found
|
The crux of the problem is that rpmbuild does not appear to be installed. That's odd as I am pretty sure it is part of rpm. Or did you move rpm? meaning, is in a dir that is not in your $PATH ?
Try:
#whereis rpmbuild
you should see something like:
rpmbuild: /usr/bin/rpmbuild /usr/share/man/man8/rpmbuild.8.gz
if not you may need to install it to build your src rpm's. Or cd to the dir and dot-slash it.