in reply to Error when running make Makefile

My crystal ball says you need to install the perl-devel rpm package for your system.

Most distros split runtime and development stuff into separate packages, and header files belong in the development category (i.e. things for building software). The respective *-devel packages are usually not installed by default.

Replies are listed 'Best First'.
Re^2: Error when running make Makefile
by locust (Sexton) on Nov 16, 2010 at 17:14 UTC
    My manager went ahead and installed perl-devel.i686 using yum. This solved the issue. Thanks for the help!