Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!lucy.swin.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!news.kei.com!news.mathworks.com!news.maxwell.syr.edu!frii.com!not-for-mail From: gnat@frii.com (Nathan Torkington) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Trouble building a new libc Date: 04 Feb 1997 08:33:44 -0700 Organization: Interchangeable Antipodeans, Inc. Lines: 15 Message-ID: <5qsp3ca8mf.fsf@elara.frii.com> NNTP-Posting-Host: elara.frii.com X-Newsreader: Gnus v5.1 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35060 We are running 2.1.5-RELEASE on our boxes, and I want to rebuild the libraries to include a patch for the locale security bug. Whenever I try and install the libraries I've built, though, I get errors from send-mail saying that _res_init is not found. I'm cd-ing to the /usr/src/lib directory and typing "make;make install" and then running "ldconfig /usr/lib /usr/local/lib". Is there something that I'm being boneheaded and not doing that would cause it to miss the res_init? I've used nm on the shared libraries, and it tells me that while the 2.1.5 distributed library has _res_init defined, my library defines ___res_init. Thanks, Nat