Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Richard Závodný
OMG. Now i tried to install *cryptopp-devel* and it WORKS! Finally. There must was be some conflict files, or... whatever. It works, I'm happy. Thanks for your help and time. :) On Monday, 25 September 2017 20:42:59 UTC+2, Richard Závodný wrote: > > 1) sudo dnf install cryptopp > 2) g++

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Richard Závodný
1) sudo dnf install cryptopp 2) g++ test.cpp -o test -lcryptopp BTW. The search image is on the bottom of this post. On Monday, 25 September 2017 20:24:12 UTC+2, Jeffrey Walton wrote: > > > > On Monday, September 25, 2017 at 2:18:12 PM UTC-4, Richard Závodný wrote: >> >> So... I uninstalled,

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Jeffrey Walton
On Monday, September 25, 2017 at 2:18:12 PM UTC-4, Richard Závodný wrote: > > So... I uninstalled, delete all files from my previous attempts and then > installed cryptopp package using dnf. > What is the exact command you used to install the library using dnf? > Then i tried compile my

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Richard Závodný
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 *, then make search in my system files and found two files

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Jeffrey Walton
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.

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Ingo Naumann
In which directory does Cryptopp install the file libcryptopp.so.5.6? In /usr/lib or in /usr/local/lib? On 09/25/2017 06:40 PM, Richard Závodný wrote: > I installed CPP using dnf (*cryptopp* package), that's all. Now i > tried to build the library using guide on wiki page you posted, but > still

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Richard Závodný
I installed CPP using dnf (*cryptopp* package), that's all. Now i tried to build the library using guide on wiki page you posted, but still it don't work. :( On Monday, 25 September 2017 18:03:10 UTC+2, Jeffrey Walton wrote: > > > > On Monday, September 25, 2017 at 11:54:44 AM UTC-4, Richard

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Richard Závodný
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

Re: CryptoPP build/install on Fedora 26

2017-09-25 Thread Jeffrey Walton
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 , not