login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #151 Environment variable AXIOM revision 1 of 3

1 2 3
Editor:
Time: 2007/11/17 21:58:43 GMT-8
Note:

changed:
-
I build axiom on a Suse 9.2 and the first time I run axiom I got many error messages similar to the reported ones of issue 147.

I "fixed it" by changing the first line os axiom script::

    AXIOM=/usr/local/axiom/mnt/linux

with::

    export AXIOM=/usr/local/axiom/mnt/linux



Submitted by : (unknown) at: 2007-11-17T21:58:43-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

I build axiom on a Suse 9.2 and the first time I run axiom I got many error messages similar to the reported ones of issue 147.

I "fixed it" by changing the first line os axiom script:

    AXIOM=/usr/local/axiom/mnt/linux

with:

    export AXIOM=/usr/local/axiom/mnt/linux