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.
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.
In which directory does Cryptopp install the file
libcryptopp.so.5.6? In /usr/lib or in /usr/local/lib?
--
--
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-user...@googlegroups.com.
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 cryptopp-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/usr/local/lib
So... I uninstalled, delete all files from my previous attempts and then installed cryptopp package using dnf.
Then i tried compile my program and getting error: fatal error: cryptopp/aes.h: No such file or directory #include <cryptopp/aes.h>,
then make search in my system files and found two files (libcryptopp.so.6 and libcryptopp.so.6.0.0 at /usr/lib64).