Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 14.04.1 LTS not building #137

Closed
iShift opened this issue Jan 6, 2015 · 4 comments
Closed

Ubuntu 14.04.1 LTS not building #137

iShift opened this issue Jan 6, 2015 · 4 comments

Comments

@iShift
Copy link
Contributor

iShift commented Jan 6, 2015

~$ git clone https://github.com/PrivacySolutions/i2pd.git
Cloning into 'i2pd'...
remote: Counting objects: 5862, done.
remote: Compressing objects: 100% (117/117), done.
Receiving objects: 100% (5862/5862), 2.10 MiB | 1.23 MiB/s, done.
remote: Total 5862 (delta 59), reused 1 (delta 0)
Resolving deltas: 100% (4079/4079), done.
Checking connectivity... done.
~$ cd i2pd/
~/i2pd$ make
test -d obj || mkdir obj
g++ -g -Wall -fPIC -std=c++11 -c -o obj/AddressBook.o AddressBook.cpp
AddressBook.cpp:10:28: fatal error: cryptopp/osrng.h: No such file or directory
#include <cryptopp/osrng.h>
^
compilation terminated.
make: *** [obj/AddressBook.o] Error 1

uname -a
Linux cjdns.ru 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

@orignal
Copy link
Contributor

orignal commented Jan 6, 2015

А crypto++ установить если?

@kytvi2p
Copy link
Contributor

kytvi2p commented Jan 6, 2015

The following dev packages are needed to build

libboost-dev llibboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libcrypto++-dev libboost-date-time-dev

@kytvi2p
Copy link
Contributor

kytvi2p commented Jan 6, 2015

Proof:

# dpkg -S osrng.h
libcrypto++-dev: /usr/include/crypto++/osrng.h

Install libcrypto++-dev (and the other deps) and it'll work.

If compiling it proves to be too difficult you can install with a package from https://launchpad.net/~i2p-maintainers/+archive/ubuntu/i2p

iShift added a commit to iShift/i2pd that referenced this issue Jan 6, 2015
@iShift
Copy link
Contributor Author

iShift commented Jan 6, 2015

ok, #139

@iShift iShift closed this as completed Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants