From owner-freebsd-hackers Tue Feb 2 13:31:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07162 for freebsd-hackers-outgoing; Tue, 2 Feb 1999 13:31:01 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07154 for ; Tue, 2 Feb 1999 13:30:51 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id QAA07508; Tue, 2 Feb 1999 16:33:33 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Tue, 2 Feb 1999 16:33:32 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: Alex Povolotsky cc: Josef Karthauser , hackers@FreeBSD.ORG Subject: Re: YP-like mySQL thing In-Reply-To: <199902022123.AAA00794@shuttle.svib.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 3 Feb 1999, Alex Povolotsky wrote: > <19990202142921.E84751@florence.pavilion.net>Josef Karthauser writes: > >> I can share it if anyone is interested, and I need an advise: how should I > >> rebuild libc.so (or what else?) so that shared executables would pick > >> libmysqlclient.so without rebuilding? > > > >How do you get around the insecurity of mysql? i.e. any user on the system > >can pretend to be user root using the -u option to mysql. > Well, only trusted users will be allowed to log in, and only locally logged > users will be able to read the database. > > Anyway, HOW DO I RELINK LIBC? Or no one in this list know? cd /usr/src/lib/libc ; ; make clean ; make all ; make install make sure you do it right, having a broken libc is not a good thing. i suggest you backup your libc. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message