Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 06:52:37 -0800
From:      Cy Schubert - ITSD Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>
To:        brunomiguel@netcabo.pt
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: IPFilter will not allow traceroute anymore 
Message-ID:  <200101311453.f0VErR822709@cwsys.cwsent.com>
In-Reply-To: Your message of "Sun, 28 Jan 2001 15:44:50 GMT." <3A743E72.3727.1396DB@localhost> 

next in thread | previous in thread | raw e-mail | index | archive | help
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:  Cy.Schubert@osg.gov.bc.ca
Open Systems Group, ITSD, ISTA
Province of BC





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101311453.f0VErR822709>