diff options
author | jsorg71 <jsorg71> | 2009-09-04 01:33:45 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-09-04 01:33:45 +0000 |
commit | d9938265577a08c95e01e155c861c7ae1f7c477e (patch) | |
tree | b8062e4ffb0a73e39f0782d7ffc67898b92f097f /faq-compile.txt | |
parent | 278d65282e0be5411a82d58905f0a7be6f2129cd (diff) | |
download | xrdp-proprietary-d9938265577a08c95e01e155c861c7ae1f7c477e.tar.gz xrdp-proprietary-d9938265577a08c95e01e155c861c7ae1f7c477e.zip |
update faq
Diffstat (limited to 'faq-compile.txt')
-rw-r--r-- | faq-compile.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/faq-compile.txt b/faq-compile.txt index f9a7bb77..af2376b3 100644 --- a/faq-compile.txt +++ b/faq-compile.txt @@ -4,5 +4,17 @@ Q. I get error: security/pam_appl.h: File or directory doesn't exist What is wrong? A. You need to install pam development package. - For Ubuntu 7.04 this package is called libpam0g-dev. - For Suse 10.1 this package is call pam-devel.
\ No newline at end of file + For Debian / Ubuntu this package is called libpam0g-dev. + For Red Hat / Suse this package is called pam-devel. + +Q. I get error : + +A. You need to install opensll development package. + For Debian / Ubuntu this package is called libssl-dev. + For Red Hat / Suze this package is called openssl-devel. + +Q. + +A. + libx11-dev + libxfixes-dev |