aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Help, can install aMule 1.1.0  (Read 3705 times)

Guest

  • Guest
Help, can install aMule 1.1.0
« on: October 24, 2003, 02:37:13 PM »

Hello everybody.

First of all I have to say that I am VERY recent in linux, although I have managed to compile a couple of kernels and install almost everything, aMule is still resisting.

I have debian-woody with kernel 2.6.0-test8 (because of disk transfer rates of 41 MB/sec, yeah!).

Well, lets start with th info from get-info.sh:

Quote

I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.2 (Debian)

     B. wxWindows Info
        Version:


     C. GTK Info
        GTK 1:
        GTK 2:

II.  System Environment

     A. CPU Info
        Type:  GenuineIntel
        Model: Pentium III (Coppermine)
        Speed: 731.761
        BMips: 1441.79
        Flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse

     B. Memory Info
        Total:   515140 kB
        Unused:  127456 kB

     C. Kernel Info
        Version: 2.6.0-test8

     D. Library Info
        wxWindows library:


As you guys can see I have no wxWindows library, nor GTK1, but I dont know where to download them from. I think this is the main roblem I have when compiling the source.

If I try to install the debian package, I get the error

Quote

dpkg: dependency problems prevent configuration of amule:
 amule depends on libwxgtk2.4 (>= 2.4.1.2); however:
  Package libwxgtk2.4 is not installed.


The only libwxgtk I know is the libwxgtk2.4_2.4.1-thermoman-3_i386.deb, wich I had installed for xMule, but when trying to install aMule (once uninstalled xMule) I get:
Quote

dpkg: dependency problems prevent configuration of amule:
 amule depends on libwxgtk2.4 (>= 2.4.1.2); however:
  Version of libwxgtk2.4 on system is 2.4.1-thermoman-3.


Help please!
Logged

Guest

  • Guest
SOLVED!
« Reply #1 on: October 24, 2003, 04:44:50 PM »

well, I searched in the unstable packages of debian (www.debian.org) and found libwxgtk2.4

So I edited my /etc/apt/sources.list and changed main for unstable.

ran "apt-get update"

then "apt-get install libwxgtk2.4"

and finally "dpkg -i amule_1.1.0-1_i386.deb"

thats it!, easier than I thought......man, I love Debian.

Thanks anyway!
Logged

since1876

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
help :)
« Reply #2 on: March 06, 2004, 12:36:55 AM »

I don't understand what he did exactly.. I just got linux last night and am still trying to learn everything, this post seemed to be closest to what I am trying to do. I'm using knoppix installed to harddrive, which they say is close to debian, I'm using version 3.3 of it. I tried installing amule_1.2.1-1_i386.deb. After receiving the same sort of message that he received, I installed libwxbase2.4_2.4.2.4_i386.deb and still receive the error:

(Reading database ... 113506 files and directories currently installed.)
Preparing to replace amule 1.2.6-thermoman-1 (using .../amule_1.2.6-thermoman-1_i386.deb) ...
Leaving `diversion of /usr/bin/ed2k to /usr/bin/ed2k.xmule by amule'
Unpacking replacement amule ...
dpkg: dependency problems prevent configuration of amule:
 amule depends on libwxbase2.4 (>= 2.4.2.4-thermoman-1); however:
  Version of libwxbase2.4 on system is 2.4.2.4.
 amule depends on libwxgtk2.4 (>= 2.4.2.4-thermoman-1); however:
  Version of libwxgtk2.4 on system is 2.4.2.4.
dpkg: error processing amule (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 amule
RESULT=1
 
 I can't figure out what he did, if someone could help out a little, I would be your best friend forever. :)

I have an AMD Duron 1.3, 640 ram, and a gigabyte motherboard...can't remember what kind though..
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Help, can install aMule 1.1.0
« Reply #3 on: March 06, 2004, 12:46:18 AM »

INFO for debian unstable users:
if you want that your system checks and installs new aMule releases, insert the following lines into your /etc/apt/sources.list

deb http://gunnm.org/~soda/ unstable main contrib
deb-src http://gunnm.org/~soda/ unstable main contrib

Debian woody users:

# aMule + wxwindows2.4 libs
deb http://debian.thermoman.de/ woody amule wxwindows2.4

and run as root:
apt-get update
apt-get install amule

greets

since1876

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Help, can install aMule 1.1.0
« Reply #4 on: March 06, 2004, 02:17:22 AM »

I'm sorry, I still don't get it...and I don't wanna annoy you anymore.. I guess I'll go to the library and try to find some books and start that way... thanks for the help though. :)
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Help, can install aMule 1.1.0
« Reply #5 on: March 06, 2004, 02:58:43 AM »