summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAeneas Jaißle <aj@ajaissle.de>2014-05-29 14:02:58 +0200
committerJay Sorg <jay.sorg@gmail.com>2014-05-29 21:29:15 -0700
commit22de6ef4118eb68d603741e3e398fa031658ab14 (patch)
tree376fdaef0ff3a904a6339f66286ae5581d5729e3
parentd1ca03c9fbb7d6b8e1a495fb1fb58c0023294db3 (diff)
downloadxrdp-proprietary-22de6ef4118eb68d603741e3e398fa031658ab14.tar.gz
xrdp-proprietary-22de6ef4118eb68d603741e3e398fa031658ab14.zip
Update faq-compile.txt
-rw-r--r--faq-compile.txt38
1 files changed, 24 insertions, 14 deletions
diff --git a/faq-compile.txt b/faq-compile.txt
index 1394c1cf..09f57d84 100644
--- a/faq-compile.txt
+++ b/faq-compile.txt
@@ -1,24 +1,34 @@
Compile FAQ
-Q. I get error: security/pam_appl.h: File or directory doesn't exist
+Q. I get one of the following errors:
+ - "security/pam_appl.h: File or directory doesn't exist"
+ - "configure: error: please install libpam0g-dev or pam-devel"
What is wrong?
-A. You need to install pam development package.
+A. You need to install the pam development package.
For Debian / Ubuntu this package is called libpam0g-dev.
- For Red Hat / Suse this package is called pam-devel.
+ For Red Hat / SUSE this package is called pam-devel.
-Q. I get error :
-A. You need to install opensll development package.
+Q. I get an error: "configure: error: please install libssl-dev or openssl-devel"
+
+A. You need to install the openssl development package.
For Debian / Ubuntu this package is called libssl-dev.
- For Red Hat / Suze this package is called openssl-devel.
+ For Red Hat / Fedora this package is called openssl-devel.
+ For SUSE / openSUSE this package is called libopenssl-devel.
+
+
+Q. I get one of the following errors:
+ - "configure: error: please install libx11-dev or libX11-devel"
+ - "configure: error: please install libx11-dev and libxfixes-dev or libXfixes-devel"
+
+A. You need to install the X11 and X11 Xfixes development package(s).
+ For Debian: libx11-dev and libxfixes-dev.
+ For Red Hat / SUSE: libX11-devel and libXfixes-devel.
+
-Q.
+Q. I get an error: "rail.c:31:35: fatal error: X11/extensions/Xrandr.h: No such file or directory"
-A.i
-Red Hat
- libX11-devel
- libXfixes-devel
-Debian
- libx11-dev
- libxfixes-dev
+A. You need to install the Xrandr development package.
+ For Debian / Ubuntu this package is called libxrandr-dev.
+ For SUSE / openSUSE this package is called libXrandr-devel.