diff options
author | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
commit | 673e8382e48a300395ce3de212f760814d8e2a01 (patch) | |
tree | 4ea4c4d7ed110c7c752189a9fe556c8687cecb77 /tools | |
parent | add ubuntu 12.04 (diff) | |
download | core-673e8382e48a300395ce3de212f760814d8e2a01.tar.gz core-673e8382e48a300395ce3de212f760814d8e2a01.tar.xz core-673e8382e48a300395ce3de212f760814d8e2a01.zip |
update to new perl SHA library
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/perl.modules.base | 4 | ||||
-rw-r--r-- | tools/inc/perl.modules.ubuntu | 4 | ||||
-rwxr-xr-x | tools/installer | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/inc/perl.modules.base b/tools/inc/perl.modules.base index 6e6febd1..ae8a9d6d 100644 --- a/tools/inc/perl.modules.base +++ b/tools/inc/perl.modules.base @@ -5,7 +5,7 @@ Data::Dumper Cwd DBI Digest::MD5 -Digest::SHA1 +Digest::SHA Encode Exporter Fcntl @@ -26,4 +26,4 @@ Scalar::Util Socket Storable Sys::Hostname -Term::ReadLine
\ No newline at end of file +Term::ReadLine diff --git a/tools/inc/perl.modules.ubuntu b/tools/inc/perl.modules.ubuntu index 2a520b01..d733cdb0 100644 --- a/tools/inc/perl.modules.ubuntu +++ b/tools/inc/perl.modules.ubuntu @@ -5,7 +5,7 @@ Data::Dumper perl Cwd perl-base DBI libdbi-perl Digest::MD5 perl -Digest::SHA1 libdigest-sha1-perl +Digest::SHA libdigest-sha-perl Encode perl Exporter perl-base Fcntl perl-base @@ -26,4 +26,4 @@ Scalar::Util perl-base Socket perl-base Storable perl Sys::Hostname perl -Term::ReadLine perl-modules
\ No newline at end of file +Term::ReadLine perl-modules diff --git a/tools/installer b/tools/installer index 41b682e4..0b90906e 100755 --- a/tools/installer +++ b/tools/installer @@ -145,7 +145,7 @@ check_perl_db() done; if test "${DEFAULT_DB_TYPE}X" = "X"; then echo -e " [${LightRed}failed${NC}]" - echo " None of the DB-modules is available! Please install one of them."; + echo " None of the DB-modules is available! Please install one of them (libdbd-sqlite3-perl or libdbd-mysql-perl)."; exit 1; else echo ${DEFAULT_DB_TYPE} >DEFAULT-DB-TYPE; |