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