Hello,
Thanks for the response.
Now i am able to make the object (object name : first) but when i am exceuting the object by following command
./first
than i am getting error
./first: error while loading shared libraries: libcasablanca.so: cannot open shared object file: No such file or directory
similarly when i am exceuting the sample Bingrequest object in folder /rest/Binaries/Debug32 than also i am getting the similar error .
Comments: Not a problem with Casablanca. On Linux, you need to set LD_LIBRARY_PATH for libs to be found at runtime.
Thanks for the response.
Now i am able to make the object (object name : first) but when i am exceuting the object by following command
./first
than i am getting error
./first: error while loading shared libraries: libcasablanca.so: cannot open shared object file: No such file or directory
similarly when i am exceuting the sample Bingrequest object in folder /rest/Binaries/Debug32 than also i am getting the similar error .
Comments: Not a problem with Casablanca. On Linux, you need to set LD_LIBRARY_PATH for libs to be found at runtime.