Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Kobus on December 01, 2006, 07:31:39 PM

Title: Install perl modules
Post by: Kobus 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
Title: Install perl modules
Post by: Kobus on December 01, 2006, 07:36:47 PM
yum --enablerepo=base --enablerepo=updates install gcc-c++ gcc

here is the answer
Title: Re: Install perl modules
Post by: CharlieBrady 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".