Originally posted by: SystemAdmin
Hi,
I'm trying to run the examples that comes with CPlex Studio Academic Version 12.2,following these steps:
-
cd /ilog/CPLEX_Studio_AcademicResearch122/opl/examples/opl_interfaces/cpp/x86_sles10_4.1/static_pic (the makefile directory for my system)
-
make
all the build part of makefile run's without any problems. But when the makefile try to run the first example, i've got this error
"./carseq: error while loading shared libraries: libcplex122.so: cannot open shared object file: No such file or directory
make: **
execute Erro 127"
I've searched for this lib, and i found it in three directories :
/ilog/CPLEX_Studio_AcademicResearch122/cplex/bin/x86-64_sles10_4.1/libcplex122.so
/ilog/CPLEX_Studio_AcademicResearch122/cplex/bin/x86_sles10_4.1/libcplex122.so
/ilog/CPLEX_Studio_AcademicResearch122/opl/bin/x86-64_sles10_4.1/libcplex122.so
I'm using the linux version, on a Ubuntu 10.10...I had no errors in the installation, the license file is ok...
Any sugestions? Please, I'm desperate! =(
Thank's
#CPLEXOptimizers#DecisionOptimization