Search found 4 matches

by fxars
2016/03/06 01:46:51
Forum: CentOS 7 - Networking Support
Topic: Installing dhcpd through yum
Replies: 3
Views: 1958

Re: Installing dhcpd through yum

I read the document. It tells me to
yum install dhcp

When I do, I get:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No package dhcp available.
Error: Nothing to do
by fxars
2016/03/05 07:58:39
Forum: CentOS 7 - Networking Support
Topic: Installing dhcpd through yum
Replies: 3
Views: 1958

Installing dhcpd through yum

I have installed Centos 7 on a Raspberry PI (uname -a Linux rpi2 4.1.11-v7+ #822 SMP PREEMPT Fri Oct 23 16:22:18 BST 2015 armv7l armv7l armv7l GNU/Linux) I'm trying to install a dhcp server (or dhcpd) using yum. But only a client seems available. $ sudo yum list 'dhcp*' Loaded plugins: fastestmirror...
by fxars
2010/10/26 01:01:14
Forum: CentOS 5 - Software Support
Topic: Source RPM Modification and build
Replies: 5
Views: 1114

Re: Source RPM Modification and build

Well, I still seem to be having problems. I ensure that I have the following subdirectories under rpmbuild: BUILD, RPMS, SOURCES, SPECS, and SRPM. I install the source rpm: rpm -i openssl-0.9.8e-12.el5_4.6.src.rpm I go into the rpmbuild/SOURCES directory, and rpmbuild -ba openssl.spec It does a lot ...
by fxars
2010/10/25 20:09:05
Forum: CentOS 5 - Software Support
Topic: Source RPM Modification and build
Replies: 5
Views: 1114

Source RPM Modification and build

Being a sysadmin I'm not familiar with the internals of rpm's. I know how to install them, and I know how to remove them. I am familiar with typical program tarballs, and I can run ./configure ; make; make install just fine. I've also manually installed openssl in the past. I'm running CentOS 5.5. I...