Changeset 17094b2
- Timestamp:
- 03/06/12 10:40:27 (9 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- c5a4210
- Parents:
- fefd34b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
ra1b899f r17094b2 27 27 28 28 ---------------------------------- 29 30 Installation FAQ: 31 32 Q. I've installed libpcap but I'm still getting the following error: 33 "libpcap0.8 or greater is required to compile libtrace. If you have installed 34 it in a non-standard location please use LDFLAGS to specify the location of 35 the library"? 36 37 A. You need to install the development version of the pcap library. 38 For example, Ubuntu/Debian users will need to install the libpcap0.8-dev package 39 in addition to the libpcap0.8 package. 40 41 ---------------------------------- 29 42 Using libtrace: 30 43 -
README
rc0506ea r17094b2 1 libtrace 3.0.1 31 libtrace 3.0.14 2 2 3 3 --------------------------------------------------------------------------- 4 Copyright (c) 2007-201 1The University of Waikato, Hamilton, New Zealand.4 Copyright (c) 2007-2012 The University of Waikato, Hamilton, New Zealand. 5 5 All rights reserved. 6 6 -
configure.in
r00d49b6 r17094b2 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[3.0.1 3],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[3.0.14],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR=1 310 LIBTRACE_MINOR=14 11 11 12 12 # OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not
Note: See TracChangeset
for help on using the changeset viewer.