SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from Mandriva 2009 glibc-2.9-0.20081113.5.3mnb2.i586.rpm

LDD

Section: User Commands (1)
Updated: 30 September 2000
Index 

NAME

ldd - print shared library dependencies 

SYNOPSIS

ldd[OPTION]...FILE... 

DESCRIPTION

lddprints the shared libraries required by each program or shared libraryspecified on the command line. 

OPTIONS

--version
Print the version number ofldd.
-v --verbose
Print all information.
-d --data-relocs
Perform relocations and report any missing functions (ELF only).
-r --function-relocs
Perform relocations for both data objects and functions, andreport any missing objects (ELF only).
--help
Usage information.
 

BUGS

ldddoes not work very well on libc.so.5 itself.

ldddoes not work on a.out shared libraries.

ldddoes not work with some extremely old a.out programs which werebuilt beforelddsupport was added to the compiler releases.If you uselddon one of these programs, the program will attempt to run with argc = 0 andthe results will be unpredictable. 

AUTHOR

David Engel. 

SEE ALSO

ldconfig(8),ld.so(8).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BUGS
AUTHOR
SEE ALSO

This document was created byman2html,using the manual pages.