Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 1997 10:10:08 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        kev@lab321.ru (Eugeny Kuzakov)
Cc:        helbig@MX.BA-Stuttgart.De, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Kernel ppp-2.3.1 and compile under FBSD's
Message-ID:  <199708110810.KAA01718@rvc1.informatik.ba-stuttgart.de>
In-Reply-To: <Pine.BSD.3.95.970811145938.26053B-100000@lab321.ru> from Eugeny Kuzakov at "Aug 11, 97 03:00:37 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> On Mon, 11 Aug 1997, Wolfgang Helbig wrote:
> 
> > > 
> > > Hi !
> > > 
> > > Has anyone compiled ppp-2.3.[0,1] and 2.1.7.1,2.2.2 ?
> > > 
> > > I compiled ppp-2.3b3 under 2.1.x only ! I use 2.1.7.1 now.
> > > (Need only one little patch to compile. Replace #ifdef FreeBSD -> #ifdef
> > > __FreeBSD__).
> > > 
> > > When I try to compile kernel with 2.3.[0,1] patches I see this errors.
> > > ~~~~~~~
> > > loading kernel
> > > ppp_tty.o: Undefined symbol `_pppoutput' referenced from text segment
> > > *** Error code 1
> > 
> > This symbol is defined in /sys/net/if_ppp.c, which in turn will be
> > included in the kernel by the line
> > pseudo-device	ppp
> > in the kernel configuration file.
> I have it line in kernel config.
> What can I do additional ?

Check:
Does if_ppp.o exist in your kernel compilation directory?
(/sys/compile/your-kernels-name). Is it linked to your kernel.  Do
you have the 2.2.2-version of /usr/sbin/config?
Does /sys/net/if_ppp.c define the function pppoutput()?

Wolfgang



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