From owner-freebsd-current Mon Jan 21 0: 0:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 4BDD937B402 for ; Mon, 21 Jan 2002 00:00:20 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020121080019.WDPR10199.rwcrmhc53.attbi.com@InterJet.elischer.org>; Mon, 21 Jan 2002 08:00:19 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA09786; Sun, 20 Jan 2002 23:55:14 -0800 (PST) Date: Sun, 20 Jan 2002 23:55:13 -0800 (PST) From: Julian Elischer To: Emiel Kollof Cc: current@freebsd.org Subject: Re: __stderrp error In-Reply-To: <8ABEC4B7-0E43-11D6-9888-000A277C7FDE@hackerheaven.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 21 Jan 2002, Emiel Kollof wrote: > > Julian Elischer heeft op maandag 21 januari 2002 om 08:34 het volgende > geschreven: > > > > > Lots of my old programs get: > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libpng.so.3: Undefined symbol > > "__stderrp" > > > > this is NOT the error in UPDATING > [...] > > It isn't? It's related. I've seen it before. Setting COMPAT4X worked for > me... Are you sure you made the FreeBSD compat libraries? Setting it in > make.conf is one thing, but the libraries must be there too :-) > > Either a make world with COMPAT4X set, or building the 4.x compat libs > (for location, see UPDATING), but I guess you knew that. Here is my make.conf.. [...] #COMPAT20= yes #COMPAT21= yes #COMPAT22= yes COMPAT4X= yes # # [...] and I've "made world" a lot of times like that. and if I do it by hand as sugested, it doesn;t make any difference either. > > If I'm wrong, let me know :-) > > Cheers, > Emiel > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message