<?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=213.54.74.179</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=213.54.74.179"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/213.54.74.179"/>
		<updated>2026-04-05T16:58:43Z</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-06-24T22:46:30Z</updated>
		
		<summary type="html">&lt;p&gt;213.54.74.179: apt-get install libcrypto++5.1 libcrypto++-dev&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;
&amp;lt;b&amp;gt;IMPORTANT:&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;Please be aware that you need to have super-user (root) priviledges to follow this document&amp;lt;/i&amp;gt;&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;
&amp;lt;i&amp;gt;apt-get update&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;apt-get install libcrypto++-dev&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and then run&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;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; You have to link the files because of a bug in Debian libcrypto++ package&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&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++ backport package to Sarge and Woody (thanks, thermoman) by adding this line to /etc/apt/sources.list: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;deb http://debian.thermoman.de/ woody libcrypto++&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;apt-get update&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;apt-get install libcrypto++5.1 libcrypto++-dev&amp;lt;/i&amp;gt;&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;
&amp;lt;i&amp;gt;ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; You have to link the files because of a bug in Debian libcrypto++ package&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to get crypto++ working on Debian Sarge/Testing (from Debian sources): ==&lt;br /&gt;
&lt;br /&gt;
Get 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 (&amp;lt;i&amp;gt;dpkg -i libcrypto++5.1.deb&amp;lt;/i&amp;gt;), 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;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; you have to link the files because of a bug in Debian libcrypto++ package&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Self-compiling Crypto++ ==&lt;br /&gt;
&lt;br /&gt;
You could compile 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 crypto++ packages wont be updated automatically along with the rest of your system!&lt;br /&gt;
&lt;br /&gt;
* Download the 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 &amp;quot;dpkg -i &amp;lt;filename&amp;gt;&amp;quot; on the downloaded files as root and you're done.&lt;/div&gt;</summary>
		<author><name>213.54.74.179</name></author>	</entry>

	</feed>