Mercurial > mplayer.hg
changeset 682:ee69013a75ec
l3codeca.acm solved - security patch problem
author | arpi_esp |
---|---|
date | Wed, 02 May 2001 00:05:27 +0000 |
parents | 6c50524e45c8 |
children | f66c41c3ca78 |
files | DOCS/MPlayer-FAQ |
diffstat | 1 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/MPlayer-FAQ Tue May 01 22:40:31 2001 +0000 +++ b/DOCS/MPlayer-FAQ Wed May 02 00:05:27 2001 +0000 @@ -193,11 +193,15 @@ Q: LIRC doesn't work, because ... A: Are you sure you use "mplayer_lirc" instead of "mplayer" ? -Q: MPlayer exits with error [anything] when using l3codeca.acm . +Q: MPlayer exits with something error when using l3codeca.acm A: Check 'ldd /usr/local/bin/mplayer' output. If it contains libc.so.6 => /lib/libc.so.6 (0x4???????) where "?" is any number then it's ok, the error is not here. If it is: - libc.so.6 => /lib/libc.so.6 (0x001?????) - Then contact us, this is a (yet unknown) bug with some systems/kernels/ - C compilers. Send us a standard bugreport as in DOCS/BUGREPORT, and send us - all your kernel patches' list. + libc.so.6 => /lib/libc.so.6 (0x00??????) + then there is 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 l3codeca.acm is a non-relocatable DLL, it must be loaded to + 0x00400000, we can't change this. You should use non-patched kernel, + or use MPlayer's -afm 1 option to disable using l3codeca.acm. +