Dhcdbd

From CBLFS
Revision as of 16:49, 26 March 2007 by Jciccone (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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