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). Really don't know what to do. :(
On Monday, 25 September 2017 19:55:19 UTC+2, Jeffrey Walton wrote: > > > > On Monday, September 25, 2017 at 1:42:47 PM UTC-4, Richard Závodný wrote: >> >> /usr/local/lib >> > > Something does not sound right. Here is Fedora's spec file for Crypto++: > http://pkgs.fedoraproject.org/cgit/rpms/cryptopp.git/tree/cryptopp.pc?h=f27. > Fedora installs into /usr/lib, not /usr/local. Also see > https://fedoraproject.org/wiki/Packaging:Guidelines. > > How did you install with dnf and end up with files in /usr/local? If you > don't provide the necessary information to troubleshot, then there's not > much we can do to help. > > Jeff > > > On Monday, 25 September 2017 19:00:05 UTC+2, Ingo Naumann wrote: >>> >>> 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 [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.
