blob: af2376b3cf2c4b5bc19e883ac56b35ed6207c1a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Compile FAQ
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 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
|