From owner-freebsd-questions Sat Aug 24 19:17:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA22346 for questions-outgoing; Sat, 24 Aug 1996 19:17:58 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts17-line3.uoregon.edu [128.223.150.220]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA22341 for ; Sat, 24 Aug 1996 19:17:54 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id TAA00232; Sat, 24 Aug 1996 19:17:56 -0700 (PDT) Date: Sat, 24 Aug 1996 19:17:56 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Ryan Matteson cc: questions@freebsd.org Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 24 Aug 1996, Ryan Matteson wrote: > Anyone know where the lib libgcc.so.261.0 is? I still cannot find it > at cdrom.com or mit. I used find,whereis and they both turned up NULL. > This one last lib is all I need to use emacs. Thanks very much for any info Should have been installed with the system. I've got it here and didn't do anything special. > BTW: Anyone know how to get locate to work??? Allow weekly maintenance to run, it'll rebuild the locate database for you. This is the fragment from /etc/weekly that does it: echo "Rebuilding locate database:" locdb=/var/db/locate.database touch ${locdb}; chown nobody ${locdb}; chmod 644 ${locdb} echo /usr/libexec/locate.updatedb | nice -5 su -m nobody 2>&1 |\ fgrep -v 'Permission denied' chmod 444 ${locdb} I suppose you could run this yourself if you needed to. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major