Hello,
I'm encountering the following problem while installing Net::DNS::ToolKit module:
.
.
.
CPAN: File::Temp loaded ok (v0.22)
CPAN: YAML loaded ok (v0.71)
CPAN.pm: Going to build M/MI/MIKER/Net-DNS-ToolKit-0.42.tar.gz
perl-64bit-hack: enabled
Checking if your kit is complete...
Looks good
Warning: prerequisite Net::DNS::Codes 0.09 not found.
'EXTRALIBDIR' is not a known MakeMaker parameter name.
'OTHERLDFLAGS' is not a known MakeMaker parameter name.
Checking if your kit is complete...
Looks good
Writing Makefile for Net::DNS::ToolKit::RR::Template
Writing Makefile for Net::DNS::ToolKit
/bin/sh siteconf "cc" ".c" ".o" "" "-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm" "-L/usr/lib64" "-L/usr/lib64 -lresolv"
checking for char... no
checking size of char... 0
checking for short int... no
checking size of short int... 0
checking for int... no
checking size of int... 0
checking for u_intXX_t types... no
checking for u_intXX_t types in sys/socket.h... no
checking for uintXX_t types... no
checking for uintXX_t types in stdint.h... no
checking for inet_aton no
checking for inet_pton no
checking for ENDIANness error: can't figure out ENDIANness
make: *** [localStuff.h] Error 1
MIKER/Net-DNS-ToolKit-0.42.tar.gz
/usr/bin/make PREFIX=/home/myappsls/perl/usr/local OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 PREFIX=/home/myappsls/perl/usr/local OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 -- NOT OK
Running make install
Make had returned bad status, install seems impossible
perlmod--Install done
######
I have installed Net::DNS::Codes, but it still returns the warning "prerequisite Net::DNS::Codes 0.09 not found." and the Net::DNS::ToolKit module won't install.
Can you help me ?
Thanks in advance