Centos.安装Goaccess1.2

下载

wget http://tar.goaccess.io/goaccess-1.2.tar.gz

解压

tar -xzvf goaccess-1.2.tar.gz

安装支持库GeoIP-devel

yum install GeoIP-devel -y

编译&安装

./configure --enable-utf8 --enable-geoip=legacy --with-openssl
make
make install
原文地址:https://www.cnblogs.com/visionsl/p/11150772.html