[haiku] Re: ldd equivalent in Haiku

  • From: "Michael Lotz" <mmlr@xxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Mon, 29 Dec 2008 11:31:44 +0100

On Mon, 29 Dec 2008 09:48:47 +0000, Salvatore Benedetto wrote
> is there an equivalent ldd command in haiku that shows the shared 
> library used by an application?

objdump -x <app/lib> | grep "NEEDED" should do the trick.

Regards
Michael

Other related posts: