CVS User Account cvsuser
Tue Oct 25 18:58:02 PDT 2005
Log Message:
-----------
Added a note on how to resolve the NAMELEN issue on Red Hat systems that
makes it troublesome to build the documentation.

Modified Files:
--------------
    slony1-engine:
        INSTALL (r1.6 -> r1.7)

-------------- next part --------------
Index: INSTALL
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -LINSTALL -LINSTALL -u -w -r1.6 -r1.7
--- INSTALL
+++ INSTALL
@@ -104,6 +104,10 @@
 either in the form of a separate tarball nearby, or in the directory
 doc/adminguide/prebuilt
 
+Until Red Hat Software fixes this bug, as root, you may work around the
+issue by changing NAMELEN as follows:
+cd /usr/share/sgml && perl -pi.bak -e 's/(NAMELEN\s+)44/${1}256/' `find . -type f |xargs grep 'NAMELEN.*44'|sed -e 's/:.*//'`
+
 Building Slony-I for use with Packaged PostgreSQL Binaries
 ============================================================
 


More information about the Slony1-commit mailing list