From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/html/readme.unix.html | 183 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 docs/html/readme.unix.html (limited to 'docs/html/readme.unix.html') diff --git a/docs/html/readme.unix.html b/docs/html/readme.unix.html new file mode 100644 index 000000000..1e7597a32 --- /dev/null +++ b/docs/html/readme.unix.html @@ -0,0 +1,183 @@ +UNIX Installation
The Bugzilla Guide
PrevChapter 2. Installing BugzillaNext

2.1. UNIX Installation

Note: Please consult the README included with the Bugzilla distribution + as the current canonical source for UNIX installation instructions. + We do, however, have some installation notes for errata from the README. +

Note: If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. +

Note: +


PrevHomeNext
Installing BugzillaUpWin32 (Win98+/NT/2K) Installation
\ No newline at end of file -- cgit v1.2.1