File: INSTALL

package info (click to toggle)
ssldump 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: ansic: 7,818; sh: 11; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,528 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$Id: INSTALL,v 1.5 2001/09/14 22:29:13 ekr Exp $

If you don't have libpcap, you'll need to get it and install it. You
can obtain it from:
	http://www.tcpdump.org/

If you want to be able to decrypt SSL traffic or view certificates,
get OpenSSL if you don't have it:
	http://www.openssl.org/

Once you've built and installed libpcap and OpenSSL, you're ready to
build ssldump.

ssldump uses a GNU autoconf-based configuration to automatically
configure the build. 

In the simplest form you can simply do:
	./configure

If the configure script can't find libpcap, it will abort. If you've
installed it in unobvious place, you may need to give configure a hint 
using the '--with-pcap' or '--with-pcap-{lib,inc}' switches.

If the configure script can't find OpenSSL, it will continue without
it. If your OpenSSL is in a nonstandard location, you may need to give 
configure a hint with the '--with-openssl' or
'--with-openssl-{lib,include}' switches.

Once you've done the configure, you can simply run 'make'. Note that
on some platforms (HP/UX) you will have to use GNU make (gmake).

If the make succeeds, run a 'make install' (you will probably need to
be root to do this.)

TESTED PLATFORMS
FreeBSD 2.2.8, 3.4
HP/UX 10.20         
Linux (Red Hat, Debian)
Solaris 2.x

If you get ssldump to work on a platform not listed above, please send mail
to ssldump@rtfm.com with the platform and any fixes you had to make.

INSTALLING ON WINDOWS
Read the file INSTALL.W32 in this directory for instructions on
installing on Windows.