ispCP - Board - Support
perl module error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: perl module error (/thread-3806.html)



perl module error - sokar24 - 07-20-2008 08:22 AM

This is my first post so don't try to flame me for that.... I have to say that the ispcp project looks very promissing, I look forward to contribute my piece in the near future.

Iam running hardy herron (8.04) server edition.

Iam still new to the whole unix scene but tried to install ispcp anyway. Although I followed serval tuts to set up my herron server, I still got the following error when i try to run perl ispcp-setup from directory /var/www/ispcp/engine/setup (as stated in the turtorial for ubuntu):

root@host:/home/host# cd /var/www/ispcp/engine/setup
root@host:/var/www/ispcp/engine/setup# perl ispcp-setup

CRITICAL ERROR: Module [Crypt::CBC] WAS NOT FOUND !

CRITICAL ERROR: Module [Crypt::Blowfish] WAS NOT FOUND !

CRITICAL ERROR: Module [Crypt::PasswdMD5] WAS NOT FOUND !

CRITICAL ERROR: Module [Term::ReadPassword] WAS NOT FOUND !

Modules [Crypt::CBC, Crypt::Blowfish, Crypt::PasswdMD5, Term::ReadPassword] WAS NOT FOUND in your system...
root@most2host:/var/www/ispcp/engine/setup#

I tried servel things to fix it, but nothing worked. Any sugestions?

Thanks in advance.


RE: perl module error - ephigenie - 07-20-2008 08:40 AM

try installing the needed packages

like shown here : http://www.isp-control.net/ispcp/browser/trunk/docs/Ubuntu/ubuntu-packages-hardy


RE: perl module error - sokar24 - 07-20-2008 05:52 PM

This did the trick:
# perl -MCPAN -e shell
cspan> install MIME::Entity
cspan> install MIME::Parser
cspan> install Crypt::PasswdMD5
cspan> install Term::ReadPassword
cspan> install Crypt::CBC
cspan> install Crypt::Blowfish

I have everything installed now but the hostname is wrong, instead I just want to use my local ip, what is the default port number of ispcp?