I'm trying to install the ntpd patch for FreeBSD 7.2 that was released today but it fails during make. These are the steps that I am taking.
[FreeBSD 6.4 and 7.x]
After I run; make obj && make depend && make && make install I get the following error:
/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_crypto.c:3944: warning: passing argument 1 of 'EVP_MD_type' from incompatible pointer type
make: don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libp arse.a. Stop
what gives?
[FreeBSD 6.4 and 7.x]
Code:
# fetch [url]http://security.FreeBSD.org/patches/SA-09:11/ntpd.patch[/url]
# fetch [url]http://security.FreeBSD.org/patches/SA-09:11/ntpd.patch.asc[/url]
b) Execute the following commands as root:
# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/usr.sbin/ntp/ntpd
# make obj && make depend && make && make install
# /etc/rc.d/ntpd restart
After I run; make obj && make depend && make && make install I get the following error:
/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_crypto.c:3944: warning: passing argument 1 of 'EVP_MD_type' from incompatible pointer type
make: don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libp arse.a. Stop
what gives?