~ubuntu-branches/ubuntu/maverick/fwknop/maverick

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Franck Joncourt
  • Date: 2008-10-02 19:32:55 UTC
  • Revision ID: james.westby@ubuntu.com-20081002193255-zpsdzbackgecorh3
Tags: upstream-1.9.8
ImportĀ upstreamĀ versionĀ 1.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
The installation of fwknop is handled by the perl script "install.pl" that
 
3
is bundled with the fwknop sources.  Just run:
 
4
 
 
5
./install.pl
 
6
 
 
7
This will result in a functioning fwknop installation on your Linux system.
 
8
If you run the installer as a non-root user, fwknop will be installed in your
 
9
home directory (specifically in ~/bin and a few perl modules in ~/lib).  In
 
10
this case fwknop can only be used as an authentication client against an
 
11
fwknop server on a different system.
 
12
 
 
13
DEPENDENCIES:
 
14
    fwknop requires several perl modules that may or may not already be
 
15
installed on your Linux system.  These modules are included in the deps/
 
16
directory in the fwknop sources (unless you have installed one of the -nodeps
 
17
tarballs), and the list of modules is:
 
18
 
 
19
Class-MethodMaker
 
20
Crypt-CBC
 
21
Crypt-Rijndael
 
22
Digest-SHA
 
23
GnuPG-Interface
 
24
IPTables-ChainMgr
 
25
IPTables-Parse
 
26
Net-IPv4Addr
 
27
Net-Pcap
 
28
Net-RawIP
 
29
Net-Ping-External
 
30
TermReadKey
 
31
Unix-Syslog