aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: problems in compiling - OS debian (sarge)  (Read 1532 times)

Fraenk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
problems in compiling - OS debian (sarge)
« on: July 06, 2004, 07:40:00 AM »

Hi guys,
I read the manual serveral times and did everything step by step as it is discribed in the howto... but the make doesn't work:

gcc -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o cas cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o -ljpeg -lfreetype -lpng12 -lz -lm -lgd -lcrypto++
/usr/bin/ld: cannot find -lcrypto++
collect2: ld returned 1 exit status

although there's the line
deb http://debian.thermoman.de/ woody libcrypto++
in my /etc/apt/sources.list

as root i  used these commands
apt-get update
apt-get install libcrypto++5.1 libcrypto++-dev

ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h

I've no clue why it doesn't work. I'd be thankful for any hints.
Fraenk
Logged

Fraenk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Re: problems in compiling - OS debian (sarge)
« Reply #1 on: July 09, 2004, 03:28:09 AM »

the hasty installation works
Logged