summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-01 22:28:01 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-01 22:28:01 +0000
commit6dc09d5e5f2d58675654a925f80feab1e0d6747f (patch)
tree891a8c243a95eed824ddc061288badb960a585e8 /DOCS
parent95ee0782d3e3a0a5baf44190e93441b479a50cfd (diff)
downloadmpv-6dc09d5e5f2d58675654a925f80feab1e0d6747f.tar.bz2
mpv-6dc09d5e5f2d58675654a925f80feab1e0d6747f.tar.xz
ldd stuff added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@680 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/MPlayer-FAQ8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 99d7e02c57..472ab13e70 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -192,3 +192,11 @@ A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out.
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.