in reply to HP-UX 11.11 Your vendor has not defined Socket macro AF_INET6
It's a perl4-style file defining values for system networking constants. Sometimes it is built using h2ph when Perl is installed, but other times it is not. Modern programs "use Socket;" instead.You may need to reinstall socket and make sure AF_INET6 is defined
http://public.activestate.com/pub/apc/perl-current/ext/Socket/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HP-UX 11.11 Your vendor has not defined Socket macro AF_INET6
by somuchh8 (Novice) on Apr 09, 2008 at 13:49 UTC | |
by parv (Parson) on Apr 09, 2008 at 23:26 UTC | |
by Anonymous Monk on May 09, 2008 at 19:33 UTC |