Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 sudo apt-get build-dep trafficserver

 

The packages you will get for apt-get build-dep are:

Code Block
autoconf automake autotools-dev bison debhelper dh-apparmor flex gettext intltool-debian libbison-dev libcap-dev
libexpat1-dev libfl-dev libpcre3-dev libpcrecpp0 libsigsegv2 libsqlite3-dev libssl-dev libtool m4 po-debconf
tcl-dev tcl8.6-dev zlib1g-dev

...

Unfortunately hwloc and libunwind are not included in the default dependencies list for 14.04 as of now, you can install them with apt-get:

...

Code Block
 sudo apt-get install g++ make pkg-config libssl-dev tcl-dev libexpat1-dev libpcre3-dev libmodule-install-perl

 

It's also recommended that the following packages are installed, but they are not required (and they come pre-installed on many systems):

Code Block
 sudo apt-get install libcap-dev libcap2 hwloc libhwloc-dev

...

To enable WCCP you will need flex and bison. These should be recent enough to work.

Code Block
 sudo apt-get install bison flex

...

Ubuntu 8.x

The following packages must be installed:

...