Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
  • 1.  running ILOG OPL under Linux (Ubuntu) 64bit

    Posted Wed April 21, 2010 05:36 AM

    Originally posted by: emmesalani


    I had the follwing problem running OPL studio under Ubuntu 9.10 64bit:

    ./oplrun: error while loading shared libraries: libdbkernel.so: cannot open shared object file: No such file or directory

    this is because the package comes with shared libraries in the executable path (opl63/bin/x86-64_debian4.0_4.1 for me) which is not
    searched for shared libraries

    what I did is:
    $ sudo echo <ILOG INSTALL DIR>/opl63/bin/x86-64_debian4.0_4.1 >> /etc/ld.so.conf.d/ILOG_OPL.conf
    $ /sbin/ldconfig

    this is probably not the best way to proceed... any suggestions?

    M
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: running ILOG OPL under Linux (Ubuntu) 64bit

    Posted Tue April 27, 2010 08:53 AM

    Originally posted by: Frank2


    Hi emmesalani,

    I'm facing exactly the same problem and I can't even use your workaround because I don't have sudo privileges. Have you figured out a better way for resolving this problem?

    Frank
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: running ILOG OPL under Linux (Ubuntu) 64bit

    Posted Wed April 28, 2010 03:05 AM

    Originally posted by: SystemAdmin


    Did you try changing LD_LIBRARY_PATH?

    Tschau, Frank
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: running ILOG OPL under Linux (Ubuntu) 64bit

    Posted Thu April 29, 2010 04:41 PM

    Originally posted by: Frank2


    Thank you Frank13. This resolved my problem (and probably also the one of the original post).

    Best regards,
    Frank2
    #DecisionOptimization
    #OPLusingCPLEXOptimizer