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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"