[BACK]Return to ERRATA.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/ERRATA.html between version 1.4 and 1.8

version 1.4, 2000/01/25 04:26:34 version 1.8, 2000/01/27 10:32:41
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
 $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.3 2000/01/25 03:04:56 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.7 2000/01/27 01:13:17 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">
Line 10  $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.3 2000/
Line 10  $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.3 2000/
 </HEAD>  </HEAD>
 <BODY>  <BODY>
   
 <H1>ERRATA (20000124) (OpenXM) </H1>  <H1>ERRATA (20000124) (OpenXM) :  IMPORTANT </H1>
   
 <OL>  <OL>
 <LI>  (OpenXM/src/Makefile)  
       Symbolic link of OpenXM/bin/asir must be to ./ox_asir.  
       Symbolic links of OpenXM/lib/asir/ox_* must be to ./asir.  
       Symbolic links of OpenXM/lib/asir/help must be to ./help-eg.  
       It is fixed in the binary distributions.  
   
 <LI>  (OpenXM/doc/install-??.txt)  <LI>  (OpenXM/doc/install-??.txt)
       The line "source .cshrc" should be added at the last of .login        The line "source .cshrc" should be added at the last of .login
       in some unix distributions.        in some unix distributions.
   
 <LI>  IMPORTANT:  <LI>  (OpenXM/doc/install-??.txt)
       ox_sm1* servers crush if the environmental variable HOSTTYPE    <PRE>
       is not set.  That is, if you are using csh or sh, then you cannot invoke        Wrong:  source /xxx/yyy/OpenXM/rc/dot.bash
       most ox servers from asir and ox_sm1* servers terminate with a core.     ===> Correct: source /xxx/yyy/OpenXM/rc/dot.bashrc
       To avoid this trouble, use bash or tcsh or set the environmental variable    </PRE>
       HOSTYPE by  
       "setenv HOSTTYPE hogehoge" ( in .cshrc for csh) or  <LI>  (OpenXM/doc/install-??.txt)
       "HOSTYPE=hogehoge ; export HOSTTYPE ( in .profile for sh).    <PRE>
      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.
     </PRE>
   <LI>  (OpenXM/rc/cshrc, OpenXM/rc/bashrc, OpenXM/bin/gp)
     <PRE>
      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
     </PRE>
   
   
   </OL>
   
   <H1>ERRATA (20000124) (OpenXM) :  Minor corrections </H1>
   
   <OL>
   
   
 </OL>  </OL>
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>