[root@~ Socket6-0.20]# /opt/eHealth/web/aview/perl/bin/perl Makefile.PL checking for gcc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed Unknown user: rdk. path: Undefined variable. checking whether your Perl5 have PL_sv_undef... no checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... no checking for gethostbyname2 in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyname... yes checking for getipnodebyaddr... yes checking for inet_pton... yes checking for inet_ntop... yes checking whether you have sa_len in struct sockaddr... no checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good Writing Makefile for Socket6 [root@~ Socket6-0.20]# make cp Socket6.pm blib/lib/Socket6.pm /opt/eHealth/web/aview/perl/bin/perl /opt/eHealth/web/aview/perl/lib/ExtUtils/xsubpp -noprototypes -typemap /opt/eHealth/web/aview/perl/lib/ExtUtils/typemap Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c cc -c +z -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" +z "-I/opt/eHealth/web/aview/perl/lib/PA-RISC2.0/CORE" -DPERL_POLLUTE Socket6.c Running Mkbootstrap for Socket6 () chmod 644 Socket6.bs rm -f blib/arch/auto/Socket6/Socket6.sl LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings Socket6.o -o blib/arch/auto/Socket6/Socket6.sl chmod 755 blib/arch/auto/Socket6/Socket6.sl cp Socket6.bs blib/arch/auto/Socket6/Socket6.bs chmod 644 blib/arch/auto/Socket6/Socket6.bs [root@~ Socket6-0.20]# make test rm -f blib/arch/auto/Socket6/Socket6.sl LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings Socket6.o -o blib/arch/auto/Socket6/Socket6.sl chmod 755 blib/arch/auto/Socket6/Socket6.sl cp Socket6.bs blib/arch/auto/Socket6/Socket6.bs chmod 644 blib/arch/auto/Socket6/Socket6.bs PERL_DL_NONLAZY=1 /opt/eHealth/web/aview/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use....Your vendor has not defined Socket macro AF_INET6, used at /opt/Socket6-0.20/blib/lib/Socket6.pm line 270 Compilation failed in require at t/use.t line 37. BEGIN failed--compilation aborted at t/use.t line 37. t/use....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------- t/use.t 255 65280 3 6 200.00% 1-3 Failed 1/1 test scripts, 0.00% okay. 3/3 subtests failed, 0.00% okay. *** Error exit code 2 Stop.