I somehow managed to install the libcrypto++
library on Ubuntu 14.04
. Now, I have a project in Eclipse CDT
which I would like to create an executable of and make it independently run on other linux flavors and windows(being ambitious here).
I am using the executable in the Debug
folder of eclipse to run my program.
I get the following error when I run try to execute the program on any other machine
error while loading shared libraries: libcrypto++.so
Can anyone tell me:
How I can get rid of this error ?
How can I create a cross platform executable in the Eclipse IDE ?