How do I install a perl module that cPanel can't find or that it lists. Please help I have several I need to install.
And consider me an idiot when you give instructions - please.
cPanel.net Support Ticket Number:
How do I install a perl module that cPanel can't find or that it lists. Please help I have several I need to install.
And consider me an idiot when you give instructions - please.
cPanel.net Support Ticket Number:
Thanks,
Chris
www.equivity.com
You can use CPAN to install Perl modules very easily.
perl -MCPAN -e 'install MODULE::NAME'
* Replace MODULE::NAME with the actual name of the module you want to install.
cPanel.net Support Ticket Number:
The rest of those who have gone before us cannot steady the unrest of those to follow.
Thanks, here is what I am trying to do. I use a certain type of shopping cart and it says that one of the perl modules required for SSL is libnet (http://search.cpan.org/dist/libnet/) now on that page there are a list of other modules, does that mean that libnet is actually a "libraby" of other modules and in actuality I need to install the other modules?
cPanel.net Support Ticket Number:
Thanks,
Chris
www.equivity.com
You should just install the libnet bundle. You can do so with this:
perl -MCPAN -e 'install Bundle::libnet'
cPanel.net Support Ticket Number:
The rest of those who have gone before us cannot steady the unrest of those to follow.
awesome, thanks!
cPanel.net Support Ticket Number:
Thanks,
Chris
www.equivity.com