Tuesday, July 31, 2012

squidview

download the latest package from 
http://www.rillion.net/squidview/

# tar -xzvf squidview-0.7x.tar.gz
# cd squidview-0.7x

before this, make sure you have all the package needed
# yum groupinstall "Development tools"
# yum install ncurses-static

proceed to compile and install
# ./configure
# make 
# cp Makefile.old Makefile
# make oldgcc
# make install




1 comment:

  1. I got Oracle Linux Enterprise 7.5 and the yum install ncurses-static was not available so I ran sudo yum install ncurses-devel and it worked just fine

    ReplyDelete