Difference between revisions of "Debian"

From AMule Project FAQ
Jump to: navigation, search
m (Removed Version Tag)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
How to get crypto++ working on sarge debian:
+
<center>'''English''' | [[Debian-de|Deutsch]]</center>
  
Get libcrypto++ sources from sid
+
[http://www.debian.org Debian] specific available documents:
  
deb-src http://ftp.AT.debian.org/debian/ sid main non-free contrib
+
*HowTo compile [[aMule]] in [http://www.debian.org Debian] [[HowTo_Compile_In_Debian|here]]
apt-get update
+
*[http://www.debian.org Debian] [[Libcrypto|Crypto++]] conflict [[CryptoppDebian|here]]
 +
*[http://www.debian.org Debian] [[Debian_fonts|font problems]]
  
apt-get source -b libcrypto++
+
'''NOTE:''' [[aMule]] is a '''separate''' project and is '''not''' related to [http://www.debian.org Debian] in any way.
or
+
apt-get source libcrypto++, cd libcrypto++-5.1, dpkg-buildpackage -b -B -uc
+
 
+
After install (dpkg -i libcrypto++5.1.deb) make a symbolic link in /usr/include/crypto++ from cryptopp_config.h to config.h in the same directory.
+
 
+
ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h
+
 
+
NOTE: you have to link the files cos of a bug in debian libcrypto package
+

Latest revision as of 10:52, 29 June 2008

English | Deutsch

Debian specific available documents:

NOTE: aMule is a separate project and is not related to Debian in any way.