The latest stable GoAccess release is
v0.4.2

tar.gz
release notes (2011-01-03)
Previous versions
Here you can find the sources, pre compiled 'binaries' and further additional information about GoAccess.
Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package.
An INSTALL file is attached within the package for more-detailed instructions.
* GeoIP is optional, if you need it, you can pass --enable-geoip to ./configure
* UTF-8 support, can be enabled with ./configure --enable-utf8 (ncursesw is required)
| Package | Description | Linux Debian/Ubuntu | Linux Fedora/CentOS/RH |
| ncurses | User Interface | libncurses5-dev | ncurses-devel |
| GLib2 (>= 2.0.0) | Hash tables | libglib2.0-dev | glib2-devel |
| GeoIP (Optional) | Geo-location from MaxMind | * libgeoip-dev | * GeoIP* (both, *-data, *-devel) |
* For versions prior to 0.4.1, and if you don't want GeoIP, there is a PATCH that will make ./configure skip the check. Check the FAQ
You can get the latest development version via Git:
git clone git://goaccess.git.sourceforge.net/gitroot/goaccess/goaccess
http://aur.archlinux.org/packages.php?ID=44776
GoAccess is available under Debian Squeeze 6.0.1 and sid.
# apt-get install goaccess
In older releases, you should be able to add a line to your /etc/apt/sources.list like this:
# vim /etc/apt/sources.list
deb http://ftp.de.debian.org/debian sid main
# apt-get update
# apt-get install goaccess
Or you could also find it at: http://packages.debian.org/unstable/goaccess
http://marco-ziesing.de/archives/101-goaccess-fur-fedora-13.html
http://www.freshports.org/sysutils/goaccess/
http://gpo.zugaina.org/net-analyzer/goaccess/
For people who don't want to build from source and install the dependencies themselves. It has a small issue where you can't build with libncurses in that it doesn't find it on OS X. Other than that it works fine on OS X. http://mxcl.github.com/homebrew/
brew install goaccess
brew install goaccess --head
http://slackbuilds.org/repository/13.37/system/goaccess/
https://build.opensuse.org/package/show?package=goaccess&project=server%3Ahttp
GoAccess is available under Ubuntu natty 11.04.
# apt-get install goaccess
In older releases, you should be able to add a line to your /etc/apt/sources.list like this:
# vim /etc/apt/sources.list
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe
# apt-get update
# apt-get install goaccess
Or you could also find it at: http://packages.ubuntu.com/natty/goaccess
Last Modified: 2011-12-26 09:48:43