Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 18:56:56 -0500
From:      Eric Dedrick <dedrick@vbnm.net>
To:        doc@freebsd.org
Subject:   "installing maple" needs updating
Message-ID:  <20060302235655.GA9782@vbnm.net>

next in thread | raw e-mail | index | archive | help
For maple10, I needed to do the following:

1.  Apply the kernel patch described in pr kern/92671.
2.  Make sure I mount linprocfs.
3.  Install a native java (/usr/ports/java/jdk14)
4.  Run Maple's install utility
5.  Patch the maple10/bin/maple script to point to the
    native java:
      ...
      "bin.IBM_INTEL_LINUX")
        #MAPLE_JRE_BIN="$MAPLE/jre.IBM_INTEL_LINUX/bin/"
        MAPLE_JRE_BIN="/usr/local/jdk1.4.2/jre/bin/"
        ...
        #JRE_ROOT="$MAPLE/jre.IBM_INTEL_LINUX/lib"
        JRE_ROOT="/usr/local/jdk1.4.2/jre/lib"
 
Thought this might be helpful for people.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060302235655.GA9782>