In message <3A743E72.3727.1396DB@localhost>, "Bruno Miguel" writes:
> > Cy Schubert - ITSD Open Systems Group wrote:
> > 
> > > You're probably better of installing IPF 3.4.16.  There have been many
> > > bugfixes and improvements since 3.4.8 (version of IPF packaged with
> > > FreeBSD-STABLE).
> > I tried to install IPF 3.4.16 yesterday on fresh -STABLE, but after this
> > my kernel couldn't be made. whilte making depend I got
> 
> Find the correct path for osreldate.h and you see it is not where ip_compat.c
>  
> is looking for it. You will need to fix a couple paths on a couple files. Why
>  
> not use modules ? :-)
> This error is going on for a long time now, I dunno why Darren hasn't fixed i
> t 
> yet, though.

I work around the problem by,

--- FreeBSD-4.0/kinstall.orig   Thu Oct 19 07:23:50 2000
+++ FreeBSD-4.0/kinstall        Fri Nov 17 05:15:38 2000
@@ -19,6 +19,7 @@
 echo ""
 echo "Linking /usr/include/osreldate.h to /sys/sys/osreldate.h"
 ln -s /usr/include/osreldate.h /sys/sys/osreldate.h
+ln -s /usr/include/osreldate.h /sys/osreldate.h

 echo ""
 echo "Patching ip6_input.c and ip6_output.c"

It's a kludge but it works until I find the time to develop a long term 
fix.


Regards,                         Phone:  (250)387-8437
Cy Schubert                        Fax:  (250)387-5766
Team Leader, Sun/Alpha Team   Internet:  [EMAIL PROTECTED]
Open Systems Group, ITSD, ISTA
Province of BC





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to