[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Checking what running program are using old libraries



On Thu, Mar 18, 2004 at 10:03:34AM +0000, Ronny Adsetts wrote:
> I remember someone posting a method for locating programs that are running 
> with old libraries, but don't recall where and I can't seem to find the 
> right words whilst invoking google...

  Before upgrade you can do:

# lsof /usr/lib/libssl.so.0.9.6 /usr/lib/libcrypto.so.0.9.6

  to see programs using those libraries.


  If you've already upgraded do this:

# lsof | grep DEL

  to see programs using old (deleted) libraries.

-- 
  Valentin



Reply to: