Error Messages (M)
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 #
Member shr_comm.o is not found or file is not an archive
"Member shr_comm.o" errors are a common occurrence on AIX platforms.
These errors occur if the libpthreads directory is not passed by the LIBPATH variable.
"Member shr_comm..o" errors also occur when
1.
Search your system for libpthreads.a.
You may use the following command:
find / -name libpthreads.a -print
2.
If libpthreads is not found, your software may not be compatible with your operating system.
Contact
3.
If you find libpthreads.a, record the path to the file.
For example:
$ find / -name libpthreads.a -print /usr/lib
4.
Use export to pass the libpthreads directory to LIBPATH.
For example:
$ export LIBPATH=/usr/lib:$LIBPATH
5.
Repeat the event which produced the error.
6. If the error persists, your software still be incompatible with your operating system.
Evidence
uname -a
Name of .taz files