From owner-freebsd-questions Fri Apr 17 15:21:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18323 for freebsd-questions-outgoing; Fri, 17 Apr 1998 15:21:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18306 for ; Fri, 17 Apr 1998 22:21:34 GMT (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA01783; Fri, 17 Apr 1998 15:21:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 17 Apr 1998 15:21:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ben Kirkpatrick cc: freebsd-questions@FreeBSD.ORG, ben@pdx.net Subject: Re: Two short questions.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 17 Apr 1998, Ben Kirkpatrick wrote: > > A) What does this warning mean? I've seen it before, but can't > remember how I got around it. > > /usr/libexec/ld.so: warning: /usr/lib/libc.so.3.0: minor version 0 older than > expected 1, using it anyway It means that the program you're running was compiled on a newer version of FreeBSD than what you have. In this case it's harmless, but annoying. Solution: Either upgrade your system or rebuild the affected program(s) on a machine running the same release as you. > B) Is there something like an rc.shutdown or something that runs > before a halt? I would like to shutdown mysql safely. You hit it right on the head -- it is rc.shutdown. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message