summaryrefslogtreecommitdiffstats
path: root/tools/installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-04-11 19:22:01 +0200
committerSebastian Schmelzer2012-04-11 19:22:01 +0200
commit673e8382e48a300395ce3de212f760814d8e2a01 (patch)
tree4ea4c4d7ed110c7c752189a9fe556c8687cecb77 /tools/installer
parentadd ubuntu 12.04 (diff)
downloadcore-673e8382e48a300395ce3de212f760814d8e2a01.tar.gz
core-673e8382e48a300395ce3de212f760814d8e2a01.tar.xz
core-673e8382e48a300395ce3de212f760814d8e2a01.zip
update to new perl SHA library
Diffstat (limited to 'tools/installer')
-rwxr-xr-xtools/installer2
1 files changed, 1 insertions, 1 deletions
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;