Kbase 19202: After upgrading DG/UX OS getting libsocket.so.1 message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/17/1999 |
|
Summary:
This kbase is deisnged to address the libsocket.so.1 error message on DG/UX platforms when migrating from MU03 to MU04 or changing Progress versions to 8.3B or higher.
The following error is received when starting the server or any other Progress utility which will access the database.
Error:
This application was built on an operating system other than DG/UX
and needs the libsocket.so.1 shared object. Since some UnixWare applications mix stream and socket operations in a manner that is normally not allowed on DG/UX, an alternate shared object called libstreamsocket.so.1 will be used.
See the DG/UX release notice or ld manpage for more information. This behavior is controlled by an environment variable: LD_NO_LIBSTREAMSOCKET=1 will cause the normal libsocket.so.1 to be
loaded instead of libstreamsocket.so.1. LD_NO_LIBSTREAMSOCKET=0 will load libstreamsocket.so.1, but will suppress this message.
This is just an informational message from DG/UX and will have no adverse affect on Progress starting up.
This message can be suppressed by setting the following environment variable:
LD_NO_LIBSTREAMSOCKET=1
We recommend the setting to be =1 as Progress does not perform and stream operations on sockets.
If you set this environment variable to 0 or 1 and still experience these informational messages, please contact your Operating System vendor for additional assistance.
KBASE # 19202