# HG changeset patch # User gabucino # Date 985803351 0 # Node ID 6ec35ac3c74c329b101bde43b1122c842b3ac9a0 # Parent 0e430b433f63826936d963da648c4d9e238bda2e symlink addition diff -r 0e430b433f63 -r 6ec35ac3c74c DOCS/MPlayer-FAQ --- a/DOCS/MPlayer-FAQ Wed Mar 28 18:07:24 2001 +0000 +++ b/DOCS/MPlayer-FAQ Wed Mar 28 18:15:51 2001 +0000 @@ -118,11 +118,14 @@ Q: During 'make', MPlayer complains about X11 libraries. I don't understand, I DO have X installed!? -A: ...but you don't have the X development package installed. It's called - XFree86-devel* under RedHat, and xlib6g-dev* under Debian. - Also check if the /usr/X11 symlink exists (this can be a problem on - Mandrake systems). It can be created with the 'ln -sf /usr/X11R6 /usr/X11' - command. Your distribution may differ from the Linux Filesystem Standard. +A: ...but you don't have the X development package installed. Or not + correctly. It's called XFree86-devel* under RedHat, and xlib6g-dev* under + Debian. Also check if the /usr/X11 symlink exists (this can be a problem on + Mandrake systems). It can be created with the + $ ln -sf /usr/X11R6 /usr/X11 + command. Also check the /usr/include/X11 link : + $ ln -sf /usr/X11R6/include/X11 /usr/include/X11 + Your distribution may differ from the Linux Filesystem Standard. Q: I have problems playing files with ... codec. Can I use'em? A: Check DOCS/TODO , if it doesn't contain your codec, contact us.