http://www.perlmonks.org?node_id=1024972


in reply to Can't install Math::BigInt::GMP

It's saying it can't find the header file and library from the GNU MP library. From the readme: "You need to install the Gnu MP library aka libgmp to compile this module."

Replies are listed 'Best First'.
Re^2: Can't install Math::BigInt::GMP
by finfan (Acolyte) on Mar 22, 2013 at 20:11 UTC
    I have installed gmp-4.3.1-7.el6_2.2.x86_64. Is that not the correct package?

      depending on the OS/package management you'll need to install the -dev/-devel package

      Sounds, right, but I looked up the package, and I don't see the C header file gmp.h listed in the contents. You could either install from source, or try and figure out where your distribution stowed away the header file.
        Quick Google search seems to indicate you need a package with gmp-devel in the name...
      i had to install the devel package gmp-devel.x86_64.