Date: Mon, 24 Dec 2001 10:15:24 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "M. Warner Losh" <imp@village.org> Cc: dwhite@resnet.uoregon.edu, imp@FreeBSD.org, peter@FreeBSD.org, current@FreeBSD.org Subject: Re: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol "__stdoutp" Message-ID: <20011224101524.A21373@sunbay.com> In-Reply-To: <20011224.000334.96142201.imp@village.org> References: <200112211949.fBLJngn28739@ishtar.ffab.tide.ti.com> <Pine.BSF.4.33.0112211153110.34200-100000@resnet.uoregon.edu> <20011221220452.E47284@sunbay.com> <20011224.000334.96142201.imp@village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 24, 2001 at 12:03:34AM -0700, M. Warner Losh wrote: > > Warner, could you please add "__stdoutp" to the 20010919 entry, and > > a hint to put COMPAT4X=true to /etc/make.conf to the 20010924 entry? > > Actually, you only need the first one. You don't need COMPAT4X=true > all the time, so I'm a little reluctant to include that. Lemme know > how I can improve what I just committed. > Not quite true. COMPAT4X libraries are occasionally get updated, and if you have 4.x applications to continue running, you'd better to be safe than sorry, and add COMPAT4X=true to /etc/make.conf, so that installworld installs them on every run. The instructions in 20010924 are for manually installing these libraries, and only work for the i386 arch. I'd suggest that we put something like this: : 20010924: : The buildworld has been fixed. You may need to install : the 4.x compatibility libraries for some old binaries : to work. Add COMPAT4X=true to your /etc/make.conf to : get them installed on every installworld, or execute the : following to get them installed only once: : cd src/lib/compat/compat4x.<arch> : make all install : You will see ``__stdoutp undefined'' until you do this. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011224101524.A21373>