From owner-freebsd-questions Sat Aug 24 09:50:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15923 for questions-outgoing; Sat, 24 Aug 1996 09:50:11 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA15914 for ; Sat, 24 Aug 1996 09:50:06 -0700 (PDT) Received: from localhost (localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.7.5/8.6.12) with SMTP id JAA03455; Sat, 24 Aug 1996 09:50:04 -0700 (PDT) Date: Sat, 24 Aug 1996 09:50:03 -0700 (PDT) From: Annelise Anderson 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 > > Ryan > > BTW: Anyone know how to get locate to work??? Locate uses /var/db/locate.database, which is rebuilt from instructions instructions in /etc/weekly usually early Saturday morning. If your machine has never been on at this time, /var/db/locate.database won't exist. Just run /etc/weekly to create or update the database. Annelise