in reply to Net::RabbitMQ failed installation

Add #include <stdint.h> to amqp.h and possibly amqp_framing.h.

By the way, Net::AMQP::RabbitMQ claims to be a fork of Net::RabbitMQ that fixes some problems. Of note is that #include <stdint.h> is present in its files.

Replies are listed 'Best First'.
Re^2: Net::RabbitMQ failed installation
by Anonymous Monk on Feb 29, 2016 at 15:12 UTC
    Suppose I do that, and i am installing my modules using cpan, how can I tell cpan not to redownload the module and erase all the changes? Also, I tried installing Net::AMQP::RabbitMQ , it failed as well.

      CPAN can also install from a file ("tarball"), or you can skip CPAN for that module and do what CPAN does manually:

      perl Makefile.PL make make test make install