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: Take a look at how this is done in run_tests.sh. You will need to set LD_LIBRARY_PATH like this: ``` export LD_LIBRARY_PATH=. ```
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: Take a look at how this is done in run_tests.sh. You will need to set LD_LIBRARY_PATH like this: ``` export LD_LIBRARY_PATH=. ```