Code

Updated Wizard Installation - Bad message for compression module installation
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Nov 2010 09:49:23 +0000 (09:49 +0000)
committerhickert <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

gosa-core/setup/class_setupStep_Checks.inc

index dc50f43a1a7a6f8443390aa3ddf31a6254713b57..d33b402e41d1306139f11485508b7bf7117fe478 100644 (file)
@@ -168,7 +168,7 @@ class Step_Checks extends setup_step
 
     $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 );