IIRC, the loader checks for all required symbols (by their version) at load time, not after execution starts.
So if it was a library mismatch, I would expect it to fail to start, not start and fail.
But the symbols are not actually linked until called (which would be after execution starts).
- - - -
Seeing the error message (if any) will tell us what is happening.
And there is an environment variable that can be set to tell us more than we would ever want to know about the linking process if the minimal error message does not help.
|