Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2001-10-06 21:54:02 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2001-10-06 21:54:02 +0400
commit05203b0fa2f17092133f4ddc1be5feede8428ace (patch)
tree33bcc74755caabec5eabdf474aa248d1b24510dc /INSTALL
parentb748cfc26e6dadbe81e76cecb188246f5d260b2c (diff)
- minor fixes in doc/manual.txt (Alexei)
- minor fixes in INSTALL (Alexei) - added support for check_port[*], which tries to connect to the port (Aelxei)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index fa791bb6acb..e749dad55e1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,7 @@ Software Requirements
- MySQL 3.22 or later
or
- PostgreSQL 7.0.2 or later
- - PHP 1.0 or later, compiled as Apache module with
+ - PHP 4.0 or later, compiled as Apache module with
- GD module (for PNG images)
- MySQL of PostgreSQL module
- mhash support
@@ -85,6 +85,11 @@ Running Zabbix as "root," "bin," or any other account with special rights is a s
On Linux, use command tar -xvzf <zabbix.tar.gz>.
+On other systems, try
+
+gunzip zabbix.tar.gz
+tar xvf zabbix.tar
+
1.2.3 Create the Zabbix database
Zabbix comes with SQL scripts used to create the required database schema and also to insert a default configuration. There are separate scripts for MySQL and PostgreSQL.
@@ -137,7 +142,7 @@ make
1.2.6 Copy created binaries from bin/ to /opt/zabbix/bin or any other directory
-Other common directories are /usr/local/bin or usr/local/zabbix/bin.
+Other common directories are /usr/local/bin or /usr/local/zabbix/bin.
1.2.7 Configure /etc/services