|
Lines 62-70
Link Here
|
| 62 |
Some Linux distributions (including Red Hat/Fedora/CentOS) include |
62 |
Some Linux distributions (including Red Hat/Fedora/CentOS) include |
| 63 |
headers and library links in the -devel RPMs rather than the main |
63 |
headers and library links in the -devel RPMs rather than the main |
| 64 |
binary RPMs. If you get an error about headers, or complaining about a |
64 |
binary RPMs. If you get an error about headers, or complaining about a |
| 65 |
missing prerequisite then you may need to install the equivalent |
65 |
missing prerequisite, then you may need to install the equivalent |
| 66 |
development packages. On Redhat based distros these may be openssl-devel, |
66 |
development packages. On Red Hat based distros these may be openssl-devel, |
| 67 |
zlib-devel and pam-devel, on Debian based distros these may be |
67 |
zlib-devel and pam-devel; on Debian based distros these may be |
| 68 |
libssl-dev, libz-dev and libpam-dev. |
68 |
libssl-dev, libz-dev and libpam-dev. |
| 69 |
|
69 |
|
| 70 |
|
70 |
|