Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 16:33:32 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        Alex Povolotsky <tarkhil@asteroid.svib.ru>
Cc:        Josef Karthauser <joe@pavilion.net>, hackers@FreeBSD.ORG
Subject:   Re: YP-like mySQL thing 
Message-ID:  <Pine.BSF.4.05.9902021630200.535-100000@bright.fx.genx.net>
In-Reply-To: <199902022123.AAA00794@shuttle.svib.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

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 ; <modify> ; 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902021630200.535-100000>