ispCP - Board - Support
CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - 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: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! (/thread-7208.html)



CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - adivor - 07-12-2009 08:43 PM

Code:
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...

I read this guide but...same error : http://www.isp-control.net/ispcp/browser/trunk/docs/Debian

How install this manually? i buy this server only for test...small root server but is perfect :-)

http://87.98.143.233/


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - joximu - 07-13-2009 07:52 AM

Did the installation of all packages run correctly?

Step 3:
apt-get install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)

maybe try
apt-get install $(cat ./docs/Debian/debian-packages-etch)
(if you run etch)

/J


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - adivor - 07-13-2009 08:27 AM

I run lenny...thanks for all! work now!

OT
ovh, root server in rps for 10€ !!! for test and medium site is perfect!


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - wenu - 09-01-2009 09:08 AM

i have this same problem but on ubuntu 9.04 , some solution for me?

i do this "Step 3:
apt-get install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)

maybe try
apt-get install $(cat ./docs/Debian/debian-packages-etch)
(if you run etch)"

and i update/upgare my system :<


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - sci2tech - 09-01-2009 02:31 PM

Damn man. Do you think that Ubuntu and Debian is same thing? Big Grin Big Grin Big Grin


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - wenu - 09-02-2009 12:45 AM

no but this topic is a about CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND !

and i write here .

somebody have solution, please :<


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - sci2tech - 09-02-2009 12:48 AM

Try
Code:
apt-get install $(cat ./docs/Debian/windows-packages-XP)
Big Grin
If Your distro is Ubuntu Why you do not read documentations for Ubuntu ?!!
Code:
cat ./docs/Ubuntu/INSTALL



RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - notallowed - 09-02-2009 06:26 AM

Try something like this, it worked for me in CentOS

perl -MCPAN -e shell

answer no

then

cpan> install xxx:xxxxx where xxx:xxxxx is the missing module.


RE: CRITICAL ERROR: Module [xxx:xxxxxx] WAS NOT FOUND ! - wenu - 09-03-2009 02:30 AM

notallowed you help me:* TY!