Solaris Common Messages and Troubleshooting Guide

Accessing a corrupted shared library

Cause

Trying to exec(2) an a.out that requires a static shared library (to be linked in) and exec(2) could not load the static shared library. The static shared library is probably corrupted.

Technical Notes

The symbolic name for this error is ELIBBAD, errno=84.