Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie Quesion on RPMs

Status
Not open for further replies.

blues77

Programmer
Jun 11, 2002
230
CA
Hello,

I recently downloaded the rpm for my network adapter from NVIDIA and now I need to know how to rebuild the source. I got the source RPM. I tried rpm --rebuild <rpm filename> and it just brought up a liting of all the options I can supply to RPM. Any help is appreciated.

Thanks
 
Hi

What do you need?:
1.- Rebuild the rpm (utility?)
2.- Rebuild the code for your NIC, that comes in the rpm.

If second, open the rpm with sources, and build drivers for your NIC

Good luck!
;-)
 

You probably need to install the rpmbuild rpm.

For some reason they (RH in particular) chose to split the rebuild functionality into different packages, but didn't make the corresponding changes to the manual pages.

try rpmbuild --rebuild ...

If 'command not found' then find the rpmbuild rpm and install it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top