«./GoAccess»

Japanese English

Download Page

Download GoAccess

The latest stable GoAccess release is
v0.5
tar goaccess
tar.gz
release notes (2012-06-04)
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.

The following packages are needed prior to install GoAccess on your server

PackageDescriptionLinux Debian/UbuntuLinux Fedora/CentOS/RH
ncurses User Interface libncurses5-dev ncurses-devel
GLib2 (>= 2.0.0) Hash tables libglib2.0-dev glib2-devel

Optionally:

* GeoIP support, can be enabled with ./configure --enable-geoip (libgeoip-dev is required)
* UTF-8 support, can be enabled with ./configure --enable-utf8 (ncursesw is required)
* 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

Git repository

You can get the latest development version via Git:

git clone git://goaccess.git.sourceforge.net/gitroot/goaccess/goaccess

ArchLinux - v0.5

https://www.archlinux.org/packages/?q=goaccess

Debian Package - v0.5

GoAccess is available since Debian Squeeze 6.

# 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

CentOS & Fedora Packages (RPMs) - v0.5

http://marco-ziesing.de/rpm-packages

FreeBSD ports - v0.5

http://www.freshports.org/sysutils/goaccess/

Gentoo - v0.5

emerge net-analyzer/goaccess

Or you could also find it at: http://packages.gentoo.org/package/net-analyzer/goaccess

OS X Homebrew - v0.5

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

Slackware - v0.4.2

http://slackbuilds.org/repository/13.37/system/goaccess/

SUSE Packages (RPMs) - v0.5

https://build.opensuse.org/package/show?package=goaccess&project=server%3Ahttp

Ubuntu Package - v0.5

GoAccess is available since 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/quantal/goaccess

Last Modified: 2013-05-02 20:29:12