aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: crypto-5.2.1.tar.bz2  (Read 4020 times)

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
crypto-5.2.1.tar.bz2
« on: August 02, 2004, 05:29:30 PM »

I found this new library to the place of old crypto-5.1. Does aMule works with this new?
However I tried to compile but there is an error. After writing sudo make install, the output is this:
make: *** No rule to make target `install'. Stop
Someone can help me?

Ocimin
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: crypto-5.2.1.tar.bz2
« Reply #1 on: August 02, 2004, 07:44:43 PM »

You should manually install crypto++ 5.2.1 since it does not include a "make install" ection in the Makefile.
Check http://www.amule.org/wiki/index.php/Compilation_Installation#Step_3:_Crypto++ to see how to install on linux. It will differ on MacOS X but seeing that might help you think how to install on Mac. Sorry I don't use Mac so I can¡t help you.
Anyway, install 5.2 if you can't install 5.2.1, since AFAIK, 5.2 has an "install" entry in the Makefile.
Greetings!
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: crypto-5.2.1.tar.bz2
« Reply #2 on: August 02, 2004, 11:21:56 PM »

I resolved so.
After make, to the place of to press sudo make install I wrote cp libcryptopp.a /usr/lib/ like in the linux guide. After this, newly how Mac guide:
cd ..
mv crypto-5.2.1 cryptopp
sudo ranlib /usr/lib/libcryptopp.a
That's all. All right.
Thanks to Jacobo and IRC's users.

Ocimin
« Last Edit: August 02, 2004, 11:30:09 PM by Ocimin »
Logged