Date: Sat, 8 Jan 2005 16:05:59 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: RJ45 <rj45@slacknet.com> Cc: freebsd-stable@freebsd.org Subject: Re: syslog problem Message-ID: <20050108160559.GA25747@walton.maths.tcd.ie> In-Reply-To: <Pine.LNX.4.61.0501080747580.12349@slacknet.com> References: <Pine.LNX.4.61.0501080747580.12349@slacknet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 08, 2005 at 07:49:10AM -0700, RJ45 wrote: > Building stable I have this problem > /usr/src/lib/libc/gen/syslog.c:336: error: `_PATH_LOG_PRIV' undeclared I guess that you are building RELENG_5, rather than RELENG_4? The error suggests that either /usr/src/sys/sys/syslog.h is out of date (it should define _PATH_LOG_PRIV) or that you accidently did a "make" rather than "make buildworld" (in which case it is picking up the old syslog.h header in /usr/include). If you're trying to compile RELENG_4, then you probably have a mix of FreeBSD 4 and 5 sourcecode. David.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050108160559.GA25747>