Date: Tue, 6 Apr 2004 11:52:08 -0500 From: "Andrew L. Gould" <algould@datawok.com> To: freebsd-questions@freebsd.org Cc: Julien Gabel <jpeg@thilelli.net> Subject: Re: libssl Message-ID: <200404061152.08455.algould@datawok.com> In-Reply-To: <49707.192.168.0.105.1081269392.squirrel@webmail.thilelli.net> References: <6.1.0.5.2.20040406112456.00ab6ab8@localhost> <49707.192.168.0.105.1081269392.squirrel@webmail.thilelli.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 06 April 2004 11:36 am, Julien Gabel wrote: > > I deleted libssl.so.3 by accident.... > > > > Whats the best way to get it back w/o reloading (fetch depends on > > it...and I found it fast!) > > If it is "/usr/lib/libssl.so.3", the following can do the job : > > # cd /usr/src/secure/lib/libssl > # make obj && make depend && make That's really cool. Questions, though: 1. Is a 'make install' required? 2. If he has cvsup'd since his last 'make world', should he upgrade the entire system? Or does it matter for this file? Andrew Gould
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404061152.08455.algould>