On Monday, September 25, 2017 at 11:54:44 AM UTC-4, Richard Závodný wrote: > > Right now i'm getting *error while loading shared libraries: > libcryptopp.so.5.6: cannot open shared object file: No such file or > directory* error. Why? How to fix it. BTW. I also use *-lcryptopp* as a > param using g++ command. Is this param right? When I change it to > -lcrypto++ I get the */usr/bin/ld: cannot find -lcrypto++*, so i think > that -lcryptopp is ok, but not sure about it. >
No ideas. You have not told us what you have done, so there's not much for us to suggest. The Linux page on the wiki will probably be helpful for you if you have not compiled and linked before. Also see https://www.cryptopp.com/wiki/Linux. If you want to work the shared object issue, then you might try https://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s and https://lonesysadmin.net/2013/02/22/error-while-loading-shared-libraries-cannot-open-shared-object-file/ Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
