[MPlayer-DOCS] Bug: faq.xml

Jiri Heryan technik at domotech.cz
Thu Feb 10 07:18:05 CET 2005


Hi.
I believe there is a bug in answer. We describes 0x00?????? address as 
wrong first and follow it by " it must be loaded to 
<literal>0x00400000</literal>".
In my oppinion there must be " it must be loaded to 
<literal>0x40000000</literal>"instead.
Agree?

Jiri

line 757
Check <command>ldd /usr/local/bin/mplayer</command> output. If it contains
<screen>libc.so.6 => /lib/libc.so.6 (0x4???????)</screen>
where &quot;?&quot; is any number then it's OK, the error is not here. 
If it is:
<screen>libc.so.6 => /lib/libc.so.6 (0x00??????)</screen>
then there is a problem with your kernel/libc. Maybe you are using some 
security
patches (for example Solar Designer's OpenWall patch) which forces loading
libraries to very low addresses. Because 
<filename>l3codeca.acm</filename> is a
non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, 
we can't
change this. You should use a non-patched kernel, or use 
<application>MPlayer</application>'s





More information about the MPlayer-DOCS mailing list