Linux, Rev and dependencies ?

J. Landman Gay jacque at hyperactivesw.com
Thu Feb 4 11:45:00 EST 2010


Richmond Mathewson wrote:

> Err . . . does www.runrev.com have a nifty little page where the 
> dependencies
> are listed?
> 
> Ah, I thought not!

I only know three words in UNIX, and that's because I have to copy/paste 
them into the occasional tech support response. But...doesn't "ldd" 
work? That's supposed to give you that info. Typical output:

ldd revolution.x86
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib/libdl.so.2 (0xb7edb000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e0f000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb7e01000)
libm.so.6 => /lib/libm.so.6 (0xb7ddc000)
libc.so.6 => /lib/libc.so.6 (0xb7caf000)
/lib/ld-linux.so.2 (0xb7f08000)

If anything on the right hand side is missing then there are missing 
libraries.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list