看板 FB_security 關於我們 聯絡資訊
--pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable After updating the source to 8.0-RELEASE-p2 (according to /usr/src/UPDATING= ), the build procedure for ntpd failed; # cd /usr/src/usr.sbin/ntp/ntpd # make obj && make depend && make && make install don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/l= ibparse.a. Stop So I changed the procedure as follows, to make it work; # cd /usr/src/usr.sbin/ntp/ntpd # make obj && make depend=20 # cd ../libparse/ # make obj && make depend && make # cd ../libopts/ # make obj && make depend && make # cd ../libntp/ # make obj && make depend && make # cd ../ntpd # make && make install # /etc/rc.d/ntpd restart I do not know what the cause of this problem is, but I suspect a Makefile somewhere. If more people report this, maybe an errata notice should be posted? Hope this helps. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktGLZIACgkQEnfvsMMhpyWgsgCgirwdp/lGKKfkcGEZ2oZcyYp5 kkIAn0Cg8wtaJ4HKMxDJtefIzZ/Kuxy0 =eFdt -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/--