[Rt-commit] r2070 - rt/branches/3.4-RELEASE

jesse at bestpractical.com jesse at bestpractical.com
Tue Jan 11 18:58:03 EST 2005


Author: jesse
Date: Tue Jan 11 18:58:03 2005
New Revision: 2070

Modified:
   rt/branches/3.4-RELEASE/README
Log:
Readme update to note that manual installation of Apache::DBI may be required.



Modified: rt/branches/3.4-RELEASE/README
==============================================================================
--- rt/branches/3.4-RELEASE/README	(original)
+++ rt/branches/3.4-RELEASE/README	Tue Jan 11 18:58:03 2005
@@ -215,7 +215,8 @@
 mod_perl
 --------
 
-To install RT with mod_perl, you'll need to add a few lines to your 
+To install RT with mod_perl, you'll need to install the
+apache database connection cache and add a few lines to your 
 Apache configuration file telling it about RT:
 
 <VirtualHost your.ip.address>
@@ -232,6 +233,12 @@
     </Location>
 </VirtualHost>
 
+To make sure that the Apache database connection cache is installed, run
+the following command:
+
+    perl -MCPAN -e'install Apache::DBI'
+
+
 FastCGI
 -------
 


More information about the Rt-commit mailing list