ispCP - Board - Support
Grundinstallations Problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Grundinstallations Problem (/thread-7429.html)



Grundinstallations Problem - Abraxas - 08-08-2009 05:06 AM

Haben erst einmal zu Testzwecken vom ispCP einen Probe Vserver bei S4y genommen.

Debian 64 minimalinstallation auf Lenny geupdatet (natürlich ohne Kernel da vserver)
Apache2, php, mysql wurden auch funktionsfähig eingerichtet, läuft auch bisher problemlos.

Jetzt wollten wir ispCP installieren, geht bis zum letzten Schritt auch problemlos.

# perl ./ispcp-setup

begrüsst mich mit folgender Meldung.

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

Naja also kurzum ... HILFE ^^


RE: Grundinstallations Problem - MasterTH - 08-08-2009 05:10 AM

hast du die erforderlichen Pakte per apt-get installiert??
Der Befehl steht ihm HowTo.


RE: Grundinstallations Problem - Abraxas - 08-08-2009 05:18 AM

Wie gesagt bis zu dieser Stelle verlief alles problemlos.

Bin auch gerade bei Documentationen / HowTo's
Leider bisher noch nichts diesbezüglich gefunden.
Wenn du eventuell wüsstest in welchem das gerade steht.


RE: Grundinstallations Problem - joximu - 08-08-2009 05:31 AM

dpkg -l | grep -i "\-perl"


RE: Grundinstallations Problem - Abraxas - 08-08-2009 05:49 AM

(08-08-2009 05:31 AM)joximu Wrote:  dpkg -l | grep -i "\-perl"

gibt folgendes aus:

Quote:ii libdbd-mysql-perl 4.007-1 A Perl5 database interface to the MySQL data
ii libdbi-perl 1.605-1 Perl5 database interface by Tim Bunce
ii libhtml-template-perl 2.9-1 HTML::Template : A module for using HTML Tem
ii liblocale-gettext-perl 1.05-4 Using libc functions for internationalizatio
ii libnet-daemon-perl 0.38-1.1 Perl module for building portable Perl daemo
ii libplrpc-perl 0.2017-1.1 Perl extensions for writing PlRPC servers an
ii libterm-readkey-perl 2.30-4 A perl module for simple terminal control
ii libtext-charwidth-perl 0.04-5+b1 get display widths of characters on the term
ii libtext-iconv-perl 1.7-1+b1 converts between character sets in Perl
ii libtext-wrapi18n-perl 0.06-6 internationalized substitute of Text::Wrap



RE: Grundinstallations Problem - ChatMan - 08-08-2009 05:57 AM

Vielleicht fehlen bloß die libs?

Code:
aptitude -y install libapache2-mod-fcgid libberkeleydb-perl libcrypt-blowfish-perl libcrypt-cbc-perl
aptitude -y install libcrypt-passwdmd5-perl libdate-calc-perl libdate-manip-perl libdbd-mysql-perl
aptitude -y install libio-stringy-perl libmail-sendmail-perl libmailtools-perl libmcrypt4 libmd5-perl
aptitude -y install libmime-perl libnet-dns-perl libnet-libidn-perl libnet-netmask-perl libnet-smtp-server-perl libperl5.10
aptitude -y install libsasl2-modules libsnmp-session-perl libterm-readkey-perl libterm-readpassword-perl
aptitude -y install lsb-release



RE: Grundinstallations Problem - Abraxas - 08-08-2009 06:05 AM

Chatman super thx ... genau die fehlten offensichtlich _o_


RE: Grundinstallations Problem - joximu - 08-08-2009 06:11 AM

Dann hast du wohl Fehlermeldungen übersehen in Schritt 3, da dort alle benötigten Pakete installiert werden... :-)

/J


RE: Grundinstallations Problem - ChatMan - 08-08-2009 08:14 AM

(08-08-2009 06:05 AM)Abraxas Wrote:  Chatman super thx ... genau die fehlten offensichtlich _o_

Bitteschön Smile