<?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=190.27.68.76</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=190.27.68.76"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/190.27.68.76"/>
		<updated>2026-04-05T19:34:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Solaris</id>
		<title>HowTo compile on Solaris</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Solaris"/>
				<updated>2008-08-03T20:14:35Z</updated>
		
		<summary type="html">&lt;p&gt;190.27.68.76: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[HowTo_compile_on_Solaris-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Compiling [[aMule]]/[[aMuleWeb]] on [http://developers.sun.com/sxde/ Solaris Express (11 beta)] x86'''&lt;br /&gt;
&lt;br /&gt;
*Install the [http://www.blastwave.org/pkg-get.php pkg-get] script from http://www.blastwave.org/pkg-get.php&lt;br /&gt;
&lt;br /&gt;
*Use the [http://www.blastwave.org/pkg-get.php pkg-get] script to install some required libraries, which do not come with [http://www.sun.com/software/solaris Solaris]:&lt;br /&gt;
**autoconf&lt;br /&gt;
**automake&lt;br /&gt;
**flex (2.5.33 or newer)&lt;br /&gt;
**gd&lt;br /&gt;
**GNU gettext&lt;br /&gt;
These packages will install to ''/opt/csw'' tree&lt;br /&gt;
&lt;br /&gt;
*Set your path like this:&lt;br /&gt;
  PATH=/usr/local/bin:/opt/csw/bin:/usr/sfw/bin:/usr/bin&lt;br /&gt;
&lt;br /&gt;
*Set these environment variables:&lt;br /&gt;
  CPPFLAGS='-I/usr/local/include -I/opt/csw/include -I/usr/sfw/include'&lt;br /&gt;
  LDFLAGS='-L/usr/local/lib -R/usr/local/lib -L/opt/csw/lib -R/opt/csw/lib -L/usr/sfw/lib -R/usr/sfw/lib'&lt;br /&gt;
  LD_LIBRARY_PATH=/usr/local/lib:/opt/csw/lib:/usr/sfw/lib:/usr/lib&lt;br /&gt;
&lt;br /&gt;
*Symlink the [http://www.gnu.org GNU] utilities in ''/usr/sfw/bin'' to their &amp;quot;right&amp;quot; names (''gar=ar'', ''gas=as'', ''gld=ld'', ''gmake=make'', ''ggrep=grep'', ''gtar=tar'', etc...) somewhere in your path. I sym-linked them to their same directory (''/usr/sfw/bin'').&lt;br /&gt;
&lt;br /&gt;
*Get the latest [[WxWidgets|wxGTK]] package from http://www.wxwidgets.org and compile it. Install it to ''/usr/local''.&lt;br /&gt;
  Note: blastwave has packages for wxGTK that are more or less up to date, however their unicode support is marked as experimental only, and have not&lt;br /&gt;
  been tested to work with [[aMule]]. YMMV.&lt;br /&gt;
                                       &lt;br /&gt;
*Get the latest GeoIP source code from http://www.maxmind.com/app/c compile it and install it to /usr/local.&lt;br /&gt;
&lt;br /&gt;
*Get the latest libUPnP source code from http://pupnp.sourceforge.net/ compile it and install it to /usr/local.&lt;br /&gt;
  Hint: this configure line worked for me: ./configure CFLAGS=&amp;quot;-DSPARC_SOLARIS&amp;quot; --disable-samples&lt;br /&gt;
&lt;br /&gt;
*Get the latest cryptopp library from http://www.cryptopp.com/ compile it and install it to /usr/local.&lt;br /&gt;
&lt;br /&gt;
*Get the latest [[aMule CVS]] from http://amule.hirnriss.net and uncompress it somewhere.&lt;br /&gt;
&lt;br /&gt;
*If you are compiling a SVN version of aMule, run the autogen.sh script. If not, ignore this step (you should first edit this file, and change the first line from ''#!/bin/sh'' to ''#!/bin/bash'' else, it will fail with an error.&lt;br /&gt;
&lt;br /&gt;
*Configure [[aMule]]. I used these options, but feel free to remove the ones you don't need:&lt;br /&gt;
  ./configure --enable-webserver --enable-amule-daemon --enable-amulecmd --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc&lt;br /&gt;
  --disable-embedded-crypto --with-crypto-prefix=/usr/local/ --enable-geoip --enable-optimize --disable-debug&lt;br /&gt;
&lt;br /&gt;
*Type ''gmake'', press &amp;lt;ENTER&amp;gt; and hope for the best.&lt;br /&gt;
&lt;br /&gt;
*If compilation went OK, install aMule with: ''gmake install''.&lt;br /&gt;
 &lt;br /&gt;
*You can now run [[aMule]]!&lt;br /&gt;
  &lt;br /&gt;
*ENJOY!&lt;br /&gt;
&lt;br /&gt;
This guide was used for compiling [[aMule]] and [[aMuleWeb]] on [http://developers.sun.com/sxde/ Solaris Express] for x86. I have no idea if it will work or not on previous [http://www.sun.com/software/solaris Solaris] releases or on [http://www.sun.com/processors/ SPARC], but it should. Also, if you got [[aMule]] compiled using other [http://www.sun.com/software/solaris Solaris] than [http://developers.sun.com/sxde/ Solaris Express (11 beta)], please tell me how you did, or if this guide worked for you or any extra things you had to do, etc.&lt;br /&gt;
&lt;br /&gt;
Last, but not least, this guide works '''only''' for [[aMule]] versions (either SVN or release) starting March 7th/2005, no previous [[aMule]] version will compile on [http://www.sun.com/software/solaris Solaris] following this guide.&lt;br /&gt;
&lt;br /&gt;
Thanks goes to all the [[aMule devs|aMule dev team]], specially [[User:Kry|Kry]], who helped me a lot, and [[User:ken|ken]] for the ''CPPFLAGS'' tip.&lt;/div&gt;</summary>
		<author><name>190.27.68.76</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Solaris</id>
		<title>HowTo compile on Solaris</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Solaris"/>
				<updated>2008-08-03T20:10:52Z</updated>
		
		<summary type="html">&lt;p&gt;190.27.68.76: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[HowTo_compile_on_Solaris-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Compiling [[aMule]]/[[aMuleWeb]] on [http://developers.sun.com/sxde/ Solaris Express (11 beta)] x86'''&lt;br /&gt;
&lt;br /&gt;
*Install the [http://www.blastwave.org/pkg-get.php pkg-get] script from http://www.blastwave.org/pkg-get.php&lt;br /&gt;
&lt;br /&gt;
*Use the [http://www.blastwave.org/pkg-get.php pkg-get] script to install some required libraries, which do not come with [http://www.sun.com/software/solaris Solaris]:&lt;br /&gt;
**autoconf&lt;br /&gt;
**automake&lt;br /&gt;
**flex (2.5.33 or newer)&lt;br /&gt;
**gd&lt;br /&gt;
**GNU gettext&lt;br /&gt;
These packages will install to ''/opt/csw'' tree&lt;br /&gt;
&lt;br /&gt;
*Set your path like this:&lt;br /&gt;
  PATH=/usr/local/bin:/opt/csw/bin:/usr/sfw/bin:/usr/bin&lt;br /&gt;
&lt;br /&gt;
*Set these environment variables:&lt;br /&gt;
  CPPFLAGS='-I/usr/local/include -I/opt/csw/include -I/usr/sfw/include'&lt;br /&gt;
  LDFLAGS='-L/usr/local/lib -R/usr/local/lib -L/opt/csw/lib -R/opt/csw/lib -L/usr/sfw/lib -R/usr/sfw/lib'&lt;br /&gt;
  LD_LIBRARY_PATH=/usr/local/lib:/opt/csw/lib:/usr/sfw/lib:/usr/lib&lt;br /&gt;
&lt;br /&gt;
*Symlink the [http://www.gnu.org GNU] utilities in ''/usr/sfw/bin'' to their &amp;quot;right&amp;quot; names (''gar=ar'', ''gas=as'', ''gld=ld'', ''gmake=make'', ''ggrep=grep'', ''gtar=tar'', etc...) somewhere in your path. I sym-linked them to their same directory (''/usr/sfw/bin'').&lt;br /&gt;
&lt;br /&gt;
*Get the latest [[WxWidgets|wxGTK]] package from http://www.wxwidgets.org and compile it. Install it to ''/usr/local''.&lt;br /&gt;
  Note: blastwave has packages for wxGTK that are more or less up to date, however they include experimental unicode support only, and have not been tested to work with [[aMule]]&lt;br /&gt;
                                       &lt;br /&gt;
*Get the latest GeoIP source code from http://www.maxmind.com/app/c compile it and install it to /usr/local.&lt;br /&gt;
&lt;br /&gt;
*Get the latest libUPnP source code from http://pupnp.sourceforge.net/ compile it and install it to /usr/local.&lt;br /&gt;
  Hint: this configure line worked for me: ./configure CFLAGS=&amp;quot;-DSPARC_SOLARIS&amp;quot; --disable-samples&lt;br /&gt;
&lt;br /&gt;
*Get the latest cryptopp library from http://www.cryptopp.com/ compile it and install it to /usr/local.&lt;br /&gt;
&lt;br /&gt;
*Get the latest [[aMule CVS]] from http://amule.hirnriss.net and uncompress it somewhere.&lt;br /&gt;
&lt;br /&gt;
*If you are compiling a SVN version of aMule, run the autogen.sh script. If not, ignore this step (you should first edit this file, and change the first line from ''#!/bin/sh'' to ''#!/bin/bash'' else, it will fail with an error.&lt;br /&gt;
&lt;br /&gt;
*Configure [[aMule]]. I used these options, but feel free to remove the ones you don't need:&lt;br /&gt;
  ./configure --enable-webserver --enable-amule-daemon --enable-amulecmd --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc&lt;br /&gt;
  --disable-embedded-crypto --with-crypto-prefix=/usr/local/ --enable-geoip --enable-optimize --disable-debug&lt;br /&gt;
&lt;br /&gt;
*Type ''gmake'', press &amp;lt;ENTER&amp;gt; and hope for the best.&lt;br /&gt;
&lt;br /&gt;
*If compilation went OK, install aMule with: ''gmake install''.&lt;br /&gt;
 &lt;br /&gt;
*You can now run [[aMule]]!&lt;br /&gt;
  &lt;br /&gt;
*ENJOY!&lt;br /&gt;
&lt;br /&gt;
This guide was used for compiling [[aMule]] and [[aMuleWeb]] on [http://developers.sun.com/sxde/ Solaris Express] for x86. I have no idea if it will work or not on previous [http://www.sun.com/software/solaris Solaris] releases or on [http://www.sun.com/processors/ SPARC], but it should. Also, if you got [[aMule]] compiled using other [http://www.sun.com/software/solaris Solaris] than [http://developers.sun.com/sxde/ Solaris Express (11 beta)], please tell me how you did, or if this guide worked for you or any extra things you had to do, etc.&lt;br /&gt;
&lt;br /&gt;
Last, but not least, this guide works '''only''' for [[aMule]] versions (either SVN or release) starting March 7th/2005, no previous [[aMule]] version will compile on [http://www.sun.com/software/solaris Solaris] following this guide.&lt;br /&gt;
&lt;br /&gt;
Thanks goes to all the [[aMule devs|aMule dev team]], specially [[User:Kry|Kry]], who helped me a lot, and [[User:ken|ken]] for the ''CPPFLAGS'' tip.&lt;/div&gt;</summary>
		<author><name>190.27.68.76</name></author>	</entry>

	</feed>