corrupted double-linked list
Kurt Wall
kwall at kurtwerks.com
Wed Mar 12 18:45:32 PDT 2008
On Wed, Mar 12, 2008 at 09:38:56AM -0400, Susan Macchia wrote:
> In thinking about this, it could be that the google-earth executable is
> compiled against a shared library whose API differs from the one on the
> machine your trying to run it on.
>
> During my development, that's been the case. I'm building a fairly complex
> Qt4 app, with a bunch of my own shared libraries, which are also Qt. If I
> change an interface in one of the components that builds a shared library
> and then run my executable against it w/o rebuilding, I see this error.
You can detect this by running ldd against the binary that's puking and
comparing that output to the versions you have installed.
> HTH,
What she said.
Kurt
--
The Magic of Windows: Turns a 486 back into a PC/XT.
More information about the Linux-users
mailing list