[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ld.so problems
>>>>> "Jose" == Jose L Gomez Dans <j.l.gomez-dans [at] sheffield.ac.uk> writes:
Jose> I have been having some problems with gdb of
Jose> late. Basically, I can't make it work. If I call gdb, I get
Jose> the following error:
Speaking of the Devil, gdb (and all debuggers) really are the work of
the Devil. Black magic, sacrificing goats, you know the drill....
We need version numbers and sources (distro package, built from distro
source, degree of patchedness) of everything (glibc, gdb, linux
kernel, ld.so).
Are glibc and ld.so the same version?
Check that ld.so is indirectly linked to
/lib/ld-linux.SAME-VERSION-AS-GLIBC.so.
Try doing /lib/ld-linux.so.2 --list `which gdb`.
Also /lib/ld-linux.so.2 `which gdb`.
Have you tried reinstalling or rebuilding _gdb_ (since everything else
works, I assume, isn't it more likely a problem with gdb?)
--
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091
_________________ _________________ _________________ _________________
What are those straight lines for? "XEmacs rules."
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.
- References:
- ld.so problems
- From: José Luis Gómez Dans <j.l.gomez-dans [at] sheffield.ac.uk>