Kbase P5068: How to determine if DBX has been installed on IBM AIX.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to determine if DBX has been installed on IBM AIX.
GOAL:
How can I determine if DBX has been installed on IBM AIX?
FACT(s) (Environment):
IBM AIX
FIX:
The DBX debugger utility for IBM AIX comes bundled in the AIX "bos.adt.debug" package. It is typically part of the operating system installation. To determine if an IBM AIX system contains the DBX utility use the following operating system command:
# oslevel -g|grep bos.adt.debug
The following output will be displayed if the package exists on the AIX system:
Fileset Actual Level Maintenance Level
-------------------------------------------------------------------------------
bos.adt.debug 4.3.3.78 4.3.3.0
The following UNIX "find" command will determine if the utility has been successfully installed:
find / -name dbx -print
The following output will be displayed if the DBX debugger utility exists on the AIX system:
/usr/bin/dbx
/usr/ccs/bin/dbx