Could anyone help me with perl installation?

iweblite

Registered
Aug 25, 2006
2
0
151
Dear all,

im newbie. fresh newbie. am really sad coz since last night im getting blur just because my provider ask me to install perl in my dedicated server by myself.

hornestly i dont know anything. how may I start? I just passed into SSH. and next..im getting blurr..

can anyone here give me a hand to give some directions?

your help & support are really appreciate. may GOD blessing ya!
 

websupport

Well-Known Member
Jun 24, 2006
92
0
156
Choose perl module

You can upgrade Apache by using this interface. The options checked on your screen reflect the default options, and not the currently active ones. Dynamic modules that were previously compiled into Apache will not be removed. If you wish to remove any Apache module you should remove it from httpd.conf and restart Apache.

Steps
1 To access the Software Menu, click on Software, on the main screen of your WebHost Manager interface.
2 Click on Update Apache.
3 Select any options you require Apache to be compiled with by selecting the check box next to the option you need.
4 Click on Start Build.

:)
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
I'd add this:

Before running the install remove the existing cpan files:

rm -Rfv /home/.cpan/

After having finished the install, check the perl modules are all up to date (the installer doesn't do this fully) by running:

/usr/local/cpanel/bin/checkperlmodules

Keep running that until it doesn't update any more modules (can take a couple of goes).