aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: kann libcrypto nicht compilern?  (Read 2375 times)

TIdus18

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
kann libcrypto nicht compilern?
« on: August 25, 2004, 09:19:54 PM »

ich kann libcrypto nicht fertig compilern bei "make install" kommt die meldung

make: *** No rule to make target `install'.  Stop.

was soll ich da machen?
Logged

Fukinagashi

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
RE: kann libcrypto nicht compilern?
« Reply #1 on: August 27, 2004, 09:14:30 PM »

Hi,

also bitte glaub nicht ich halte dich für blöd, aber wenn du mal hier guckst, wirst du feststellen, das es kein make install gibt, sondern du nach einem flotten make zu Fuss

  • cp libcryptopp.a /usr/lib/
  • mkdir /usr/include/cryptopp
  • cp *.h /usr/include/cryptopp/
  • ldconfig


machen musst. Vielleicht hast du es ja übersehen  ?(  8o :) :P
Logged
"It was hot, the night we burned Chrome."
William Gibson, Burning Chrome, 1986

TIdus18

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
Re: kann libcrypto nicht compilern?
« Reply #2 on: September 11, 2004, 09:04:44 PM »

ich hab mir die wiki eigentlich noch nie angeschaut, hab das nach dem howto hier im forum compilert
Logged