summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 272cde4)
raw | patch | inline | side by side (parent: 272cde4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 09:49:23 +0000 (09:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Nov 2010 09:49:23 +0000 (09:49 +0000) |
#closes 1082
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20182 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20182 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 dc50f43a1a7a6f8443390aa3ddf31a6254713b57..d33b402e41d1306139f11485508b7bf7117fe478 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 );