Pardha Potluri ✍:
> Can you please let me know the fix/workaround for the error mentioned @
> http://cpantesters.org/cpan/report/04641139-b19f-3f77-b713-d32bba55d77f

Hello Pardha,

the important part is:

    Libdnet.xs:37:18: error: dnet.h: No such file or directory

Everything else is just following from this error. dnet.h does not exist
because you and the tester did not have the [libdnet](http://libdnet.sf.net/)
development files installed on the system. That is a prerequisite for
installing the Perl binding
[Net-Libdnet](http://search.cpan.org/dist/Net-Libdnet/). This is mentioned in
the [README file](http://search.cpan.org/dist/Net-Libdnet/README) of that
distribution.

----

Hello Patrice,

you could make testing and installation more robust against the lack of 
library headers by extending the Makefile.PL with some checking code, see
<http://wiki.cpantesters.org/wiki/CPANAuthorNotes#"How_can_I_stop_getting_FAIL_reports_for_missing_libraries_or_other_non-
Perl_dependencies?">

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to