rpmbuild on CentOS


 
Thread Tools Search this Thread
Operating Systems Linux rpmbuild on CentOS
# 1  
Old 03-18-2011
rpmbuild on CentOS

Hi

I have installed Linux CentOS release 5.3 (kernel 2.6.18-128.EL5PAE) on the server with following details :

Model : HP ProLiant BL460c G7

After installing OS I’m not able to see the NICs installed on the machine. I installed rpm file from the link:

http://h20000.www2.hp.com/bizsupport...5&mode=4&idx=1


I was able to install hp-be2net rpm file using the following command :

Code:
rpm -ivh hp-be2net-<version>.src.rpm

But I’m not able to do rpmbuild .I was not able to find the rpmbuild command on my system and it is not installed on the system. Since machine is not on network I can not use yum to install rpmbuild .

Please help me...

Thanks in advance!!!!!!!!!

Thanks,
Girish

Last edited by pludi; 03-18-2011 at 02:39 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Linux

Building a combined package for 32-bit and 64-bit using rpmbuild

I have a combined package for 32-bit and 64-bit Linux platform. On 64-bit system, all files are getting installed whatever mentioned in the %files section of the spec file.(Both 32-bit and 64-bit files). On 32-bit system also, all files are getting installed whatever mentioned in the %files... (1 Reply)
Discussion started by: snreddy_gopu
1 Replies

2. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

3. Linux

rpmbuild, how to specify a different source and destination path for files

I'd like to specify a different build and deployment path for files, by default the same path is used for both build and install, I wasn't able to find a way to make these different. With Solaris pkgadd, one can specify different paths in prototype, so I would assume something like that is possible... (0 Replies)
Discussion started by: tiburblium
0 Replies

4. Red Hat

rpmbuild error --- Symlink points to BuildRoot:

hi all, i am trying to create rpm for bzip2, in building i am getting following error message. also i am building as non-root user. + rm -rf /home/rpmuser/rpmbuild/BUILDROOT/bzip2-1.0.6-6.i386/usr/local/bin/bzcmp + ln -s -f... (0 Replies)
Discussion started by: alexzander18
0 Replies

5. AIX

rpmbuild for AIX

Help ! Could someone please tell me where I can get the "rpmbuild" binary for AIX ? I'm on AIX 6.1 and a web site http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/ezinstall.html has the RPM for "rpm-build" but all it contains is a few scripts etc. and it doesn't include... (4 Replies)
Discussion started by: harryw
4 Replies

6. Red Hat

rpmbuild error

Hi, So i am trying to wu-ftpd on my centos 5 Machine I download src.rpm file from redhat site. File name is : wu-ftpd-2.6.1-20.src.rpm This is what i did to install. rpm -ivh wu-ftpd-2.6.1-20.src.rpm cd /usr/src/redhat/SPECS/ after this i ran this command: rpmbuild -bb... (0 Replies)
Discussion started by: email-lalit
0 Replies
Login or Register to Ask a Question