Mercurial > mplayer.hg
changeset 679:ad25efe7a2bc
ldd stuff added
author | gabucino |
---|---|
date | Tue, 01 May 2001 22:28:01 +0000 |
parents | 9088ebc5b5b5 |
children | fbd9327b899b |
files | DOCS/MPlayer-FAQ |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/MPlayer-FAQ Tue May 01 21:28:18 2001 +0000 +++ b/DOCS/MPlayer-FAQ Tue May 01 22:28:01 2001 +0000 @@ -192,3 +192,11 @@ Q: LIRC doesn't work, because ... A: Are you sure you use "mplayer_lirc" instead of "mplayer" ? + +Q: MPlayer exits with error XYZ +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.