Hello Monks,
I was trying to install
Net::Libdnet from the CPAN Shell and it's giving me problems. From what i can tell this seems to be due to the fact that, in Ubuntu, Libdnet has been renamed to Libdumnet so as not to conflict with the DECnet library. I was wondering if anyone else had encountered this problem and/or could give me advice on correcting it. I can include the output when trying to install the module if it is requested, but I don't wish to flood the thread if I don't need to. Thank you.
UPDATE: Okay, I should have known better so here's the Output
cpan> install Net::Libdnet
Running install for module Net::Libdnet
Running make for V/VM/VMAN/Net-Libdnet-0.01.tar.gz
Checksum for /root/.cpan/sources/authors/id/V/VM/VMAN/Net-Libdnet-0.01
+.tar.gz ok
Net-Libdnet-0.01/
Net-Libdnet-0.01/Changes
Net-Libdnet-0.01/LICENSE
Net-Libdnet-0.01/Libdnet.pm
Net-Libdnet-0.01/Libdnet.xs
Net-Libdnet-0.01/MANIFEST
Net-Libdnet-0.01/Makefile.PL
Net-Libdnet-0.01/README
Net-Libdnet-0.01/t/
Net-Libdnet-0.01/t/01-module.t
Net-Libdnet-0.01/t/02-addr.t
Net-Libdnet-0.01/t/03-arp.t
Net-Libdnet-0.01/t/04-blob.t
Net-Libdnet-0.01/t/05-eth.t
Net-Libdnet-0.01/t/06-fw.t
Net-Libdnet-0.01/t/07-intf.t
Net-Libdnet-0.01/t/08-ip.t
Net-Libdnet-0.01/t/09-rand.t
Net-Libdnet-0.01/t/10-route.t
Removing previously used /root/.cpan/build/Net-Libdnet-0.01
CPAN.pm: Going to build V/VM/VMAN/Net-Libdnet-0.01.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Net::Libdnet
cp Libdnet.pm blib/lib/Net/Libdnet.pm
AutoSplitting blib/lib/Net/Libdnet.pm (blib/lib/auto/Net/Libdnet)
/usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/pe
+rl/5.8/ExtUtils/typemap Libdnet.xs > Libdnet.xsc && mv Libdnet.xsc L
+ibdnet.c
cc -c -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_
+PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARG
+EFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.01\" -DXS_VER
+SION=\"0.01\" -fPIC "-I/usr/lib/perl/5.8/CORE" Libdnet.c
Libdnet.xs:35:18: error: dnet.h: No such file or directory
Libdnet.xs:37: warning: ‘struct intf_entry’ declared inside parameter
+list
Libdnet.xs:37: warning: its scope is only this definition or declarati
+on, which is probably not what you want
Libdnet.xs: In function ‘intf2hash’:
Libdnet.xs:50: error: dereferencing pointer to incomplete type
Libdnet.xs:58: error: dereferencing pointer to incomplete type
Libdnet.xs:66: error: dereferencing pointer to incomplete type
Libdnet.xs:74: error: dereferencing pointer to incomplete type
Libdnet.xs:82: error: dereferencing pointer to incomplete type
Libdnet.xs:91: error: dereferencing pointer to incomplete type
Libdnet.xs:91: warning: assignment makes pointer from integer without
+a cast
Libdnet.xs:95: error: dereferencing pointer to incomplete type
Libdnet.xs:95: warning: passing argument 2 of ‘Perl_newSVpv’ makes poi
+nter from integer without a cast
Libdnet.xs:105: error: dereferencing pointer to incomplete type
Libdnet.xs:105: warning: assignment makes pointer from integer without
+ a cast
Libdnet.xs:109: error: dereferencing pointer to incomplete type
Libdnet.xs:109: warning: passing argument 2 of ‘Perl_newSVpv’ makes po
+inter from integer without a cast
Libdnet.xs:119: error: dereferencing pointer to incomplete type
Libdnet.xs:119: warning: assignment makes pointer from integer without
+ a cast
Libdnet.xs:123: error: dereferencing pointer to incomplete type
Libdnet.xs:123: warning: passing argument 2 of ‘Perl_newSVpv’ makes po
+inter from integer without a cast
Libdnet.xs: In function ‘XS_Net__Libdnet_addr_cmp’:
Libdnet.xs:144: error: storage size of ‘SadA’ isn’t known
Libdnet.xs:144: error: storage size of ‘SadB’ isn’t known
Libdnet.xs: In function ‘XS_Net__Libdnet_addr_bcast’:
Libdnet.xs:188: error: storage size of ‘SadAd’ isn’t known
Libdnet.xs:188: error: storage size of ‘SadBc’ isn’t known
Libdnet.xs:208: warning: assignment makes pointer from integer without
+ a cast
Libdnet.xs: In function ‘XS_Net__Libdnet_addr_net’:
Libdnet.xs:226: error: storage size of ‘SadAd’ isn’t known
Libdnet.xs:226: error: storage size of ‘SadBc’ isn’t known
Libdnet.xs:246: warning: assignment makes pointer from integer without
+ a cast
Libdnet.xs: In function ‘XS_Net__Libdnet_arp_add’:
Libdnet.xs:264: error: ‘arp_t’ undeclared (first use in this function)
Libdnet.xs:264: error: (Each undeclared identifier is reported only on
+ce
Libdnet.xs:264: error: for each function it appears in.)
Libdnet.xs:264: error: ‘AtArp’ undeclared (first use in this function)
Libdnet.xs:265: error: storage size of ‘SarEntry’ isn’t known
Libdnet.xs:266: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:293: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs:303: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs: In function ‘XS_Net__Libdnet_arp_delete’:
Libdnet.xs:327: error: ‘arp_t’ undeclared (first use in this function)
Libdnet.xs:327: error: ‘AtArp’ undeclared (first use in this function)
Libdnet.xs:328: error: storage size of ‘SarEntry’ isn’t known
Libdnet.xs:329: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:352: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs: In function ‘XS_Net__Libdnet_arp_get’:
Libdnet.xs:376: error: ‘arp_t’ undeclared (first use in this function)
Libdnet.xs:376: error: ‘AtArp’ undeclared (first use in this function)
Libdnet.xs:377: error: storage size of ‘SarEntry’ isn’t known
Libdnet.xs:378: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:401: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs:410: warning: assignment makes pointer from integer without
+ a cast
Libdnet.xs: In function ‘XS_Net__Libdnet_intf_get’:
Libdnet.xs:433: error: ‘intf_t’ undeclared (first use in this function
+)
Libdnet.xs:433: error: ‘ItIntf’ undeclared (first use in this function
+)
Libdnet.xs:434: error: storage size of ‘SieEntry’ isn’t known
Libdnet.xs:457: error: ‘INTF_NAME_LEN’ undeclared (first use in this f
+unction)
Libdnet.xs: In function ‘XS_Net__Libdnet_intf_get_src’:
Libdnet.xs:478: error: ‘intf_t’ undeclared (first use in this function
+)
Libdnet.xs:478: error: ‘ItIntf’ undeclared (first use in this function
+)
Libdnet.xs:479: error: storage size of ‘SieEntry’ isn’t known
Libdnet.xs:480: error: storage size of ‘SaAddr’ isn’t known
Libdnet.xs: In function ‘XS_Net__Libdnet_intf_get_dst’:
Libdnet.xs:529: error: ‘intf_t’ undeclared (first use in this function
+)
Libdnet.xs:529: error: ‘ItIntf’ undeclared (first use in this function
+)
Libdnet.xs:530: error: storage size of ‘SieEntry’ isn’t known
Libdnet.xs:531: error: storage size of ‘SaAddr’ isn’t known
Libdnet.xs: In function ‘XS_Net__Libdnet_route_add’:
Libdnet.xs:580: error: ‘route_t’ undeclared (first use in this functio
+n)
Libdnet.xs:580: error: ‘RtRoute’ undeclared (first use in this functio
+n)
Libdnet.xs:581: error: storage size of ‘SrtEntry’ isn’t known
Libdnet.xs:582: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:609: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs:619: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs: In function ‘XS_Net__Libdnet_route_delete’:
Libdnet.xs:643: error: ‘route_t’ undeclared (first use in this functio
+n)
Libdnet.xs:643: error: ‘RtRoute’ undeclared (first use in this functio
+n)
Libdnet.xs:644: error: storage size of ‘SrtEntry’ isn’t known
Libdnet.xs:645: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:668: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs: In function ‘XS_Net__Libdnet_route_get’:
Libdnet.xs:692: error: ‘route_t’ undeclared (first use in this functio
+n)
Libdnet.xs:692: error: ‘RtRoute’ undeclared (first use in this functio
+n)
Libdnet.xs:693: error: storage size of ‘SrtEntry’ isn’t known
Libdnet.xs:694: error: storage size of ‘SadAddr’ isn’t known
Libdnet.xs:717: error: invalid application of ‘sizeof’ to incomplete t
+ype ‘struct addr’
Libdnet.xs:726: warning: assignment makes pointer from integer without
+ a cast
make: *** [Libdnet.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible