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