On Wed, 2002-04-17 at 11:14, Jeff Newmiller wrote: > 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.
Jeff, Thanks for the reply. So, the output below indicates one of the files in this package is dependent on libc.so.6, and another is statically linked. Correct? > > 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 -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
