Versions Compared

Key

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

...

Code Block
langnone
$ cd release
$ ../configure --prefix=/opt/ats \
               --with-sqlite3=/path/to/sqlite3 \
               --with-pcre=/path/to/pcre \
               CC=/usr/bin/gcc-4.2 \
               CXX=/usr/bin/g++-4.2

Now you can make and install:

Code Block
langnone

$ make
$ sudo make install
  • Mac Ports - package retrieval and installation system. But as of this writing, there exists a bug that prevents install of apple-gcc42 on Mac OS X 10.5.
  • Xcode - includes latest version of gcc 4.2 compiled by Apple for your Mac. Requires free registration to get to the download page.
  • PCRE - if you want to get the required software for building Traffic Server from the source.
  • SQLite3 Download Page - if you want to get the required software for building Traffic Server from the source. It is recommended to get the amalgamation package.