<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=81.56.204.248</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=81.56.204.248"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/81.56.204.248"/>
		<updated>2026-04-05T14:14:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/CryptoppDebian</id>
		<title>CryptoppDebian</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/CryptoppDebian"/>
				<updated>2004-08-28T05:37:47Z</updated>
		
		<summary type="html">&lt;p&gt;81.56.204.248: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''IMPORTANT:''' ''Please be aware that you need to have super-user (root) priviledges to follow this document''&lt;br /&gt;
&lt;br /&gt;
==  How to get [[libcrypto|crypto++]] working on [[Debian]] Sid/Unstable (from deb package): ==&lt;br /&gt;
&lt;br /&gt;
Simply run this two commands&lt;br /&gt;
&lt;br /&gt;
''apt-get update''&lt;br /&gt;
''apt-get install libcrypto++-dev''&lt;br /&gt;
&lt;br /&gt;
You needed previously to add a link, hoppefully, the bug is now fixed&lt;br /&gt;
&lt;br /&gt;
==  How to get [[libcrypto|crypto++]] working on [[Debian]] Sarge/Testing and Woody/Stable (from deb package): ==&lt;br /&gt;
&lt;br /&gt;
Get [[Libcrypto|libcrypto++]] backport package to Sarge and Woody (thanks, thermoman) by adding this line to ''/etc/apt/sources.list'': &lt;br /&gt;
&lt;br /&gt;
''deb http://debian.thermoman.de/ woody libcrypto++''&lt;br /&gt;
&lt;br /&gt;
Then run&lt;br /&gt;
&lt;br /&gt;
''apt-get update''&lt;br /&gt;
''apt-get install libcrypto++5.1 libcrypto++-dev''&lt;br /&gt;
&lt;br /&gt;
After installing, make a symbolic link in ''/usr/include/crypto++'' from ''cryptopp_config.h'' to ''config.h'' in the same directory:&lt;br /&gt;
&lt;br /&gt;
''ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You have to link the files because of a bug in [[Debian]] [[Libcrypto|libcrypto++]] package&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to get [[Libcrypto|crypto++]] working on [[Debian]] Sarge/Testing (from [[Debian]] sources): ==&lt;br /&gt;
&lt;br /&gt;
Get [[Libcrypto|libcrypto++]] sources from '''Sid'''&lt;br /&gt;
&lt;br /&gt;
Add this line to ''/etc/apt/sources.list'':&lt;br /&gt;
&lt;br /&gt;
''deb-src &amp;lt;nowiki&amp;gt;http://ftp.&amp;lt;/nowiki&amp;gt;'''yourcountrytld'''.debian.org/debian/ sid main non-free contrib''&lt;br /&gt;
&lt;br /&gt;
and run &lt;br /&gt;
&lt;br /&gt;
''apt-get update''&amp;lt;br&amp;gt;&lt;br /&gt;
''apt-get source -b libcrypto++''&lt;br /&gt;
&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
''apt-get source libcrypto++, cd libcrypto++-5.2.1a, dpkg-buildpackage -b -B -uc''&lt;br /&gt;
&lt;br /&gt;
After installing (''dpkg -i libcrypto++5.2_5.2.1a-1_i386.deb'')&lt;br /&gt;
&lt;br /&gt;
== Self-compiling [[Libcrypto|Crypto++]] ==&lt;br /&gt;
&lt;br /&gt;
You could compile [[Libcrypto|libcrypto]] yourself too. Take a look at [[Compilation_Installation|our compilation howto]].&lt;br /&gt;
&lt;br /&gt;
== Hasty installation ==&lt;br /&gt;
Please note that this installation method has the disadvantage that the [[Libcrypto|crypto++]] packages wont be updated automatically along with the rest of your system!&lt;br /&gt;
&lt;br /&gt;
* Download the [[Libcrypto|crypto++]] package that matches your arch [http://packages.debian.org/unstable/libs/libcrypto++5.1 here].&lt;br /&gt;
* If you want to compile [[aMule]] yourself, download the ''crypto++-dev'' package that matches your arch [http://packages.debian.org/unstable/libdevel/libcrypto++-dev here].&lt;br /&gt;
* Use the command ''dpkg -i &amp;lt;filename&amp;gt;'' on the downloaded files as root, and you're done.&lt;/div&gt;</summary>
		<author><name>81.56.204.248</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/CryptoppDebian</id>
		<title>CryptoppDebian</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/CryptoppDebian"/>
				<updated>2004-08-28T05:35:22Z</updated>
		
		<summary type="html">&lt;p&gt;81.56.204.248: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''IMPORTANT:''' ''Please be aware that you need to have super-user (root) priviledges to follow this document''&lt;br /&gt;
