goaccess日誌ip顯示地理位置

#wget -c https://tar.goaccess.io/goaccess-1.3.tar.gz
#tar -xzvf goaccess-1.3.tar.gz
#cd goaccess-1.3/
#./configure --prefix=/usr/local/goaccess --enable-utf8 --enable-geoip=legacy --with-openssl

根據錯誤解決依賴關係:

configure: error:
*** Missing development files for the GeoIP library
#yum install -y GeoIP-devel

configure: error: *** Missing development libraries for ncursesw
#yum install -y ncurses-devel

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章