|
| cool Statistics |
| | coolcommands: | 1313 | | Categories: | 82 | | Total queries: | 523831 | | Members: | 4281 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
coolcommand
ldd - how to list dynamic dependencies of executable files or shared objects in Sun Solaris |
Description
To list dynamic dependencies of executable files or shared objects in Sun Solaris:
# ldd [-d | -r ] [ -f ] [ -i ] [ -l ] [ -s ] [ -v ] filename ...
where:
-d : check references to data objects.
-r : check references to both data objects and functions.
-f : force ldd to check for an executable file that is not secure. An executable is not considered secure if the interpretor it specifies does not reside under /usr/lib or /etc/lib, or if the interpretor cannot be determined.
-i : displays the order of execution of initialization sections.
-l : forces the immediate processing of any filters so that all filtees, and their dependencies, are listed.
-s : displays the search path used to locate shared object dependencies.
-v : displays all dependency relationships incurred when processing filename. This options also displays any dependency version requirements. |
Example
ldd /path/filename |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: dst.pl - script to display next daylight savings time change (DST)
Example: ./dst.pl
[show me the details] |
coolcommand: zcat - decompress a tar file
Example: zcat file.tar.Z | tar -xvf -
[show me the details] |
coolcommand: setting ulimits in IBM AIX
Example: /etc/security/limits
[show me the details] |
coolcommand: logform - format a jfs log on IBM AIX
Example: logform /dev/qmarvg01lv01
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1138 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 13 |
Top 5 Searches
|
| Category Solaris | 42690 |
| Category AIX | 38082 |
| Category General UNIX | 34254 |
| solaris | 20802 |
| aix | 19388 |
|
|
|
|