Subject: Re: can't get dhclient to start during boot
To: None <netbsd-users@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-users
Date: 09/23/2003 08:38:32
On Tue, Sep 23, 2003 at 04:29:58PM +1200, Patrick Mackey wrote:
> Hi,
> 
> > For example, what command(s) could I use to verify how the dhclient
> > binary was linked?
> 
> Try:
> 
> ldd `which dhclient`

(mmm which is a csh script/builtin.....)

or 'objdump -p $(command -p dhclient)'

ldd will tell you which shared libraries would be loaded, objdump -p
tells you which ones are wanted (NEEDED lines) and the directories
to look in (RPATH lines).

	David

-- 
David Laight: david@l8s.co.uk