comparison DOCS/MPlayer-FAQ @ 682:ee69013a75ec

l3codeca.acm solved - security patch problem
author arpi_esp
date Wed, 02 May 2001 00:05:27 +0000
parents 6c50524e45c8
children a0bd25f1165b
comparison
equal deleted inserted replaced
681:6c50524e45c8 682:ee69013a75ec
191 A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out. 191 A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out.
192 192
193 Q: LIRC doesn't work, because ... 193 Q: LIRC doesn't work, because ...
194 A: Are you sure you use "mplayer_lirc" instead of "mplayer" ? 194 A: Are you sure you use "mplayer_lirc" instead of "mplayer" ?
195 195
196 Q: MPlayer exits with error [anything] when using l3codeca.acm . 196 Q: MPlayer exits with something error when using l3codeca.acm
197 A: Check 'ldd /usr/local/bin/mplayer' output. If it contains 197 A: Check 'ldd /usr/local/bin/mplayer' output. If it contains
198 libc.so.6 => /lib/libc.so.6 (0x4???????) 198 libc.so.6 => /lib/libc.so.6 (0x4???????)
199 where "?" is any number then it's ok, the error is not here. If it is: 199 where "?" is any number then it's ok, the error is not here. If it is:
200 libc.so.6 => /lib/libc.so.6 (0x001?????) 200 libc.so.6 => /lib/libc.so.6 (0x00??????)
201 Then contact us, this is a (yet unknown) bug with some systems/kernels/ 201 then there is problem with your kernel/libc. Maybe you are using some
202 C compilers. Send us a standard bugreport as in DOCS/BUGREPORT, and send us 202 security patches (for example Solar Designer's OpenWall patch) which
203 all your kernel patches' list. 203 forces loading libraries to very low addresses.
204 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
205 0x00400000, we can't change this. You should use non-patched kernel,
206 or use MPlayer's -afm 1 option to disable using l3codeca.acm.
207