4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 10553bf was
c24de65,
checked in by Shane Alcock <salcock@…>, 7 years ago
|
Say where to get libwandio from
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | Requirements: |
---|
2 | * >=automake-1.9 |
---|
3 | * >=libpcap-0.8 |
---|
4 | * flex and bison |
---|
5 | * libwandio (get it from http://research.wand.net.nz/software/libwandio.php) |
---|
6 | |
---|
7 | Optional: |
---|
8 | * DAG libraries (both 2.4 and 2.5 versions are supported) |
---|
9 | ---------------------------------- |
---|
10 | |
---|
11 | Installing libtrace: |
---|
12 | |
---|
13 | ./bootstrap.sh (only if you've cloned the source from GitHub) |
---|
14 | ./configure |
---|
15 | make |
---|
16 | make install |
---|
17 | |
---|
18 | The above series of commands will install libtrace into /usr/local/lib. If |
---|
19 | you wish to install to a non-standard location, append the |
---|
20 | --prefix=DIR option to the ./configure command. ./configure also takes |
---|
21 | a number of other options - run ./configure --help to view a comprehensive |
---|
22 | list. |
---|
23 | |
---|
24 | You may need to add the library location (e.g. /usr/local/lib) to your |
---|
25 | /etc/ld.so.conf and run 'ldconfig' as root. |
---|
26 | |
---|
27 | ---------------------------------- |
---|
28 | |
---|
29 | Installation FAQ: |
---|
30 | |
---|
31 | Q. I've installed libpcap but I'm still getting the following error: |
---|
32 | "libpcap0.8 or greater is required to compile libtrace. If you have installed |
---|
33 | it in a non-standard location please use LDFLAGS to specify the location of |
---|
34 | the library"? |
---|
35 | |
---|
36 | A. You need to install the development version of the pcap library. |
---|
37 | For example, Ubuntu/Debian users will need to install the libpcap0.8-dev |
---|
38 | package in addition to the libpcap0.8 package. |
---|
39 | |
---|
40 | |
---|
41 | ---------------------------------- |
---|
42 | Using libtrace: |
---|
43 | |
---|
44 | The best source of information on how to use libtrace and the tools that come |
---|
45 | with it is the libtrace wiki located at |
---|
46 | http://www.wand.net.nz/trac/libtrace/wiki |
---|
47 | |
---|
48 | |
---|
Note: See
TracBrowser
for help on using the repository browser.