the fcntl() problem with /dev/random still exists on FreeBSD 4.2 if running as

non-root.
This commit is contained in:
Brian Wellington
2001-02-17 00:46:11 +00:00
parent 01254cbbd4
commit 73edea95c7

10
README
View File

@@ -102,11 +102,11 @@ BIND 9.2
threads with "configure --disable-threads" on these threads with "configure --disable-threads" on these
platforms. platforms.
FreeBSD prior to 4.2 and OpenBSD prior to 2.8 log FreeBSD prior to 4.2 (and 4.2 if running as non-root)
messages like "fcntl(8, F_SETFL, 4): Inappropriate and OpenBSD prior to 2.8 log messages like
ioctl for device". This is due to a bug in "fcntl(8, F_SETFL, 4): Inappropriate ioctl for device".
"/dev/random" and impacts the server's DNSSEC This is due to a bug in "/dev/random" and impacts the
support. server's DNSSEC support.
--with-libtool does not work on AIX. --with-libtool does not work on AIX.