Re: linux binary equivalent to ldd?

2004-02-18 Thread Saint Aardvark the Carpeted
Jesse Guardiani disturbed my sleep to write: How do I get info similar to what ldd gives out of a linux binary? If I run this: /usr/compat/linux/usr/bin/ldd /usr/local/lib/RealPlayer8/rpnp.so I get this: /usr/compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found ldd:

linux binary equivalent to ldd?

2004-02-17 Thread Jesse Guardiani
How do I run ldd on a linux binary? But when I run ldd on a linux binary it says: ldd: /usr/local/lib/RealPlayer8/rpnp.so: not a FreeBSD ELF shared object How do I get info similar to what ldd gives out of a linux binary? If I run this: /usr/compat/linux/usr/bin/ldd