Consultor Eletrônico



Kbase P3644: Dynamic linker error when running _progres
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/03/2003
Status: Unverified

FACT(s) (Environment):

Unix

FACT(s) (Environment):

Progress 9.1B

SYMPTOM(s):

Dynamic linker error when running _progres:

dynamic linker : $DLC/bin/_progres : error opening /usr/lib/libm.so.1

CAUSE:

Certain shared objects may be missing that the executable needs to link to dynamically in order to run.

FIX:

The command

ldd <filename>

can be used to check for dynamic link dependencies for executables on Unix. This lists up the shared objects that would need to be loaded if <filename> were executed. If no shared objects are required, ldd produces no output. Using the output for ldd the system can be checked to see if the required shared objects are available.