Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 10:41:50 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Downgrading 4.9-stable to 4.9-release-p3
Message-ID:  <200403191041.50256.kstewart@owt.com>
In-Reply-To: <200403191448.i2JEmXEZ001334@lv.raad.tartu.ee>
References:  <4059F0B8.2010903@smxy.org> <200403191448.i2JEmXEZ001334@lv.raad.tartu.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 19 March 2004 06:48 am, Toomas Aas wrote:
> Hi!
>
> Kent Stewart wrote:
> > My question is how is the typical sysadmin going to tell which ones
> > were built dynamically.
>
> file /path/to/program
>

That tells you whether the program is static or dynamic but it doesn't 
tell you if it used one of the openssl libraries. I think you are going 
to have to read a number of Makefiles to figure that out. A clever 
script person could automate it with find and exec but the quantity of 
information that you would still have to look at could be huge. Would 
it be worth the effort.

I can rebuild my userland and kernel and be running it in around 30 
minutes. You can't lookup very many programs, build the static ones 
that use openssl, and install them in that amount of time. 

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403191041.50256.kstewart>