Kbase P131872: Error while loading shared libraries when trying to connect to a database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/27/2008 |
|
Status: Verified
SYMPTOM(s):
Error while loading shared libraries when trying to connect to a database.
/u/dlcv101C/bin/_progres: error while loading shared libraries:
libstdc++.so.6:
cannot open shared object file: No such file or directory
Trying to connect to the database results in error.
The required compat-libstd library is installed.
FACT(s) (Environment):
UNIX
Linux Intel
OpenEdge 10.1C
CAUSE:
There is a symbolic link missing in /usr/lib
FIX:
Make the symbolic link to the library. E.g.
ls -la libstdc++.so.6
lrwxrwxrwx 1 root root 33 Mar 12 20:13 libstdc++.so.6
-> /usr/lib/libstdc++-libc6.2-2.so.3