Difference between revisions of "Dhcdbd"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-2.6.tar.bz2 |} ---- == Introduction to Dhcdbd == Dhcdbd ...)
 
(Dependencies)
Line 14: Line 14:
  
 
=== Required ===
 
=== Required ===
* [[DHCP]] (for dhclient)
+
* [[Dhcp]] (for dhclient)
 
* [[D-BUS]]
 
* [[D-BUS]]
  

Revision as of 16:50, 26 March 2007

Download Source: http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-2.6.tar.bz2

Introduction to Dhcdbd

Dhcdbd provides D-BUS control of the ISC dhclient provided by DHCP.

Dependencies

Required

Non-Multilib

Compile the package:

make

Install the package

make install

Multilib

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package

make install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package

make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package

make install