Consultor Eletrônico



Kbase 21518: Warning about Shared Library inlclude path running Progress scripts
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/28/2008
Status: Verified

SYMPTOM(s):

Warning message durring the execution of a Progress script (proserve, pro, bpro, proadsv, etc.)

WARNING: not setting shared library include path

FACT(s) (Environment):

UNIX
Progress 9.x
OpenEdge 10.x

CAUSE:

One of these two scripts: slib_env or java_env need to be called in order to include the shared library environment variable. These two scripts both use the operational system command uname (OSNAME=`uname`) to extract the OS name and set the correct shared library path. These are the values expected by the scripts:

SunOS - Sun Solaris
HP-UX - HP UX
AIX - IBM AIX
OSF1 - CompaqTru64 (formerly DEC Unix)
UnixWare - SCO UnixWare
SCO_SV - SCO OpenServer
dgux - Data General
Linux - Linux

If the result back from the uname command is different from the values listed above, the message "WARNING: not setting shared library include path" will appear. In order help debug the value returned by the uname command, just type uname at the OS prompt.

FIX:

Set the environment variables manually. Use a text editor to verify the name and the correct value for the environment variables and set it manually for your session. Also, you should contact your operational system technical support to verify the reason for the incorrect value being returned by the uname command.