in reply to Net::Ping issues
icmp ping requires root privilege
I don't think there's a way to 'fix' this... The usual command line utility ping has the same problem, which is why it's set-user-id-root:
$ ls -l `which ping` -rwsr-xr-x 1 root root 37656 Apr 23 2006 /bin/ping ^ ^
|
|---|