Module: nagvis Branch: master Commit: 308b0ad232a777fa3942a7d6619103b14eeb7f02 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=308b0ad232a777fa3942a7d6619103b14eeb7f02
Author: Wolfgang <[email protected]> Date: Thu Jul 1 22:20:18 2010 +0200 system requirements: hint to different package names --- docs/de_DE/system_requirements.html | 10 +++++----- docs/en_US/system_requirements.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/de_DE/system_requirements.html b/docs/de_DE/system_requirements.html index 73f0c69..1af6921 100644 --- a/docs/de_DE/system_requirements.html +++ b/docs/de_DE/system_requirements.html @@ -29,7 +29,7 @@ Wir empfehlen den Einsatz des <a href="http://www.apache.org/" target="_blank">A Die minimale PHP-Version ist 5.0.0 <h2>benötigte PHP-Module</h2> -<p>Neben dem PHP-Basis-Paket benötigen Sie noch die folgenden Module:</p> +<p>Neben dem PHP-Basis-Paket benötigen Sie noch die folgenden Module. Die Namen sind teilweise anhängig von der Distribution:</p> <ul> <li>php5-gd</li> <li>php5-gettext</li> @@ -44,19 +44,19 @@ Anmerkung: möglicherweise sind einige dieser Funktionen bereits in Ihrer PH <p>Die Backends verbinden sich mit externen Datenquellen und benötigen oftmals spezielle Module. Hier ist eine Liste für verschiedene Backends.</p> <strong>mklivestatus</strong> <ul> -<li>php-socket</li> +<li>php-net-socket (Debian) / php5-sockets (SLES)</li> </ul> <strong>ndomy</strong> <ul> -<li>php-mysql</li> +<li>php5-mysql</li> </ul> <strong>merlinmy</strong> <ul> -<li>php-mysql</li> +<li>php5-mysql</li> </ul> <strong>ndo2fs</strong> <ul> -<li>php-xml</li> +<li>php5-xml (evtl. bereits "builtin")</li> </ul> <h2>Graphviz für die Automap-Funktionalität</h2> <p>Die <a href="automap.html">Automap</a> basiert auf GraphViz. Sie brauchen es, wenn Sie das Automap-Feature nutzen möchten. Wir empfehlen GraphViz >= 2.14 für die Automap (ältere Versionen (mit niedrigeren Versionsnummern) haben Probleme mit Truecolor-Rendering).</p> diff --git a/docs/en_US/system_requirements.html b/docs/en_US/system_requirements.html index b70adef..8ee7723 100644 --- a/docs/en_US/system_requirements.html +++ b/docs/en_US/system_requirements.html @@ -25,7 +25,7 @@ <p>The minimum version requirement of PHP is 5.0.0.</p> <h2>PHP modules needed</h2> - <p>Besides the base php packet you need the following modules in your php installation:</p> + <p>Besides the base php packet you need the following modules in your PHP installation. The names of the modules may vary between distributions:</p> <ul> <li>php5-gd</li> <li>php5-gettext</li> @@ -43,22 +43,22 @@ <strong>mklivestatus</strong> <ul> - <li>php-socket</li> + <li>php-net-socket (Debian) / php5-sockets (SLES)</li> </ul> <strong>ndomy</strong> <ul> - <li>php-mysql</li> + <li>php5-mysql</li> </ul> <strong>merlinmy</strong> <ul> - <li>php-mysql</li> + <li>php5-mysql</li> </ul> <strong>ndo2fs</strong> <ul> - <li>php-xml</li> + <li>php5-xml (might be builtin)</li> </ul> <h2>Graphviz for the automap</h2> ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
