summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b97ab39)
raw | patch | inline | side by side (parent: b97ab39)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 09:49:52 +0000 (09:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 09:49:52 +0000 (09:49 +0000) |
#closes 1082
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20183 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20183 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/class_setupStep_Checks.inc | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Checks.inc b/gosa-core/setup/class_setupStep_Checks.inc
index 783ba98fd889f2b6c1333ddae5188a3d73860df2..85938910b00bf0a676ae7c1c2602f356fd740619 100644 (file)
$N = msgPool::checkingFor(_("compression module"));
$D = _("GOsa requires this extension to handle snapshots.");
- $S = msgPool::installPhpModule("php5-zip / php5-gzip");
+ $S = msgPool::installPhpModule("compile with --with-zlib");
$R = is_callable("gzcompress");
$M = FALSE;
$this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M );