Koozali.org: home of the SME Server

Install perl modules

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Install perl modules
« on: December 01, 2006, 07:31:39 PM »
Hi

I need to install several perl modules and for that I need GCC

Is there an sme gcc rpm or can i install the centos rpm?

Kobus
Kobus............

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Install perl modules
« Reply #1 on: December 01, 2006, 07:36:47 PM »
yum --enablerepo=base --enablerepo=updates install gcc-c++ gcc

here is the answer
Kobus............

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Install perl modules
« Reply #2 on: December 01, 2006, 07:44:30 PM »
Quote from: "kbensch"

I need to install several perl modules and for that I need GCC


There's a fair chance that you don't. Most perl modules are available already built into RPMs. Check atrpms and dries repositories before trying to install any perl modules.

If that fails, install CentOS, then install cpan2rpm, then do "cpan2rpm Module::Name".