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 ...)
(No difference)

Revision as of 16:49, 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