source:
mod_gnutls/README
@
dc55c77
Last change on this file since dc55c77 was d6a575c, checked in by , 5 years ago | |
---|---|
|
|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[04f48a2] | 1 | mod_gnutls, Apache GnuTLS module |
2 | ================================ | |
[6af4f74] | 3 | |
[04f48a2] | 4 | https://mod.gnutls.org/ |
[6af4f74] | 5 | |
[04f48a2] | 6 | Mailing List: |
[6af4f74] | 7 | |
[04f48a2] | 8 | mod_gnutls development <mod_gnutls-devel@lists.gnutls.org> |
[6af4f74] | 9 | |
[04f48a2] | 10 | Lead Maintainer: |
[6af4f74] | 11 | |
[2afbe2e] | 12 | Thomas Klute <thomas2.klute@uni-dortmund.de> |
[6af4f74] | 13 | |
[04f48a2] | 14 | Past maintainers and other contributors: |
[7bebb42] | 15 | |
[2afbe2e] | 16 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
[04f48a2] | 17 | Paul Querna <chip at force-elite.com> |
18 | Nikos Mavrogiannopoulos <nmav at gnutls.org> | |
19 | Dash Shendy <neuromancer at dash.za.net> | |
[6af4f74] | 20 | |
[04f48a2] | 21 | Prerequisites |
22 | ------------- | |
[6af4f74] | 23 | |
[2cde026d] | 24 | * GnuTLS >= 3.1.4 <http://www.gnutls.org/> (3.2.* or newer preferred) |
[04f48a2] | 25 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) |
[9a4d250] | 26 | * autotools, GNU make, & gcc |
[c5d5942] | 27 | * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) |
[ee687ab] | 28 | * pandoc (for documentation, optional) |
29 | * pdflatex (for PDF documentation, optional) | |
[6af4f74] | 30 | |
[04f48a2] | 31 | Installation |
32 | ------------ | |
[6af4f74] | 33 | |
[04f48a2] | 34 | tar xzvf mod_gnutls-version.tar.gz |
35 | cd mod_gnutls-version/ | |
36 | autoreconf -fiv | |
[c5d5942] | 37 | ./configure |
[04f48a2] | 38 | make |
39 | make install | |
40 | # Configure & restart apache | |
[6af4f74] | 41 | |
[ee687ab] | 42 | It is recommended to run "make check" before "make install". You may |
43 | need to pass TEST_HOST or TEST_IP to ./configure for the tests to work | |
44 | correctly, please see test/README for details. | |
45 | ||
[04f48a2] | 46 | Configuration |
47 | ------------- | |
[6af4f74] | 48 | |
[ee687ab] | 49 | Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is |
50 | available, HTML and PDF (requires pdflatex) documentation will be | |
51 | built and installed as well. |
Note: See TracBrowser
for help on using the repository browser.