Skip Menu |

This queue is for tickets about the Net-Libnet CPAN distribution.

Report information
The Basics
Id: 36381
Status: new
Priority: 0/
Queue: Net-Libnet

People
Owner: Nobody in particular
Requestors: maloney.davidj [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in Compilation of Net::Libdnet
Date: Mon, 2 Jun 2008 17:13:11 -0500
To: bug-Net-Libnet [...] rt.cpan.org
From: "David Maloney" <maloney.davidj [...] gmail.com>
Hello, There is a bug when trying to Compile Net::Libdnet on Ubuntu. This is due to the change of libdnet's namespace to libdumbnet in Ubuntu(possibly other distros, I don't know). This issue can be corrected with two quick changes. First, in the file Libdnet.xs, dnet.h needs to be replaced with dumbnet.h . Secondly, in Makefile.pl -ldnet needs to be replaced with -ldumbnet . From there should be able to create the Make file and compile from there. Credit for this information should be attributed to tirwhan<http://perlmonks.org/?node_id=237051>of Perlmonks.org . You can refer to http://perlmonks.org/?node_id=689417 for the thread on this. Cheers!