Kbase P151891: Errors loading .o on UNIX systems
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/22/2009 |
|
Status: Unverified
SYMPTOM(s):
Errors loading .o on UNIX systems
Could not open Dynamic Library: <libraryName> (8013)
DLL Error : <dllerror> (8014)
FACT(s) (Environment):
UNIX
OpenEdge 10.1C
OpenEdge Category: HLC
CAUSE:
In general .o files cannot be linked dynamically by other processes. Typically dynamically linkable libraries come with a .so extension.
FIX:
To validate that an object is capable of being linked to dynamically use the 'file' command on it. If the object is not dynamically linkable you may have to build it into your executable in order to reference it.