«./GoAccess»

Japanese English

Download Page

Download GoAccess

The latest stable GoAccess release is
v0.4.2
tar goaccess
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.

Some of the following packages are needed prior to install GoAccess on your server

* 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)

PackageDescriptionLinux Debian/UbuntuLinux 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

Git repository

You can get the latest development version via Git:

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

ArchLinux - v0.4.2

http://aur.archlinux.org/packages.php?ID=44776

Debian Package - v0.4.2

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

Fedora Packages (RPMs) - v0.4.1

http://marco-ziesing.de/archives/101-goaccess-fur-fedora-13.html

FreeBSD ports - v0.4.2

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

Gentoo Ebuild - v0.4.2

http://gpo.zugaina.org/net-analyzer/goaccess/

OS X Homebrew - v0.4.2

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.4.2

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

Ubuntu Package - v0.4.2

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