"installing maple" needs updating

Eric Dedrick dedrick at vbnm.net
Thu Mar 2 23:59:28 UTC 2006


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.



More information about the freebsd-doc mailing list