Quote:
Originally Posted by knc1
Use:
LD_DEBUG=libs task
to start the program and the loader will show you what the problem is.
|
knc1,
I tried it. The output varies depending on whether I use the 'ld-linux' or 'export LD_LIBRARY' method to pre-load the required libraries.
I'm still trying to sort out and understand the output.
With the 'ld-linux' method, the output show a 'Segmentation fault' at the end, after a 'trying libpthread.so' message.
With the 'export LD_LIBRARY' method, the output goes into an endless loop! After I did a Ctrl-C and scrolled back, I could only see a series of 'searching', 'finding' and 'trying' messages.