Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[root@iepm01-el7 pinger]# ls -l /var/www/cgi-bin
total 112
-rwxr-xr-x 1 root root 15101 May  5 03:30 cgi-lib.pl
-rwxr-xr-x 1 root root 48852 May  5 03:29 ping_data.pl
-rwxr-xr-x 1 root root 48927 Sep 20  2016 traceroute.pl

Install pinger2.pl

Following the instructions at http://www.slac.stanford.edu/comp/net/wan-mon/Pinger2/

[root@iepm01-el7 ~]# tar xzf pinger-2.0.7.tar.gz
[root@iepm01-el7 ~]# cd pinger-2.0.7
[root@iepm01-el7 pinger-2.0.7]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for bash... /bin/sh
checking for perl... /usr/bin/perl
checking for ping... /usr/bin/ping
checking for ping6... /usr/sbin/ping6
checking for dig... /usr/bin/dig
checking for lynx... /usr/bin/lynx
checking for mail... /usr/bin/mail
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sw/Makefile
config.status: creating docs/Makefile
[root@iepm01-el7 pinger-2.0.7]# make test_prereqs
[root@iepm01-el7 pinger-2.0.7]#

...