Code execution cannot continue because the libcl.so library was not found. This problem can be solved by reinstalling the program
I thought you said you were on Windows. So I'm not sure why it would want to load libcl.so...

Second... you have ssl_cryptlib in there. So you would need the CryptLib library dll's (CL32.DLL on Windows and libcl.so on Linux).
Those are not free for commercial use. I'm also not sure where you could download those (because I never used those because of that limitation).
You can also use libssh2 instead of CryptLib (and libssh2 is freely distributable).
I know you can get the libssh2.dll from the curl installation like I linked to in one of those topics.