Re: Wie die Lib zu undefinierten Symbolen finden?

Christian Boltz <[email protected]> Mon, 09 Jan 2012 13:51:29 +0100
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
Hallo David, hallo Thomas, hallo Leute,

Am Montag, 9. Januar 2012 schrieb David Haller:
> Am Sun, 08 Jan 2012, Thomas Michalka schrieb:
> >trotz googlen und Suche in diversen Listenarchiven kann ich keine
> >Antwort auf die Frage im Subject finden. Anlass ist der vergebliche
> >Versuch, ein Programm zu starten. Es meldet ein undefiniertes
> >Symbol:
> >
> >$> ./programm
> >./<programm>: symbol lookup error: ./<programm>: undefined symbol:
> >initPAnsiStrings
>=20
> for f in /usr/lib64/lib*.so.? ; do \
>     strings "$f" | grep -q initPAnsiStrings && echo "$f";\
> done

Da ist Google aber deutlich performanter - und funktioniert sogar, wenn=
=20
das entsprechende Paket nicht installiert ist ;-)

http://www.google.de/search?q=3DinitPAnsiStrings

Der zweite Treffer f=FChrt zu
https://bbs.archlinux.org/viewtopic.php?id=3D76197


Gru=DF

Christian Boltz
--=20
"Anybody who really thinks /bin/true should report a version number
and a help string (or even a copyright notice) needs to get his head
examined."   [Linus Torvalds]
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]