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
-
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
-
yum --enablerepo=base --enablerepo=updates install gcc-c++ gcc
here is the answer
-
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".