Update of /cvsroot/lxr/lxr
In directory sc8-pr-cvs1:/tmp/cvs-serv17840
Modified Files:
INSTALL
Log Message:
Fix bug 700771: Install dependencies not doced. Added details on the
DBD and DBI drivers required.
Index: INSTALL
===================================================================
RCS file: /cvsroot/lxr/lxr/INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- INSTALL 29 Jul 2002 01:03:41 -0000 1.8
+++ INSTALL 22 Mar 2003 00:24:29 -0000 1.9
@@ -18,6 +18,10 @@
Swish-e is fully GPL'ed, while Glimpse is only free for
non-commercial use.
+5) The Perl database driver interface DBI and the relevant DBD driver for the
+ database you're using. If you don't already have these, they can be
+ installed via CPAN. See http://dbi.perl.org/index.html for more info.
+
Installing the database
-----------------------
You will need to create a database for lxr, and possibly create a user
|