ldd.1
来自「linux下用PCMCIA无线网卡虚拟无线AP的程序源码」· 1 代码 · 共 60 行
1
60 行
.\" Copyright 1995-2000 David Engel (david@ods.com).\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu).\" Most of this was copied from the README file. Do not restrict distribution..\" May be distributed under the GNU General Public License.TH LDD 1 "14 March 1998".SH NAMEldd \- print shared library dependencies.SH SYNOPSIS.B ldd.RB [ \-vVdr ]program|library ....SH DESCRIPTION.B lddprints the shared libraries required by each program or shared libraryspecified on the command line.If a shared library name does not contain a '/',.B lddattempts to locate the library in the standard locations.To run.B lddon a shared library in the current directory, a "./" must be prependedto its name..SH OPTIONS.TP.B \-vPrint the version number of.BR ldd ..TP.B \-VPrint the version number of the dynamic linker,.BR ld.so ..TP.B \-dPerform relocations and report any missing functions (ELF only)..TP.B \-rPerform relocations for both data objects and functions, andreport any missing objects (ELF only)..SH BUGS.B ldddoes not work very well on libc.so.5 itself..PP.B ldddoes not work on a.out shared libraries..PP.B ldddoes not work with some extremely old a.out programs which were built before.B lddsupport was added to the compiler releases.If you use.B lddon one of these programs, the program will attempt to run with argc = 0 andthe results will be unpredictable..SH AUTHORDavid Engel..SH SEE ALSO.BR ldconfig (8),.BR ld.so (8).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?