Versions Compared

Key

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

...

Code Block
sudo yum install make automake libtool 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 pkgconfig

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 apt-get install bison flex