Kbase P26202: How to determine what library files are used by an executabl
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/05/2003 |
|
Status: Unverified
GOAL:
How to determine what library files are used by an executable under UNIX
FACT(s) (Environment):
UNIX
FIX:
Use the package ldd (which is available on most UNIX operating systems).
EXAMPLE:
ldd $DLC/bin/_mprosrv
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libcl.2 => /usr/lib/libcl.2
/usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
This output is for a version 9.1D on HP-UX 11 32 bit Progress.
/usr/lib/libdld.2 => /usr/lib/libdld.2