<---- template headericclude ----->
How to get amule working on FC4 =D
FedoraForum.org - Fedora Support Forums and Community
Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Join Date
    Jun 2005
    Location
    Earth... sometimes
    Posts
    383
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thumbs up How to compile amule from source on FC4

    Hey, have had a few PM's about how it got this working so i hope this helps

    I did this on FC4 and it all works fine

    First make sure you have no wxWidgets installed run
    Code:
    su -
    yum remove wxWidgets wxGTK wxGTK2
    Next install some dev packs and there dependencies

    (edited to add a compiler)
    Code:
    yum install gettext-devel gtk+-devel curl-devel gcc-c++ gd-devel
    Get wxGTK-2.6.0.tar.gz and save it to your home folder and we will compile it from source.

    Open up a new terminal window and make sure your in your home folder(make sure you arnt a superuser, eg. havnt used su!)

    Code:
    cd /home/yourloginname....                 (eg. /home/mike )
    ar -zxvf wxGTK-2.6.0.tar.gz
    cd wxGTK-2.6.0
    Now you need to choose ether to compile against GTK1 or GTK2, there are apparently problems with GTK2 but i havnt had any so i would recommend GTK2 because GTK1 is very graphically challenged....

    So do one of the following, i recommend GTK2 unless you have problems

    Linked against GTK1:
    Code:
    ./configure --prefix=/usr --disable-gtk2 --with-gtk && make
    OR link against GTK2:
    Code:
    ./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
    Change to root and then go back into the folder we were in so we can install it.

    Code:
    su -
    cd /home/yourloginname.../wxGTK-2.6.0
    make install
    ldconfig

    Go to the Amule site and get the latest version, i used aMule-2.0.3 but it should work with any newer version. So get aMule-X.X.X.tar.gz and save it to your home directroy.

    Open a new terminal window and go into your home directory again. (make sure you arnt a superuser, eg. havnt used su!)

    Code:
    cd /home/yourloginname....     (eg. /home/mike )
    tar -zxvf aMule-2.0.3.tar.gz      ( change if you have a different ver :)
    cd aMule-2.0.3                       (again change if ya have a different version)
    ./configure --disable-debug --enable-optimize && make
    (there are other configuration options, you can find them all here but it should do everything you want like that)

    Almost done =D

    Code:
    make install
    Yay all done, now you should (hopefully) be able to run it, but befor that lets set up the firewall. If you have havnt installed a firewall then do the following to get it all working (most servers use 4662 or 4661, some use differant ports( it says on the server screen what port) just copy one of these lines and changed to that port number.

    Code:
    su -
    /sbin/iptables -I RH-Firewall-1-INPUT  -p tcp --dport 4662 -j ACCEPT
    /sbin/iptables -I RH-Firewall-1-INPUT  -p tcp --dport 4661 -j ACCEPT
    /sbin/iptables -I RH-Firewall-1-INPUT  -p udp --dport 4665 -j ACCEPT
    /sbin/iptables -I RH-Firewall-1-INPUT  -p udp --dport 4672 -j ACCEPT
    /sbin/service iptables save
    Now run amule =D
    Code:
    amule
    When you have it open, put this in as the server list "http://www.srv1000.com/azz/server.met" and press the little blue arrow to update it.

    To set it up to Auto connect, right click on a server (i like razorback 2, most files on it) and mark server as static. then go to "Server" in preferances and tick "auto connect to statics..."

    Also when you start to download a file it dosnt seem to find any source, to fix this disconnect and reconnect and it will find more source. only need to do this when you start downloading new files.

    Plz PM me with problems in here and ill edit them out and only reply with problems so people dont have to wade through everything else when searching and stuff

    Hope this helps
    Last edited by Saint Mike; 28th August 2005 at 03:42 AM.
    _________________________________
    Cheers to the community for all the awsome work :)
    HP Proliant N36L Microserver Os: FC19-MATE Ram: 2x4 gig DDR3 1333C8 Video Card: Nvidia GTX520
    Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC

  2. #2
    tejas Guest
    you know, I just

    yum insall amule

    and it installed from either livna/extras and had a dependency from the other

  3. #3
    Join Date
    Jun 2005
    Location
    Earth... sometimes
    Posts
    383
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    heh tru, is it with GTK2 or 1?

    I dont think its the latest version either
    _________________________________
    Cheers to the community for all the awsome work :)
    HP Proliant N36L Microserver Os: FC19-MATE Ram: 2x4 gig DDR3 1333C8 Video Card: Nvidia GTX520
    Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC

  4. #4
    tejas Guest
    I don't know about GTK, but it is amule version 2.0.3

    [tejas@linuxbox ~]$ rpm -q amule
    amule-2.0.3-0.lvn.1.4

    It seems to be the latest version up on the amule site

  5. #5
    Join Date
    Jun 2005
    Location
    Earth... sometimes
    Posts
    383
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well then i wonder why everyone is having so much trouble with it :/

    thanks for the info tejas =)

    Think i might have to rename this thread
    Last edited by Saint Mike; 13th July 2005 at 11:08 AM.
    _________________________________
    Cheers to the community for all the awsome work :)
    HP Proliant N36L Microserver Os: FC19-MATE Ram: 2x4 gig DDR3 1333C8 Video Card: Nvidia GTX520
    Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC

  6. #6
    Join Date
    Jan 2005
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Compile Problems?

    Hi! I get the following errors when I try to compile the wxGTK does anyone know what is wrong? I believe it is because I am missing the comiler required but I don't know exactly which one. Can someone please point out how to install the missing compiler with yum.

    Thanks.

    [root@localhost ~]# cd wxGTK-2.6.0
    [root@localhost wxGTK-2.6.0]# ./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    loading argument cache configarg.cache
    checking for --enable-gui... yes
    checking for --enable-monolithic... no
    checking for --enable-plugins... no
    checking for --enable-universal... no
    checking for --enable-nanox... no
    checking for --enable-gpe... no
    checking for --with-libpng... yes
    checking for --with-libjpeg... yes
    checking for --with-libtiff... yes
    checking for --with-libxpm... yes
    checking for --with-libmspack... yes
    checking for --with-sdl... no
    checking for --with-gnomeprint... no
    checking for --with-opengl... no
    checking for --with-dmalloc... no
    checking for --with-regex... yes
    checking for --with-zlib... yes
    checking for --with-odbc... no
    checking for --with-expat... yes
    checking for --enable-shared... yes
    checking for --enable-optimise... yes
    checking for --enable-debug... no
    checking for --enable-stl... no
    checking for --enable-debug_flag... no
    checking for --enable-debug_info... no
    checking for --enable-debug_gdb... no
    checking for --enable-debug_cntxt... no
    checking for --enable-mem_tracing... no
    checking for --enable-profile... no
    checking for --enable-no_rtti... no
    checking for --enable-no_exceptions... no
    checking for --enable-permissive... no
    checking for --enable-no_deps... no
    checking for --enable-compat22... no
    checking for --disable-compat24... no
    checking for --enable-rpath... yes
    checking for --enable-intl... yes
    checking for --enable-config... yes
    checking for --enable-protocols... yes
    checking for --enable-ftp... yes
    checking for --enable-http... yes
    checking for --enable-fileproto... yes
    checking for --enable-sockets... yes
    checking for --enable-ole... yes
    checking for --enable-dataobj... yes
    checking for --enable-ipc... yes
    checking for --enable-apple_ieee... yes
    checking for --enable-arcstream... yes
    checking for --enable-backtrace... yes
    checking for --enable-catch_segvs... yes
    checking for --enable-cmdline... yes
    checking for --enable-datetime... yes
    checking for --enable-debugreport... yes
    checking for --enable-dialupman... yes
    checking for --enable-dynlib... yes
    checking for --enable-dynamicloader... yes
    checking for --enable-exceptions... yes
    checking for --enable-ffile... yes
    checking for --enable-file... yes
    checking for --enable-filesystem... yes
    checking for --enable-fontmap... yes
    checking for --enable-fs_inet... yes
    checking for --enable-fs_zip... yes
    checking for --enable-geometry... yes
    checking for --enable-log... yes
    checking for --enable-longlong... yes
    checking for --enable-mimetype... yes
    checking for --enable-mslu... yes
    checking for --enable-snglinst... yes
    checking for --enable-std_iostreams... yes
    checking for --enable-std_string... yes
    checking for --enable-stdpaths... yes
    checking for --enable-stopwatch... yes
    checking for --enable-streams... yes
    checking for --enable-system_options... yes
    checking for --enable-textbuf... yes
    checking for --enable-textfile... yes
    checking for --enable-timer... yes
    checking for --enable-unicode... yes
    checking for --enable-sound... yes
    checking for --enable-mediactrl... no
    checking for --enable-wxprintfv... no
    checking for --enable-zipstream... yes
    checking for --enable-url... yes
    checking for --enable-protocol... yes
    checking for --enable-protocol_http... yes
    checking for --enable-protocol_ftp... yes
    checking for --enable-protocol_file... yes
    checking for --enable-threads... yes
    checking for --enable-docview... yes
    checking for --enable-help... yes
    checking for --enable-mshtmlhelp... yes
    checking for --enable-html... yes
    checking for --enable-htmlhelp... yes
    checking for --enable-xrc... yes
    checking for --enable-constraints... yes
    checking for --enable-printarch... yes
    checking for --enable-mdi... yes
    checking for --enable-mdidoc... yes
    checking for --enable-loggui... yes
    checking for --enable-logwin... yes
    checking for --enable-logdialog... yes
    checking for --enable-webkit... yes
    checking for --enable-postscript... yes
    checking for --enable-prologio... no
    checking for --enable-resources... no
    checking for --enable-clipboard... yes
    checking for --enable-dnd... yes
    checking for --enable-metafile... yes
    checking for --enable-controls... no
    checking for --enable-accel... yes
    checking for --enable-button... yes
    checking for --enable-bmpbutton... yes
    checking for --enable-calendar... yes
    checking for --enable-caret... yes
    checking for --enable-checkbox... yes
    checking for --enable-checklst... yes
    checking for --enable-choice... yes
    checking for --enable-choicebook... yes
    checking for --enable-combobox... yes
    checking for --enable-datepick... yes
    checking for --enable-display... yes
    checking for --enable-gauge... yes
    checking for --enable-grid... yes
    checking for --enable-imaglist... yes
    checking for --enable-listbook... yes
    checking for --enable-listbox... yes
    checking for --enable-listctrl... yes
    checking for --enable-notebook... yes
    checking for --enable-radiobox... yes
    checking for --enable-radiobtn... yes
    checking for --enable-sash... yes
    checking for --enable-scrollbar... yes
    checking for --enable-slider... yes
    checking for --enable-spinbtn... yes
    checking for --enable-spinctrl... yes
    checking for --enable-splitter... yes
    checking for --enable-statbmp... yes
    checking for --enable-statbox... yes
    checking for --enable-statline... yes
    checking for --enable-stattext... yes
    checking for --enable-statusbar... yes
    checking for --enable-tabdialog... no
    checking for --enable-textctrl... yes
    checking for --enable-togglebtn... yes
    checking for --enable-toolbar... yes
    checking for --enable-tbarnative... yes
    checking for --enable-tbarsmpl... yes
    checking for --enable-treectrl... yes
    checking for --enable-tipwindow... yes
    checking for --enable-popupwin... yes
    checking for --enable-commondlg... yes
    checking for --enable-choicedlg... yes
    checking for --enable-coldlg... yes
    checking for --enable-filedlg... yes
    checking for --enable-finddlg... yes
    checking for --enable-fontdlg... yes
    checking for --enable-dirdlg... yes
    checking for --enable-msgdlg... yes
    checking for --enable-numberdlg... yes
    checking for --enable-splash... yes
    checking for --enable-textdlg... yes
    checking for --enable-tipdlg... yes
    checking for --enable-progressdlg... yes
    checking for --enable-wizarddlg... yes
    checking for --enable-menus... yes
    checking for --enable-miniframe... yes
    checking for --enable-tooltips... yes
    checking for --enable-splines... yes
    checking for --enable-mousewheel... yes
    checking for --enable-validators... yes
    checking for --enable-busyinfo... yes
    checking for --enable-joystick... yes
    checking for --enable-metafile... yes
    checking for --enable-dragimage... yes
    checking for --enable-accessibility... no
    checking for --enable-palette... yes
    checking for --enable-image... yes
    checking for --enable-gif... yes
    checking for --enable-pcx... yes
    checking for --enable-iff... no
    checking for --enable-pnm... yes
    checking for --enable-xpm... yes
    checking for --enable-ico_cur... yes
    checking for --enable-official_build... no
    saving argument cache configarg.cache
    checking for toolkit... gtk
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking if the C compiler requires -ext o...
    checking whether we are using the Metrowerks C compiler... no
    checking whether we are using the IBM xlC C compiler... no
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking whether gcc needs -traditional... no
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking if the C++ compiler requires -ext o... configure: error: cannot figure out if compiler needs -ext o: cannot compile
    See `config.log' for more details.
    [root@darpanet wxGTK-2.6.0]#

  7. #7
    Join Date
    Apr 2005
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    install g++

  8. #8
    Join Date
    Jun 2005
    Location
    Earth... sometimes
    Posts
    383
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yum install gcc-c++
    _________________________________
    Cheers to the community for all the awsome work :)
    HP Proliant N36L Microserver Os: FC19-MATE Ram: 2x4 gig DDR3 1333C8 Video Card: Nvidia GTX520
    Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC

  9. #9
    KidBomba Guest
    No luck with me. I keep getting

    # amule
    amule: error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0: cannot open shared object file: No such file or directory

    I follow the instructions above and nothing...
    so I tried to restart the installation from the top again using the other configure mode for wxgtk, but my yum remove returns:

    Setting up Remove Process
    No Match for argument: wxGTK
    No Packages marked for removal

    I thought I installed wxGTK

    sorry, this is my first time getting used to a linux environment and I am learning. Should I un-install everything to start all over again? how?
    how do I un-install amule and everything else to start fresh? any tips and advice?

    Thank you

  10. #10
    PurpleT Guest

    awesome, thanks

    this all worked first time for me. amule is now a lot sexier.

    have you compiled audacity with wxgtk2? i've heard this DOES has problems. maybe the dev branch. i don't think i'd be able to run amule-gtk2 and audacity-gtk1 simultaneously unless could install libraries separtely.

  11. #11
    KidBomba Guest
    what am I doing wrong... we all have the same FC4.

    maybe if I knew how to uninstall and clean install everything again?

  12. #12
    Join Date
    Jun 2005
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This thread was extremely helpful in getting wx-gtk2-2.6.1 and aMule-2.0.3 installed. I've done an additional step, and made them into rpms, which I like better because they are then entered into the package registry, and also there is an automatic uninstall mechanism (rpm -e packagename).

    If you want to compile them as rpms yourself, here's how. (You will have to download the attachments, which I've bundled together as a tarball, and extract it--which you can do by right-clicking on it, and selecting "extract here").
    1. Run the attached make-rpmbuild-envmt.sh script as a regular user:
      Code:
      cd /path/to/make-rpmbuild-envmt.sh
      chmod 755 make-rpmbuild-envmt.sh
      ./make-rpmbuild-envmt.sh
      This script sets up an rpmbuild directory and a .rpmmacros configuration file that will allow you to build rpms as a regular user.

    2. To make wx-gtk2-2.6.1 rpms, make sure that all the prerequisite files listed in the first post of this thread are installed. You'll also need to be sure you have gcc, gcc-c++, gtk2, gtk2-devel, zlib-devel, libjpeg-devel, libpng-devel, libtiff-devel. Remove your old wxGTK packages too.

      Now, create a folder called wx-gtk2-ansi inside your rpmbuild directory:
      Code:
      mkdir -p ~/redhat/wx-gtk2-ansi
      Into this directory, place
      • the attached wxGTK.spec file
      • the wxGTK-2.6.1.tar.bz2 source tarball from here.


      To do the actual build, open a terminal, and as a REGULAR USER type:
      Code:
      cd ~/redhat/wx-gtk2-ansi
      rpmbuild -ba wxGTK.spec --target=i686 --with gtk2 --without unicode
      The compilation should then take place. When finished, there will be 10 rpms inside /home/yourusername/redhat/RPMS:
      wx-base-ansi-2.6.1-1.mtl.i686.rpm
      wx-base-ansi-devel-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-devel-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-contrib-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-contrib-devel-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-gl-2.6.1-1.mtl.i686.rpm
      wx-i18n-2.6.1-1.mtl.i686.rpm
      wx-gtk2-ansi-2.6.1-1.mtl.src.rpm
      and a debuginfo rpm.

      Move the source rpm someplace else, get rid of the debuginfo rpm, and then install all the rest:
      Code:
      cd ~/redhat/RPMS
      su
      (enter password)
      rpm -ivh wx*i686.rpm
      Now you have wx-gtk2 2.6.1 installed. Keep or delete all these *i686.rpm files as you wish, though I do recommend keeping the source rpm in case you want to recompile.


    3. To make an aMule-2.0.3 rpm, make sure you have all the wx*i686.rpm packages you made above installed. Now, create a folder called aMule inside your rpmbuild directory:
      Code:
      mkdir -p ~/redhat/aMule
      Into this folder, put:
      • the attached aMule.spec file
      • the aMule-2.0.3.tar.gz source tarball from here


      To do the actual build, open a terminal, and as a REGULAR USER type:
      Code:
      cd ~/redhat/aMule
      rpmbuild -ba aMule.spec --target=i686
      The compilation should then take place. When finished, the source and binary rpm should be available inside /home/yourusername/redhat/RPMS.


    4. To compile your own audacity against wx-gtk2 2.6.1, make sure you have compiled and installed the wx*i686.rpm packages as directed.

      The other build requirements include: libogg-devel, libvorbis-devel, zlib-devel, perl, gettext, zip, flac-devel, ladspa-devel, libsamplerate-devel, libsndfile-devel, libid3tag-devel, desktop-file-utils, libmad-devel.

      Now, create a folder called audacity inside your rpmbuild directory:
      Code:
      mkdir -p ~/redhat/audacity
      Into this folder, place the following:
      • the attached audacity.spec file
      • the attached audacity-1.2.2-aboutdialog.patch file
      • the attached audacity-metertoolbar.patch file
      • the attached audacity.png file
      • the audacity-src-1.2.3.tar.gz source tarball from here


      Now do the actual build. In a terminal, as a regular user, type:
      Code:
      cd ~/redhat/audacity
      rpmbuild -ba audacity.spec --target=i686
      The build will then occur. When finished, the source and binary rpms should be found in /home/yourusername/redhat/RPMS.
    Attached Files Attached Files

  13. #13
    KidBomba Guest
    cant you attach the rpms so I can install ?

    Maybe that way it would work. I found lmule too, maybe that would work too...

    I wish this was easier, I just switched from windows

  14. #14
    Join Date
    Jun 2005
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I've made the rpms available at http://www.mtl2002.net

    First, before installing any of the rpms there, you should import my gpg key so you can check the signature on the rpms. Open a terminal, become root, and type:
    Code:
    rpm --import http://www.mtl2002.net/rpm-key-and-buildenvmt/RPM-GPG-KEY-mtjlin
    1. From http://www.mtl2002.net/wx-gtk2-2.6.1/ download all the 8 binary rpms (the source rpm is the 6.9 MB one) into one folder, and then install them all. Open a terminal, and type:
    Code:
    cd /path/to/the/rpms/you/just/downloaded
    su
    (enter your password to become root)
    rpm -ivh *i686.rpm
    2. From http://www.mtl2002.net/aMule-2.0.3/ download the binary rpm aMule-2.0.3-2.mtl.i686.rpm and install it as above, with rpm -ivh aMule*rpm (you have to be root to install).

    3. If you're interested in audacity compiled against wx-gtk2 2.6.1, then from http://www.mtl2002.net/audacity-1.2.3/ download the binary rpm audacity-1.2.3-5.mtl.i686.rpm and install it as above.

    Eventually, it's fun to learn how to compile your own rpms though. When you get up to that, here's a really helpful site: http://www.rpm.org/howto/thefight/
    Last edited by mtl2002; 20th September 2005 at 04:48 AM.

  15. #15
    Join Date
    Jun 2005
    Location
    Earth... sometimes
    Posts
    383
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PurpleT: im not sure if gtk 1 and 2 have conflicting files but you can install both.... havnt tried it though, ill look into audacity never used it befor.

    KidBomba: Im not to sure about your error, your getting it when you try run amule?
    i had a look on my comp and coudnt find the library, i have a /usr/lib/libwx_gtk2u_xrc-2.6.so.0
    though. Try installing this though http://rpm.pbone.net/index.php3/stat....i386.rpm.html

    If that dosnt work try useing mtl2002's rpm from his great tutorial(thx for that, iv never tried making rpms befor, much easier for removal as you say, thx).

    And if That dosnt fix it try running the following to uninstall any previously installed versions of wxgtk and amule then go through the howto again

    Code:
    yum remove wxgtk wxgtk2 amule
    remove the folders that we made to make amule too. If you followed howto should be something like
    Code:
    rm -frv /home/yourloginname.../wxGTK-?.?.?
    rm -frv /home/yourloginname.../aMule-?.?.?
    Did you compile wxgtk from source or install it from an rpm?

    Its good to see this has helped people
    Last edited by Saint Mike; 20th September 2005 at 01:33 PM.
    _________________________________
    Cheers to the community for all the awsome work :)
    HP Proliant N36L Microserver Os: FC19-MATE Ram: 2x4 gig DDR3 1333C8 Video Card: Nvidia GTX520
    Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC

Page 1 of 2 12 LastLast

Similar Threads

  1. aMule 2.2.1
    By r1348 in forum Using Fedora
    Replies: 2
    Last Post: 23rd September 2008, 01:34 PM
  2. Amule fc4, anyone got it working?
    By Saint Mike in forum Using Fedora
    Replies: 5
    Last Post: 11th July 2005, 10:53 AM
  3. amule
    By jim in forum Using Fedora
    Replies: 3
    Last Post: 30th April 2005, 08:44 PM
  4. amule help
    By wapgeek in forum Servers & Networking
    Replies: 3
    Last Post: 18th January 2005, 09:59 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]