i got error message - 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: i got error message (/thread-6595.html) |
i got error message - awelkije - 05-02-2009 10:36 PM [root@localhost setup]# perl ispcp-setup CRITICAL ERROR: Module [MIME::Entity] WAS NOT FOUND ! CRITICAL ERROR: Module [MIME::Parser] WAS NOT FOUND ! 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 [MIME::Entity, MIME::Parser, Crypt::CBC, Crypt::Blowfish, Crypt::PasswdMD5, Term::ReadPassword] WAS NOT FOUND in your system... RE: i got error message - BeNe - 05-04-2009 06:27 AM Which OS is running ? Looks like you did not installed all neede Packages! Greez BeNe RE: i got error message - salama - 05-06-2009 01:58 AM Hello I have faced the same problem just do this # 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 RE: i got error message - BeNe - 05-06-2009 05:33 AM Which OS ? Greez BeNe RE: i got error message - salama - 05-06-2009 05:39 AM CentOS 5.3 for me RE: i got error message - data-stream_ru - 01-31-2010 07:22 PM (05-06-2009 01:58 AM)salama Wrote: Hello I have this problem too on CentOS 5.4 My solution perl -MCPAN -e shell cspan> test MIME::Entity and then type "Yes" to all Q. Restart Apache. |