Menu

rxmath under Linux

Help
William
2005-09-12
2012-08-14
  • William

    William - 2005-09-12

    I am writing a classic rexx script that need to use RxMath.
    When I call a test script, I get this error:
    $ Para_Length
    5 - Call RxFuncAdd "MathLoadFuncs","rxmath","MathLoadFuncs"
    >L> "MathLoadFuncs"
    >>> "MathLoadFuncs"
    >L> "rxmath"
    >>> "rxmath"
    >L> "MathLoadFuncs"
    >>> "MathLoadFuncs"
    >>> "0"
    7 - Call MathLoadFuncs
    E Unable to load library: /usr/lib/librxmath.so !
    Error message: /usr/lib/librxmath.so: undefined symbol: SearchPrecision
    7 - Call MathLoadFuncs
    REX0043E: Error 43 running /home/wre00/Parabola/Para_Length line 7: Routine not found
    REX0417E: Error 43.1: Could not find routine "MATHLOADFUNCS"

    I had to create links for librxmath in /usr/lib otherwise
    I got a different error.
    He could not find /usr/lib/librxmath.so*

    So has anyone gotten RxMath to run under Linux?

     
    • Nobody/Anonymous

      I have the same problem under Linux ubuntu.

       
    • David Ashley

      David Ashley - 2007-05-16

      Well we had this fixed at one time. Seems the bug is back. I am going to open up a bug report.

       
    • David Ashley

      David Ashley - 2007-05-17

      Very strange. I was able to verify this bug yesterday but today it seems to work on the very same system (with no reboot in between tests). And it works on multiple systems.

      I am going to keep the bug open for a while to see if anyone else complains or has some info on resolving this inconsistency.

       

Log in to post a comment.