Date: Sat, 3 Jul 1999 11:06:40 -0600 (MDT) From: Jonathon Doran <doranj@Colorado.EDU> To: matt@zigg.com (Matt Behrens) Cc: questions@FreeBSD.ORG Subject: Re: Which shared libraries is a binary linked against? Message-ID: <199907031706.LAA16822@ucsu.Colorado.EDU> In-Reply-To: <Pine.BSF.4.10.9907031151590.19135-100000@megaweapon.zigg.com> from "Matt Behrens" at Jul 3, 99 11:52:45 am
next in thread | previous in thread | raw e-mail | index | archive | help
> I've been RTFMing for awhile now and can't seem to find a way to > determine which shared libraries any arbitrary binary depends on. > Is there a way? How about this: strings "binary" | fgrep ".so." Where "binary" is the name of your arbitrary binary. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907031706.LAA16822>