=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v retrieving revision 1.1 retrieving revision 1.8 diff -u -p -r1.1 -r1.8 --- OpenXM/doc/OpenXM-web/ERRATA.html 2000/01/24 07:21:06 1.1 +++ OpenXM/doc/OpenXM-web/ERRATA.html 2000/01/27 10:32:41 1.8 @@ -1,7 +1,7 @@ @@ -10,10 +10,56 @@ $OpenXM$ -

ERRATA (20000124) (OpenXM)

+

ERRATA (20000124) (OpenXM) : IMPORTANT

+
    -Nothing serious for now in the version 200000124. +
  1. (OpenXM/doc/install-??.txt) + The line "source .cshrc" should be added at the last of .login + in some unix distributions. + +
  2. (OpenXM/doc/install-??.txt) +
    +      Wrong:  source /xxx/yyy/OpenXM/rc/dot.bash  
    +   ===> Correct: source /xxx/yyy/OpenXM/rc/dot.bashrc
    +  
    + +
  3. (OpenXM/doc/install-??.txt) +
    +   Wrong:  or read dot.bash or dot.cshrc file by the source command.
    +   ===> Correct :  or read dot.bashrc or dot.cshrc file by the source command.
    +  
    +
  4. (OpenXM/rc/cshrc, OpenXM/rc/bashrc, OpenXM/bin/gp) +
    +   Pari gp needs a shared library libpari.so.2.0.
    +   So, LD_LIBRARY_PATH must be set properly to use "gp".
    +   Append the following lines to OpenXM/rc/bashrc and
    +   OpenXM/rc/cshrc  respectively and type in "make" in OpenXM/rc to generate
    +   dot.bashrc, dot.cshrc and openxm.
    +   bashrc : 
    +     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:$OpenXM_HOME/lib
    +     export LD_LIBRARY_PATH
    +   cshrc :
    +     if ( ${?LD_LIBRARY_PATH} == 1) then
    +        setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib:$OpenXM_HOME/lib
    +     else
    +       setenv LD_LIBRARY_PATH /usr/lib:$OpenXM_HOME/lib
    +     endif
    +  
    + + +
+ +

ERRATA (20000124) (OpenXM) : Minor corrections

+ +
    + + +
+ + + +