=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/doc/OpenXM-web/ERRATA.html 2000/01/24 07:21:06 1.1 +++ OpenXM/doc/OpenXM-web/ERRATA.html 2000/01/25 04:26:34 1.4 @@ -1,7 +1,7 @@ @@ -12,8 +12,31 @@ $OpenXM$

ERRATA (20000124) (OpenXM)

+
    +
  1. (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. -Nothing serious for now in the version 200000124. +
  2. (OpenXM/doc/install-??.txt) + The line "source .cshrc" should be added at the last of .login + in some unix distributions. + +
  3. IMPORTANT: + ox_sm1* servers crush if the environmental variable HOSTTYPE + is not set. That is, if you are using csh or sh, then you cannot invoke + most ox servers from asir and ox_sm1* servers terminate with a core. + To avoid this trouble, use bash or tcsh or set the environmental variable + HOSTYPE by + "setenv HOSTTYPE hogehoge" ( in .cshrc for csh) or + "HOSTYPE=hogehoge ; export HOSTTYPE ( in .profile for sh). + +
+ + + +