From owner-freebsd-questions Mon Feb 3 12:52:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA19290 for questions-outgoing; Mon, 3 Feb 1997 12:52:31 -0800 (PST) Received: from phobos.frii.com (phobos.frii.com [204.144.241.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA19284 for ; Mon, 3 Feb 1997 12:52:28 -0800 (PST) From: gnat@frii.com Received: from elara.frii.com (elara.frii.com [204.144.241.9]) by phobos.frii.com (8.8.4/8.8.4) with ESMTP id NAA24074 for ; Mon, 3 Feb 1997 13:51:50 -0700 (MST) Received: (from gnat@localhost) by elara.frii.com (8.8.4/8.6.9) id NAA12004; Mon, 3 Feb 1997 13:51:50 -0700 (MST) Date: Mon, 3 Feb 1997 13:51:50 -0700 (MST) Message-Id: <199702032051.NAA12004@elara.frii.com> To: freebsd-questions@freebsd.org Subject: Rebuilding libc on 2.1.5-RELEASE Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 while the 2.1.5 distributed library has _res_init defined, my library defines ___res_init. Please CC your replies to me, as I am not a member of the -questions list. Thanks, Nat