On 17 Apr 2002, Mike Noyes wrote:

> Everyone,
> Here is my first question. Does the output below indicate static linking
> only, or static and dynamic?

The script is running ldd on every file in the .lrp.  The entries obtained
are sorted and unique results printed.  Obviously, some of the files are
not executable, some may be statically linked, and some may be linked to
shared libraries.  The intent was to show the overall dependence of the
.lrp package on shared libraries.

> mhnoyes@usw-pr-shell2:~/leaf/bin/packages/glibc-2.0$ ./ldd-ver.sh
> leaf/devel/ddouthitt/packages/auditd.lrp
>       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x02b7c000)
>       /lib/libtermload.so => /lib/libtermload.so (0x02b95000)
>       libc.so.6 => /lib/libc.so.6 (0x02b9c000)
>       libdl.so.2 => /lib/libdl.so.2 (0x02ca8000)
>       not a dynamic executable
>       statically linked
> awk: cannot open var/lib/lrpkg/auditd.version (No such file or
> directory)
> cp: cannot stat `var/lib/lrpkg/auditd.help': No such file or directory

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to