Kbase P13060: _orasrv sends Memory violation (49) error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/29/2003 |
|
Status: Unverified
FACT(s) (Environment):
Oracle DataServer
FACT(s) (Environment):
Progress 8.3E
SYMPTOM(s):
Memory violation (49)
C Compiler sends a warning Message when running ldorasv
CAUSE:
The environment variable PATH is not including the path to the C compiler executables.
FIX:
Set PATH like this:
PATH=<Path to the C compiler executables>:$PATH
Compile a c program just to see if it works.