eisseven > tar xzf Socket6-0.23.tar.gz eisseven > cd Socket6-0.23 eisseven > perl Makefile.PL checking for gcc... gcc 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... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no 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 eisseven > make cp Socket6.pm blib/lib/Socket6.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -noprototypes -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Socket6.c Running Mkbootstrap for Socket6 () chmod 644 Socket6.bs rm -f blib/arch/auto/Socket6/Socket6.so cc -shared -O2 Socket6.o -o blib/arch/auto/Socket6/Socket6.so \ \ chmod 755 blib/arch/auto/Socket6/Socket6.so cp Socket6.bs blib/arch/auto/Socket6/Socket6.bs chmod 644 blib/arch/auto/Socket6/Socket6.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.11 CPU) Result: PASS