Versions Compared

Key

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

This page documents the requirements and special instructions for building Traffic Server on Fedora platforms. Please let us know if you had to install additional packages on your installations.

Fedora 11

The following required packages must be installed, for example with "sudo yum install":

Code Block

glibc-devel.i586
db4-devel.i586
openssl-devel.i586
tcl-devel.i586
expat-devel.i586

Subversion and Git

In order to use git and subversion with any of the Fedora releases, the following packages needs to be installed:

for building can be installed using the following yum command:

Code Block
sudo yum install make pkgconfig gcc-c++ openssl-devel tcl-devel expat-devel pcre-devel perl-ExtUtils-MakeMaker

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

Code Block
sudo yum install libcap libcap-devel hwloc hwloc-devel ncurses-devel libcurl-devel

If the unwind library is available, install this to get support for the crash log feature:

Code Block
sudo yum install libunwind libunwind-devel

When building from the Git source, you also need the autoconf / automake toolchain:

Code Block
sudo yum install autoconf automake libtool

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

Code Block
 sudo yum install bison flex

Git

To use Git, you must install the appropriate packages:

Code Block
 sudo yum install git

For more details how to use Git with our source, please see our GitHub page.

configure and build

For more details, see the Building page

Code Block
 ./configure && make
Code Block

subversion
git
git-svn