FreeBSD-SA-09:03.ntpd

Mel fbsd.questions at rachie.is-a-geek.net
Tue Jan 13 20:46:34 PST 2009


On Tuesday 13 January 2009 15:30:59 Mitja wrote:
> I did as instructions says:
> b) Execute the following commands as root:
>
> # cd /usr/src
> # patch < /path/to/patch
> # cd /usr/src/lib/bind
> # make obj && make depend && make && make install
> # cd /usr/src/usr.sbin/named
> # make obj && make depend && make && make install
> # /etc/rc.d/named restart
>
> ...and I got:
>
> make: don't know how to
> make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a. Stop

If your subject is correct, you're confusing two seperate advistories. The 
09:03.ntpd is for ntpd. So you'd have to:
# cd /usr/src/usr.sbin/ntp/ntpd

Either way, if you don't have an up-to-date (as in before patch) buildworld 
in /usr/obj, you can't rebuild like this, as the Makefiles do not contain 
targets to build dependencies in other directories.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.


More information about the freebsd-questions mailing list