Kbase 18323: Dataserver executables are not created by probuild on Solaris
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.x
Sun Solaris SPARC
Oracle DataServer
SYMPTOM(s):
SYSTEM ERROR: Memory violation. (49)
Problems during the probuild utility or when running a probuilt dataserver executable
Dataserver executables are not created after running link script
"which cc" command returns
/usr/ucb/cc
/usr/ucb/cc: language optional software package not installed.
CAUSE:
Sun's native compiler is not used to build the executables.
FIX:
Use SUN's native compiler, usually it is in /opt/SUNWspro directory.
Add /opt/SUNWspro/SC4.0/bin/ to the very beginning of your PATH environment variable before you attempt probuild.