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

Edit detail for #111 Fedora Core 3 binaries don't work (axiom-Feb2005-Fedora3-bin.tgz) revision 1 of 3

1 2 3
Editor:
Time: 2007/11/17 21:52:54 GMT-8
Note: Fedora Core 2 binaries

changed:
-
The reason is that the file bin/axiom starts with::

  #!/bin/sh
  AXIOM=/root/axiom--main--1--patch-30/mnt/fedora3

obviously a left-over from debugging. Delete these 2 lines.

From BillPage Tue Feb 22 09:57:28 -0600 2005
From: Bill Page
Date: Tue, 22 Feb 2005 09:57:28 -0600
Subject: Fedora Core 2 binaries
Message-ID: <20050222095728-0600@page.axiom-developer.org>

The same problem exists in the Fedora Core 2 binaries.

Instead of just deleting the AXIOM environment variable
there might be some advantage to keeping it and setting
it appropropriating for where ever you have located your
.../mnt/linux file ...

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

The reason is that the file bin/axiom starts with:

  #!/bin/sh
  AXIOM=/root/axiom--main--1--patch-30/mnt/fedora3

obviously a left-over from debugging. Delete these 2 lines.

Fedora Core 2 binaries --Bill Page, Tue, 22 Feb 2005 09:57:28 -0600 reply
The same problem exists in the Fedora Core 2 binaries.

Instead of just deleting the AXIOM environment variable there might be some advantage to keeping it and setting it appropropriating for where ever you have located your .../mnt/linux file ...