[BACK]Return to OpenXM-FAQ.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / doc

Annotation of OpenXM/doc/OpenXM-FAQ.oxweave, Revision 1.4

1.4     ! takayama    1: %  $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.3 2000/09/28 00:57:06 takayama Exp $
        !             2:
        !             3: //&C Nov 30, 2000
        !             4: //&ja Q. Redhat Linux を利用しています. libgd がないので RPM パッケージのインストールが失敗します.
        !             5: //&en Q. I'm using Redhat Linux. Installation of the RPM package of openxm fails because libgd does not exists.
        !             6:
        !             7: /*&ja
        !             8:  (A)  http://www.redhat.com/downloads より,  libgd をサーチします.
        !             9:  (B)  libgd 1.3 を download して, rpm でインストールします.
        !            10: */
        !            11: /*&en
        !            12:  (A) Search libgd at http://www.redhat.com/downloads
        !            13:  (B) Download libgd 1.3 and install it by rpm.
        !            14: */
1.2       takayama   15:
                     16: //&C Sep 28, 2000
                     17: //&ja Q. asir より ssh を用いて remote の ox サーバを起動できません.
                     18: //&en Q. I cannot start remote ox servers with ssh.
                     19:
1.3       takayama   20: /*&ja
                     21: A.
                     22:   (A) ssh がただしく動作しているかまずしらべます.
                     23:         ssh -f -X -A remote-machine-name  xterm
                     24:       で xterm が起動しますか?
                     25:       ssh の version によっては -X -A などの option をうけつけません.
                     26:       シェルスクリプト /usr/local/bin/asir の ASIR_RSH を変更して下さい.
                     27:       command not found の時は, .cshrc,  .bashrc に xterm を起動できるように
                     28:       パスを加えます.
                     29:       例:
                     30:         set path=(/usr/X11R6/bin $path)      (.cshrc)
                     31:         export PATH=/usr/X11R6/bin:$PATH     (.bashrc)
                     32:
                     33:    (B) 1.1.3 では, remote machine の login shell が bash, sh の時は
                     34:        remote server を起動できません. この bug は, 次の version で変更されます.
                     35:
                     36:    (C) asir より,
                     37:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                     38:        で ox_asir server を起動できるか試して下さい.
                     39:        起動できないときは,
                     40:          ASIR_RSH に -v option を加えて
                     41:        (例: ASIR_RSH='ssh -v -f -X -A ' )
                     42:        ssh を debug mode で起動し, 原因を探します.
                     43:
                     44: */
                     45:
                     46: /*&en
                     47: A.
                     48:   (A) Check if ssh works properly. For example, can you start xterm by the
                     49:       command
                     50:         ssh -f -X -A remote-machine-name  xterm
                     51:       ?
                     52:       Some old versions of ssh do not accept options -X and -A.
                     53:       If you have such versions, change the value of ASIR_RSH
                     54:       in the shell script /usr/local/bin/asir.
                     55:       Example:  ASIR_RSH='ssh -f '
                     56:       If you cannot start xterm with the error "command not found",
                     57:       you need to add a path to .cshrc or .bashrc.
                     58:       Example:
                     59:         set path=(/usr/X11R6/bin $path)    (.cshrc)
                     60:         export PATH=/usr/X11R6/bin:$PATH   (.bashrc)
                     61:
                     62:    (B) Asir of openXM version 1.1.3 cannot start remove ox servers by ssh
                     63:        if the login shell of the remote server is sh or bash.
                     64:        This bug will be fixed in the next release.
                     65:
                     66:    (C) Now, try to start the ox_asir server from asir by the command:
                     67:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                     68:        If you couldn't add -v option to ASIR_RSH,
                     69:        and start ssh with the debug mode.  It will help you.
                     70:        (Example: ASIR_RSH='ssh -v -f -X -A ' )
                     71:
                     72: */
1.2       takayama   73:
                     74: //&C
1.1       takayama   75:
1.3       takayama   76: //&C April 12, 2000.
1.2       takayama   77: //&ja Q. openxm*.rpm を利用しているのですが, asir と入力すると,
1.3       takayama   78: //&en Q. I installed OpenXM package by RPM (openxm*.rpm). Asir command returns
1.1       takayama   79: //&C   /var/tmp/openxm-root/OpenXM/bin/asir  is not found
1.2       takayama   80: //&ja とエラーがでて起動できません.
                     81: //&en and I cannot start asir.
                     82:
