4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 3dd5acc 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
|
Rev | Line | |
---|
[870cad4] | 1 | Requirements: |
---|
| 2 | * >=automake-1.9 |
---|
| 3 | * >=libpcap-0.8 |
---|
[a1b899f] | 4 | * flex and bison |
---|
[c24de65] | 5 | * libwandio (get it from http://research.wand.net.nz/software/libwandio.php) |
---|
[a1b899f] | 6 | |
---|
| 7 | Optional: |
---|
| 8 | * DAG libraries (both 2.4 and 2.5 versions are supported) |
---|
| 9 | ---------------------------------- |
---|
| 10 | |
---|
[670d3de] | 11 | Installing libtrace: |
---|
| 12 | |
---|
[0ae5feb] | 13 | ./bootstrap.sh (only if you've cloned the source from GitHub) |
---|
[6378b14] | 14 | ./configure |
---|
[670d3de] | 15 | make |
---|
[a1b899f] | 16 | make install |
---|
[d9faaa5] | 17 | |
---|
[a1b899f] | 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. |
---|
[670d3de] | 23 | |
---|
[a1b899f] | 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. |
---|
[670d3de] | 26 | |
---|
| 27 | ---------------------------------- |
---|
[17094b2] | 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. |
---|
[0ae5feb] | 37 | For example, Ubuntu/Debian users will need to install the libpcap0.8-dev |
---|
| 38 | package in addition to the libpcap0.8 package. |
---|
| 39 | |
---|
[17094b2] | 40 | |
---|
| 41 | ---------------------------------- |
---|
[670d3de] | 42 | Using libtrace: |
---|
| 43 | |
---|
[a1b899f] | 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 |
---|
[670d3de] | 47 | |
---|
[d18312c] | 48 | |
---|
Note: See
TracBrowser
for help on using the repository browser.