DHCP Server

Dominic Mitchell dom at happygiraffe.net
Mon Jun 2 21:48:01 BST 2003


On Mon, Jun 02, 2003 at 09:25:22PM +0100, Company 2210 wrote:
> Hiya, I've run into a problem with isc-dhcpd. I receive the error
> "/usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found when
> trying to start the dhcpd daemon, which I presume means it's missing a
> library? Being pretty new to all this stuff, how would I go about
> fixing this issue.

Are you running FreeBSD 4 or 5?  It sounds like you're running
FreeBSD-5, and you've installed a FreeBSD-4 package.  You have two
choices:

* Install the correct FreeBSD-5 package.

* Remove the isc-dhcp package and build it from the port.

The latter is probably easier:

# pkg_delete isc-dhcp-3.0.1.r11
# cd /usr/ports/net/isc-dhcp
# make install

-Dom




More information about the Ukfreebsd mailing list