From owner-freebsd-hackers Mon Aug 11 01:21:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA20908 for hackers-outgoing; Mon, 11 Aug 1997 01:21:11 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA20902 for ; Mon, 11 Aug 1997 01:21:07 -0700 (PDT) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id KAA01745; Mon, 11 Aug 1997 10:17:10 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199708110817.KAA01745@rvc1.informatik.ba-stuttgart.de> Subject: Re: Kernel ppp-2.3.1 and compile under FBSD's In-Reply-To: from Eugeny Kuzakov at "Aug 11, 97 03:03:07 pm" To: kev@lab321.ru (Eugeny Kuzakov) Date: Mon, 11 Aug 1997 10:17:10 +0200 (MET DST) Cc: helbig@MX.BA-Stuttgart.De, freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. > > > > Perhaps you have an old (2.1.x) config program which cannot be used > > to configure 2.2.x kernels. > I have fbsd 2.1.7.1 box. > Note: ppp-2.3b3 under FreeBSD 2.1.7.1 works for me fine. So you might have to upgrade to FreeBSD 2.2.x to make ppp-2.3.[01] compile. Wolfgang