What does libcprts.so.5: cannot open shared object file: No such file or directory mean?
/home/mtaylor/tests/test.exe: error while loading shared libraries: libcprts.so.5: cannot open shared object file: No such file or directory p0_792: p4_error: Child process exited while making connection to remote process on compute-0-0.local: 0 /opt/mpich/intel/bin/mpirun: line 1: 792 Broken pipe /home/mtaylor/tests/test.exe -p4pg /home/mtaylor/tests/PI646 -p4wd /home/mtaylor/tests This means you did not statically link the binary using the -static flag. Compile your programs using the -static flag, like this.
Related Questions
- Why do I get the error message "ERROR while loading shared libraries: libg2c.so.0: cannot open shared object file: No such file or directory" when I try to start Gridgen on my OpenSuse machine?
- When running some applications there are errors similar to "libXm.so.2: cannot open shared object file: No such file or directory". Whats wrong?
- What does libcprts.so.5: cannot open shared object file: No such file or directory mean?