系统相关
首页 > 系统相关> > Centos.安装Goaccess1.2

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

 

标签:goaccess,enable,1.2,tar,make,gz,Centos,Goaccess1.2,安装
来源: https://www.cnblogs.com/visionsl/p/11150772.html