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.
On Monday, 25 September 2017 17:33:43 UTC+2, Jeffrey Walton wrote: > > > > On Monday, September 25, 2017 at 10:58:17 AM UTC-4, Richard Závodný wrote: >> >> Hi, how can I install/build CPP on Fedora 26? I tried to install >> cryptopp-devel using dnf, but I can't compile my code. At Ubuntu this code >> worked normally. >> > > I believe Fedora place Crypto++ headers in <cryptopp>, not <crypto++> (or > maybe vice versa). > > Also see https://www.cryptopp.com/wiki/Linux#Linux_Distributions. > > 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.
