From owner-freebsd-stable Wed Apr 18 2:35:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from front005.cluster1.charter.net (outbound.charter.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 4FBBB37B423 for ; Wed, 18 Apr 2001 02:35:32 -0700 (PDT) (envelope-from bertke@charter.net) Received: from [24.130.180.121] (account bertke@charter.net HELO charter.net) by front005.cluster1.charter.net (CommuniGate Pro SMTP 3.4.3) with ESMTP id 3341056; Wed, 18 Apr 2001 05:35:25 -0400 Message-ID: <3ADD60BE.6080D805@charter.net> Date: Wed, 18 Apr 2001 02:39:10 -0700 From: Bert Kellerman X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: dan@langille.org Cc: freebsd-stable@freebsd.org Subject: Re: ftpd security patch fails to compile References: <200104171917.f3HJHSm60662@ns1.unixathome.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had this problem and I solved it by: going to /usr/src/include and 'make install' You could probably just manually copy over the new glob.h in /usr/src/include/ to /usr/include. Dan Langille wrote: > > I'm following the instructions for the latest security advisory. I'm getting > the following compile error under 4.2-STABLE dated 2 15:36:52 NZDT > 2001. Any clues? > > [root@lists:/usr/src/lib/libc] # make all install > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include - > D__DBINTERFACE > _PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale - > DBROKEN_DES > -DYP -c /usr/src/lib/libc/../libc/gen/glob.c -o glob.o > /usr/src/lib/libc/../libc/gen/glob.c: In function `glob': > /usr/src/lib/libc/../libc/gen/glob.c:171: `GLOB_MAXPATH' undeclared > (first use i > n this function) > /usr/src/lib/libc/../libc/gen/glob.c:171: (Each undeclared identifier is > reporte > d only once > /usr/src/lib/libc/../libc/gen/glob.c:171: for each function it appears in.) > /usr/src/lib/libc/../libc/gen/glob.c: In function `globextend': > /usr/src/lib/libc/../libc/gen/glob.c:689: `GLOB_LIMIT' undeclared (first > use in > this function) > *** Error code 1 > > Stop in /usr/src/lib/libc. > > -- > Dan Langille > pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message