I created a simple apache thrift file, and generated cpp code. When I ran the compiled and ran the cpp code, it gives the following error.
./test: error while loading shared libraries: libthrift-1.0.0-dev.so: cannot open shared object file: No such file or directory
I had compiled thrift from source, and had not seen any issues while compiling thrift.
Can someone please elaborate is the issue here and how exactly do I get around it ?
Thanks in advance!