[interchange-cvs] interchange - jon modified README.rpm-dist

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Oct 20 15:04:29 UTC 2008


User:      jon
Date:      2008-10-20 15:04:29 GMT
Modified:  .        README.rpm-dist
Log:
Bump version to 5.7.1, and update some instructions.

Revision  Changes    Path
1.12                 interchange/README.rpm-dist


rev 1.12, prev_rev 1.11
Index: README.rpm-dist
===================================================================
RCS file: /var/cvs/interchange/README.rpm-dist,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- README.rpm-dist	21 May 2008 03:05:20 -0000	1.11
+++ README.rpm-dist	20 Oct 2008 15:04:29 -0000	1.12
@@ -31,7 +31,7 @@
 
 Sessions and temporary files: /var/cache/interchange.
 
-Documentation: /usr/share/doc/interchange-5.7.0.
+Documentation: /usr/share/doc/interchange-5.7.1.
 
 On a dedicated production server, it is wise to segregate as many of these
 directories as possible onto their own partitions, to prevent problems if
@@ -45,14 +45,7 @@
 install them yourself. It's best to locate RPMs for each of the needed
 Perl modules and install them. To get a complete list of dependencies, do:
 
-rpm -qp --requires interchange-5.7.0-1.i386.rpm
-
-Note that some of the dependencies are not actually necessary. For example,
-the Cybercash modules (CCMck*) are only needed if you use the Cybercash
-payment gateway, which is now rare. The Apache::* modules are only needed
-if you use the mod_perl-native server option, which is also very rare. DBI
-is only needed if you're going to use an SQL database. But that's quite
-common.
+rpm -qp --requires interchange-5.7.1-1.*.rpm
 
 Unfortunately, there's not currently a reliable, steady source of the latest
 CPAN modules in RPM format for most operating systems. Thus the easiest way
@@ -71,25 +64,16 @@
 perl -MCPAN -e'install Bundle::InterchangeKitchenSink'
 
 
-PERL BUILD
-
-As of the date of this writing, there are problems using Interchange with
-a threaded Perl, so you must have or install an unthreaded Perl build.
-The RPMs built for Red Hat Linux 8.0, 9, Fedora Core, and Red Hat Enterprise
-Linux 3.0 all assume you'll be using a custom Perl build in /usr/local.
-This is unfortunate but is considered the best workaround at the moment.
-
-
 INSTALL
 
-rpm -Uvh interchange-5.7.0-1.i386.rpm
-rpm -Uvh interchange-standard-5.7.0-1.i386.rpm
+rpm -Uvh interchange-5.7.1-1.*.rpm
+rpm -Uvh interchange-standard-5.7.1-1.*.rpm
 
-Your version of RPM may correctly recognize Perl modules even if they
-were not installed via RPM. But it may not. If not, you'll need to install
-the main interchange package without dependency checking:
+If you have installed CPAN modules from source, rather than RPM, you'll need
+to install the main interchange package without dependency checking because
+RPM doesn't know about those modules you installed:
 
-rpm -Uvh --nodeps interchange-5.7.0-1.i386.rpm
+rpm -Uvh --nodeps interchange-5.7.1-1.*.rpm
 
 
 STARTING/RESTARTING INTERCHANGE
@@ -149,7 +133,7 @@
 
 INSTALL
 
-rpm -Uvh interchange-standard-demo-5.7.0-1.i386.rpm
+rpm -Uvh interchange-standard-demo-5.7.1-1.*.rpm
 
 
 USING THE DEMO







More information about the interchange-cvs mailing list