1.1       takayama   83: /*&C A.
1.3       takayama   84:      Become root and type in the following command sequences:
                     85:
1.1       takayama   86:      cd /usr/local/OpenXM/rc
                     87:      make clean; make install
                     88: */
                     89:
1.3       takayama   90: /*&C
                     91:
                     92: -------------------------------------------------------------------
                     93:
                     94:
                     95: */
1.1       takayama   96:
                     97:
1.3       takayama   98: /*&ja
1.1       takayama   99: Q.  1999, 11/10:
                    100:     " (file) run  " を ox_sm1 に送って executeStringByLocalParser しても
                    101:     ファイルをロードしてくれません.
                    102:
                    103: A.  "[(parse) (file) pushfile] extension " で読み込んでください.
                    104:     ox_asir も load("file") を executeStringByLocalParser しても
                    105:     だめです.  "file", 1, "load" をスタックへ積んでから execute します.
                    106:     ox_math も "<< file"  executeStringByLocalParser しても
                    107:     だめです.
                    108:
                    109: Q. 1999, 11/10:
                    110:     OX サーバを起動しようとしても起動しません.
                    111:     asir を起動したあと, ox_launch したら, segmentation fault した.
                    112:
                    113: A. OpenXM は home directory の直下にあり, また OpenXM/rc/bashrc で環境
                    114:    変数を正しく設定しましたか?
                    115:
                    116: Q. 1999, 11/10:
                    117:    sm1 は * をつかえないのですか?
                    118:
                    119: A. *もつかえます.  x*y も x y も同じいみです.
                    120:
                    121:
                    122: Q. 1999, 11/12:
                    123:    sm1 は 有理数を係数とする多項式を扱えないのですか?
                    124:
                    125: A. いまのところ扱えません.
                    126:    OpenXM/lib/asir/xm の 関数 sm1_rat_to_p() は有理数係数の多項式を
                    127:    sm1 が扱いやすいような 整数係数の多項式に変換してくれます.
                    128:
                    129: Q. 1999, 11/12:
                    130:    Solaris 2.5.1 で pari のコンパイルがうまくできません.
                    131:
                    132: A.
                    133: | Solaris 2.5.1 ですが, いきなり pari の make でこけますね.
                    134: |
                    135: | /usr/local/bin/as  -o kernel.o kernel1.s
                    136: | kernel1.s: Assembler messages:
                    137: | kernel1.s:1: Error: Rest of line ignored. First ignored character is `/'.
                    138: | make[2]: *** [kernel.o] Error 1
                    139: | make[2]: Leaving directory `/home/taka/OpenXM/src/pari-2.0.17.beta/Osolaris-spar
                    140: | cv9'
                    141: | make[1]: *** [install] Error 2
                    142:
                    143: これは私も以前はまりました. Osolaris-sparcv?/Makefile で
                    144:
                    145: AS=/usr/local/bin/as
                    146:
                    147: となっているせいです. これは
                    148:
                    149: AS=/usr/ccs/bin/as
                    150:
                    151: でなければ make に失敗します. Solaris の場合には /usr/ccs/bin が
                    152: /usr/local/binより先にサーチされるように path を設定する必要があります.
                    153:
                    154: このように設定しておくと configure の時自動的にAS=/usr/ccs/bin/as
                    155: としてくれる.
                    156:
1.3       takayama  157: */
                    158:
                    159: //&ja Q. pari で, LLL algorithm をつかうのにはどうしますか?
                    160: //&en Q. How to use functions for LLL algorithm in pari?
1.1       takayama  161: /*&C
                    162:
                    163: A. gp                         (Starting pari)
                    164:    x = [1,0 ; 0,1]            (Define a matrix. Do not use [[1,0],[0,1]].)
                    165:    qflll(x)
                    166:
                    167: */
                    168:
1.3       takayama  169: //&C
                    170:
                    171: //&ja Q. Asir より pari をよびだして, LLL algorithm をつかうのにはどうしますか?
                    172: //&en Q. How to use functions for LLL algorithm in asir by calling pari?
1.1       takayama  173: /*&C
                    174:
                    175: A. asir
                    176:    X = newmat(2,2,[[1,0],[0,1]]);
                    177:    pari(lll,X);
                    178:
                    179: */
                    180:
                    181:

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