Error Messages (C)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

Cannot load module libc.a(shr.0) ... A file or directory in the path name does not exist

"Libc.a" errors occur when environment variables are not set. These errors also occur when OpenLink software is installed on an incompatible operating system. If you receive "libc.a" errors, run the following command:

find / -name libc.a -print


If the file exists, take the following action:

1. cd to the root directory of your machine's OpenLink installation.

2. vi the openlink.sh (Korn, Bourne, Bash) or openlink.csh (C shell) file.

3. Pass the path to libc.a to PATH.

4. Pass the path to libc.a to LD_LIBRARY_PATH, SHLIB_PATH, and LIBPATH.

5. Save your changes and exit openlink.sh or openlink.csh.

6. Run one of the following commands:

. ./openlink.sh Korn, Bourne, or Bash shells
source ./openlink.csh C shells

7. Test.

If the file does not exist, contact OpenLink Product Support. Your software may not be compatible with your machine. If the file exists -- and the previous instructions do not remedy the problem -- contact OpenLink Product Support. Your software may still be incompatible with your machine.

Evidence

Name of .taz files
Output of set
uname -a


Referenced by...