- Timestamp:
- 10/05/15 17:00:26 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d8b05b7
- Parents:
- 6cf2770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
rc24de65 rfba3b72 7 7 Optional: 8 8 * DAG libraries (both 2.4 and 2.5 versions are supported) 9 * libcrypto (required for CryptoPAN anonymisation in traceanon) 10 * libncurses (required for tracetop) 11 9 12 ---------------------------------- 10 13 … … 17 20 18 21 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 22 you wish to install to a non-standard location, append the 20 23 --prefix=DIR option to the ./configure command. ./configure also takes 21 24 a number of other options - run ./configure --help to view a comprehensive 22 25 list. 23 26 24 You may need to add the library location (e.g. /usr/local/lib) to your 27 You may need to add the library location (e.g. /usr/local/lib) to your 25 28 /etc/ld.so.conf and run 'ldconfig' as root. 26 29 … … 29 32 Installation FAQ: 30 33 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 Q. I've installed libpcap but I'm still getting the following error: 35 "libpcap0.8 or greater is required to compile libtrace. If you have installed 36 it in a non-standard location please use LDFLAGS to specify the location of 34 37 the library"? 35 38 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 39 A. You need to install the development version of the pcap library. 40 For example, Ubuntu/Debian users will need to install the libpcap0.8-dev 38 41 package in addition to the libpcap0.8 package. 39 42 … … 43 46 44 47 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 48 with it is the libtrace wiki: https://github.com/wanduow/libtrace/wiki 47 49 48 50
Note: See TracChangeset
for help on using the changeset viewer.