1753987 Members
3744 Online
108811 Solutions
New Discussion юеВ

Re: Unable to Built RPM

 
SOLVED
Go to solution
Enter
Occasional Contributor

Unable to Built RPM


Hi
I am using AS3.When i try to build a RPM by using command *rpmbuild -bb SPECES/mondo.spec*
The Message prompt command not found. I think the rpm_build package is missing. I search on internet but not found the source RPM. Any one helps me regarding that matter
Thanks in advance
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Unable to Built RPM

Shalom,

rpm -qa | grep rpm

If rpmbuild is missing, try installing it off the original media.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Enter
Occasional Contributor

Re: Unable to Built RPM

Thanks SEP
The output show
rpm-4.2.3-21_nonptl
rpm-libs-4.2.3-21_nonptl
rpmdb-redhat-3-0.20050512
rpm-python-4.2.3-21_nonptl

What i need to do next....
Steven E. Protter
Exalted Contributor

Re: Unable to Built RPM

Shalom,

Find the original install cds.

Insert them in cd-rom drive.

mount if needed.

find the rpmbuild rpm.

It may have dependencies, so you may want to create an install point on disk with all rpms.

Just cp -av all the rpms to a folder

cd /installfolder

rpm -ivh --aid rpmbuild.blah.blah.rpm

That will install the rpm and all dependencies.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stuart Browne
Honored Contributor

Re: Unable to Built RPM

Why not just 'up2date -i rpm-build' ?
One long-haired git at your service...