From 800d6e5b76a799e4e03961799cb7c8b0ea86c133 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 20 Sep 2005 12:58:45 +0000 Subject: updated doc to match 1.10 feature set --- doc/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index a4449f20..3fa53403 100644 --- a/doc/install.html +++ b/doc/install.html @@ -25,7 +25,7 @@ Extract the software with "tar xzf -nameOfDownloadSet-". This will cre subdirectory rsyslog-version in the current working directory. CD into that.

Depending on your system configuration, you also need to install some build tools, most importantly make, the gcc compiler and the MySQL development system -(if you intend to use MySQL). On many systems, these things should already be +(if you intend to use MySQL - the package is often named "mysql-dev"). On many systems, these things should already be present. If you don't know exactly, simply skip this step for now and see if nice error messages pop up during the compile process. If they do, you can still install the missing build environment tools. So this is nothing that you need to @@ -70,7 +70,7 @@ not need it. If you need MySQL, you need to activate it. It's straightforward:That is easy. Just type "make" and let the compiler work. On any recent system, that should be a very quick task, on many systems just a matter of a vew seconds. If an error message comes up, most probably a part of your build -environment is not installed. Check with step 1 in those cases.

+environment is not installed. Check with step 1 in those cases.

Step 5 - Install

Again, that is quite easy. All it takes is a "make install". That will copy the rsyslogd and the man pages to the relavant directories.

-- cgit