Code

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

gosa-core/setup/class_setupStep_Checks.inc

index 783ba98fd889f2b6c1333ddae5188a3d73860df2..85938910b00bf0a676ae7c1c2602f356fd740619 100644 (file)
@@ -178,7 +178,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 );