hi, I was trying to install webdhcp but am getting a
very weird error which says
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -
Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -
I/usr/lib/perl5/5.6.0 test.pl
1..1
ok 1
2..2
ok 2
Encryption and Decription Works! Good.
3..3
not ok 3
Cannot find dhcpd in /usr/sbin
or /usr/local/sbin! If dhcpd
is found in a different directory, then create
a symlink
to one of these directories. If this is not
the machine
with the DHCP server, then you could ignore
this message :)
make: *** [test_dynamic] Error 1
now unfortunately I cannot afford to ignore this
message as the dhcpd runs on this machine, when i
checked dhcp is indeed running
[gabbar@viral webdhcp-1.31]$ whereis dhcpd
dhcpd: /usr/sbin/dhcpd /etc/dhcpd.conf /usr/man/man8/dh
cpd.8.gz
but still it refuses to recognise it, please tell me
what to do ?
thanks
Logged In: NO
0. as root
1. ln -s `which dhcpd` /usr/local/sbin/dhcpd