Solaris Common Messages and Troubleshooting Guide

Accessing a corrupted shared library

Cause

The system is trying to exec(2) an a.out that requires that it be linked in a static shared library, 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.