ispCP - Board - Support
Many many modules not installed - 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: Many many modules not installed (/thread-12567.html)



Many many modules not installed - PCFreund - 12-31-2010 06:47 AM

Hello, i have a little problem while installing ispCP Omega:

Code:
s15402499:/var/www/ispcp/engine/setup# perl ./ispcp-setup

[FATAL] Module [MIME::Parser] WAS NOT FOUND !

[FATAL] Module [Crypt::Blowfish] WAS NOT FOUND !

[FATAL] Module [Net::LibIDN] WAS NOT FOUND !

[FATAL] Module [Crypt::PasswdMD5] WAS NOT FOUND !

[FATAL] Module [HTML::Entities] WAS NOT FOUND !

[FATAL] Module [MIME::Entity] WAS NOT FOUND !

[FATAL] Module [Term::ReadPassword] WAS NOT FOUND !

[FATAL] Module [Crypt::CBC] WAS NOT FOUND !

[FATAL] Module [File::Copy::Recursive] WAS NOT FOUND !

Modules [MIME::Parser, Crypt::Blowfish, Net::LibIDN, Crypt::PasswdMD5, HTML::Entities, MIME::Entity, Term::ReadPassword, Crypt::CBC, File::Copy::Recursive] WAS NOT FOUND in your system...

Is there anybody who know's the solution for this problem?

Thanks!


RE: Many many modules not installed - motokochan - 12-31-2010 07:23 AM

Install the missing Perl modules as per the install instructions.

What OS and version are you using?


RE: Many many modules not installed - PCFreund - 12-31-2010 07:31 AM

Debian Etch 4.0 upgraded to Debian Lenny 5.0


RE: Many many modules not installed - PCFreund - 12-31-2010 09:15 AM

Okay, now i searched for ie. Parser:
Code:
apt-cache search perl | grep parser
Thank you very much!