View Single Post
  #3  
Old 07-08-2009, 08:01 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

You need the perl headers installed. This can be done in CentOS with the following command:

Code:
yum install perl-devel
This should get you past the error you are currently having.
Reply With Quote