Re: syslog problem
From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 01/08/05
- Previous message: Scott Long: "Re: Booting 5.3R on second disk using NTLDR (Impossible?)"
- In reply to: RJ45: "syslog problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 8 Jan 2005 16:05:59 +0000 To: RJ45 <rj45@slacknet.com>
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.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Scott Long: "Re: Booting 5.3R on second disk using NTLDR (Impossible?)"
- In reply to: RJ45: "syslog problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|