[BACK]Return to MESSAGE CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.2 / pkg

File: [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.2 / pkg / MESSAGE (download)

Revision 1.4, Thu Mar 9 09:32:50 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.3: +7 -2 lines

Explanation on linux emulation.

## $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/pkg/MESSAGE,v 1.4 2000/03/09 09:32:50 takayama Exp $
[1] The binary /usr/local/OpenXM/bin/asir requires a key.
You need a key for each machine on which you want to run Asir.
In order to get the key, send an e-mail consisting of

ASIR XXXXXXXXX

to risa@sec.flab.fujitsu.co.jp.
ASIR XXXXXXXXX is the output that you will get when you run
asir without the key.

After a while, an e-mail will be returned containing only one line like

YYYYYYYY YYYYYYYY YYYYYYYY

Create '/usr/local/OpenXM/lib/asir/asir_key'
if necessary and append the returned string to the file.

[2] 
   /usr/local/jdk1.1.8/bin/java should be used.
   Set the directory /usr/local/jdk1.1.8/bin before /usr/local/bin
   in your search path.
   Example (for csh):
     set path=(/usr/local/jdk1.1.8/bin $path) 
     rehash

[3] Linux emulation should be used if you want to run the PHC pack.
   Add the following line to your /etc/rc.conf
    linux_enable="YES"
   if you do not have.