&lt;br /&gt;
==  How to get [[libcrypto|crypto++]] working on [[Debian]] Sid/Unstable (from deb package): ==&lt;br /&gt;
&lt;br /&gt;
Simply run this two commands&lt;br /&gt;
&lt;br /&gt;
''apt-get update''&lt;br /&gt;
''apt-get install libcrypto++-dev''&lt;br /&gt;
&lt;br /&gt;
You needed previously to add a link, hoppefully, the bug is now fixed&lt;br /&gt;
&lt;br /&gt;
==  How to get [[libcrypto|crypto++]] working on [[Debian]] Sarge/Testing and Woody/Stable (from deb package): ==&lt;br /&gt;
&lt;br /&gt;
Get [[Libcrypto|libcrypto++]] backport package to Sarge and Woody (thanks, thermoman) by adding this line to ''/etc/apt/sources.list'': &lt;br /&gt;
&lt;br /&gt;
''deb http://debian.thermoman.de/ woody libcrypto++''&lt;br /&gt;
&lt;br /&gt;
Then run&lt;br /&gt;
&lt;br /&gt;
''apt-get update''&lt;br /&gt;
''apt-get install libcrypto++5.1 libcrypto++-dev''&lt;br /&gt;
&lt;br /&gt;
After installing, make a symbolic link in ''/usr/include/crypto++'' from ''cryptopp_config.h'' to ''config.h'' in the same directory:&lt;br /&gt;
&lt;br /&gt;
''ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You have to link the files because of a bug in [[Debian]] [[Libcrypto|libcrypto++]] package&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to get [[Libcrypto|crypto++]] working on [[Debian]] Sarge/Testing (from [[Debian]] sources): ==&lt;br /&gt;
&lt;br /&gt;
Get [[Libcrypto|libcrypto++]] sources from '''Sid'''&lt;br /&gt;
&lt;br /&gt;
Add this line to ''/etc/apt/sources.list'':&lt;br /&gt;
&lt;br /&gt;
''deb-src &amp;lt;nowiki&amp;gt;http://ftp.&amp;lt;/nowiki&amp;gt;'''yourcountrytld'''.debian.org/debian/ sid main non-free contrib''&lt;br /&gt;
&lt;br /&gt;
and run &lt;br /&gt;
&lt;br /&gt;
''apt-get update''&amp;lt;br&amp;gt;&lt;br /&gt;
''apt-get source -b libcrypto++''&lt;br /&gt;
&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
''apt-get source libcrypto++, cd libcrypto++-5.1, dpkg-buildpackage -b -B -uc''&lt;br /&gt;
&lt;br /&gt;
After installing (''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:&lt;br /&gt;
&lt;br /&gt;
''ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' you have to link the files because of a bug in [[Debian]] [[Libcrypto|libcrypto++]] package&lt;br /&gt;
&lt;br /&gt;
== Self-compiling [[Libcrypto|Crypto++]] ==&lt;br /&gt;
&lt;br /&gt;
You could compile [[Libcrypto|libcrypto]] yourself too. Take a look at [[Compilation_Installation|our compilation howto]].&lt;br /&gt;
&lt;br /&gt;
== Hasty installation ==&lt;br /&gt;
Please note that this installation method has the disadvantage that the [[Libcrypto|crypto++]] packages wont be updated automatically along with the rest of your system!&lt;br /&gt;
&lt;br /&gt;
* Download the [[Libcrypto|crypto++]] package that matches your arch [http://packages.debian.org/unstable/libs/libcrypto++5.1 here].&lt;br /&gt;
* If you want to compile [[aMule]] yourself, download the ''crypto++-dev'' package that matches your arch [http://packages.debian.org/unstable/libdevel/libcrypto++-dev here].&lt;br /&gt;
* Use the command ''dpkg -i &amp;lt;filename&amp;gt;'' on the downloaded files as root, and you're done.&lt;/div&gt;</summary>
		<author><name>81.56.204.248</name></author>	</entry>

	</feed>