aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule 2.0.0 installation fails  (Read 5362 times)

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
aMule 2.0.0 installation fails
« on: May 03, 2005, 09:29:37 PM »

Code: [Select]
fish@x1-6-00-c0-9f-0e-08-bb:/tmp> amule
FATAL ERROR! You have attempted to use a version of wxGTK older than
the 2.5.1 release, compiled against GTK2! This combination is not
supported by aMule due to many known problems. If you wish to use
wxGTK compiled against GTK2, please upgrade to a more recent version
of wxGTK.

More information can be found at:
 - [URL]http://www.amule.org[/URL]
 - [URL]http://wiki.amule.org[/URL]

Current version is: aMule 2.0.0 using wxGTK2 v2.4.2
Code: [Select]
x1-6-00-c0-9f-0e-08-bb:/tmp # rpm -Uhv wxGTK-2.6.0-1.i686.rpm
error: Failed dependencies:
        libwx_gtk2-2.4.so.0 is needed by (installed) perl-Wx-0.18-72
        libwx_gtk2-2.4.so.0 is needed by (installed) python-wxGTK-2.4.2.4-138
        libwx_gtk2-2.4.so.0 is needed by (installed) audacity-1.2.2-0.pm.2
        libwx_gtk2-2.4.so.0 is needed by (installed) aMule-2.0.0-1.pm.1
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by (installed) perl-Wx-0.18-72
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by (installed) python-wxGTK-2.4.2.4-138
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by (installed) audacity-1.2.2-0.pm.2
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by (installed) aMule-2.0.0-1.pm.1
Code: [Select]
apt-get remove aMule perl-Wx python-wxGTK audacity pyslsk python-wxGTK-doc python-wxGTK-examples wxGTK-devel(worked fine)

Code: [Select]
x1-6-00-c0-9f-0e-08-bb:/tmp # rpm -Uhv wxGTK-2.6.0-1.i686.rpm
Preparing...                ########################################### [100%]
   1:wxGTK                  ########################################### [100%]
Code: [Select]
x1-6-00-c0-9f-0e-08-bb:/tmp # rpm -Uhv aMule-2.0.0-1.pm.1.i586.rpm
warning: aMule-2.0.0-1.pm.1.i586.rpm: V3 DSA signature: NOKEY, key ID 27db6f5b
error: Failed dependencies:
        libwx_gtk2-2.4.so.0 is needed by aMule-2.0.0-1.pm.1
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by aMule-2.0.0-1.pm.1
Code: [Select]
x1-6-00-c0-9f-0e-08-bb:/tmp # rpm -Uhv --nodeps --force aMule-2.0.0-1.pm.1.i586.rpm
warning: aMule-2.0.0-1.pm.1.i586.rpm: V3 DSA signature: NOKEY, key ID 27db6f5b
Preparing...                ########################################### [100%]
   1:aMule                  ########################################### [100%]
Code: [Select]
fish@x1-6-00-c0-9f-0e-08-bb:/tmp> amule
amule: error while loading shared libraries: libwx_gtk2-2.4.so.0: cannot open shared object file: No such file or directory
What now?

Suse 9.1, aMule RPM from http://packman.links2linux.de/index.php4?action=574&vn=3  ;)
« Last Edit: May 04, 2005, 01:02:02 PM by fish »
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: aMule 2.0.0 installation fails
« Reply #1 on: May 03, 2005, 09:52:08 PM »

well, the amule rpm isn't from our download page, so no support at all.

you will have to wait till tomorrow for amule rpms made by us, using wxwidgets that can be found in our download section.

cheers

ps. looks like the amule from packman is based on org. SuSE 9.1 wxGTK.. which is bad as it's wxGTK-2.4.2 linked against gtk2 => buggy ;)

fake4ever

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: aMule 2.0.0 installation fails
« Reply #2 on: May 04, 2005, 11:54:02 AM »

Well I downloaded both the wxGTK and aMule rpms from your download
section and this is what I get

Code: [Select]
[root@ilves crap]# rpm -Uhv wxGTK-2.6.0-1.i686.rpm
Preparing...                ########################################### [100%]
   1:wxGTK                  ########################################### [100%]

[root@ilves crap]# rpm -Uhv aMule-2.0.0-1.FC3.i386.rpm
error: Failed dependencies:
        libwx_base-2.4.so is needed by aMule-2.0.0-1.i386
        libwx_base-2.4.so(WXBASE_2.4) is needed by aMule-2.0.0-1.i386
        libwx_gtk-2.4.so.0 is needed by aMule-2.0.0-1.i386
        libwx_gtk-2.4.so.0(WXGTK_2.4) is needed by aMule-2.0.0-1.i386
[root@ilves crap]#

Does this mean that the packages from your site are messed up or am I missing here something?
Ain't it so that with 2.0.0 final you only need the wxGTK 2.6.0? Correct me I'm wrong about this.
Logged

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #3 on: May 04, 2005, 12:16:25 PM »

It says  OS: Fedora Core 3 in your profile. So you should not use Suse packages anyway!  ;)

Edit: Uhh...wait...I see you are actually using the FC3 RPM...sorry...

Quote
Originally posted by fake4everAin't it so that with 2.0.0 final you only need the wxGTK 2.6.0? Correct me I'm wrong about this.
I was thinking the same actually...sigh
« Last Edit: May 04, 2005, 01:26:55 PM by fish »
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule 2.0.0 installation fails
« Reply #4 on: May 04, 2005, 12:40:25 PM »

Quote
Ain't it so that with 2.0.0 final you only need the wxGTK 2.6.0? Correct me I'm wrong about this.
You're wrong. We said that with wxGTK >= 2.5.0 you only need wxGTK. Nothing about aMule-2.0.0 final.

About installation: the provided aMule-2.0.0-1.FC3.i386.rpm seems to require wxGTK 2.4.2.
Uninstall wxGTK-2.6.0, download and install wxGTK-2.4.2 and wxBase-2.4.2.
Logged
concordia cum veritate

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #5 on: May 04, 2005, 12:58:53 PM »

Quote
Originally posted by GonoszTopiAbout installation: the provided aMule-2.0.0-1.FC3.i386.rpm seems to require wxGTK 2.4.2.
Uninstall wxGTK-2.6.0, download and install wxGTK-2.4.2 and wxBase-2.4.2.
Then it will quite probably say this, no?

Code: [Select]
fish@x1-6-00-c0-9f-0e-08-bb:/tmp> amule
FATAL ERROR! You have attempted to use a version of wxGTK older than
the 2.5.1 release, compiled against GTK2! This combination is not
supported by aMule due to many known problems. If you wish to use
wxGTK compiled against GTK2, please upgrade to a more recent version
of wxGTK.

More information can be found at:
 - [URL]http://www.amule.org[/URL]
 - [URL]http://wiki.amule.org[/URL]

Current version is: aMule 2.0.0 using wxGTK2 v2.4.2
Is there a wxGTK RPM older the 2.5.1 compiled against GTK1?
Or a wxGTK RPM newer the 2.5.1 release compiled against GTK2?

Well, I think I will just wait for a Suse package from your site!  :)
« Last Edit: May 04, 2005, 01:00:51 PM by fish »
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule 2.0.0 installation fails
« Reply #6 on: May 04, 2005, 01:07:14 PM »

No. Our wxGTK rpms are linked against GTK1, not GTK2.

Quote
Well, I think I will just wait for a Suse package from your site!
If you're using Suse, why do you want to install an FC3 package?
Logged
concordia cum veritate

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #7 on: May 04, 2005, 01:23:19 PM »

Quote
Originally posted by GonoszTopi No. Our wxGTK rpms are linked against GTK1, not GTK2.
Ok, but then I wonder why it doesn't work with your wxGTK version.

Must be the RPM from packman that is buggy, or I'm just too stupid! ;)

Quote
Originally posted by GonoszTopi If you're using Suse, why do you want to install an FC3 package?
As you can see above, I never tried to install a FC3 package, the packman RPMs are for Suse.

But yes, this thread is a bit messy now...
« Last Edit: May 04, 2005, 01:31:16 PM by fish »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: aMule 2.0.0 installation fails
« Reply #8 on: May 04, 2005, 01:30:16 PM »

fish: packman uses the wxGTK version which come with use,

or amule roms are build with the once from wxwidgets, and mixing up thos things results in crash or "dont start" either way

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #9 on: May 04, 2005, 01:38:22 PM »

Ok, I see. You say that packman uses the wxGTK version that came with Suse (which is 2.4.2.4 linked against GTK2 for Suse 9.1) - wouldn't that mean that it's useless, because one cannot start aMule like this and gets the above error message? I just wonder why anyone would build such a package at all, seems totally worthless to me, no?

However, thanks for your help and answers, much appreciated!  :)
« Last Edit: May 04, 2005, 01:41:04 PM by fish »
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule 2.0.0 installation fails
« Reply #10 on: May 04, 2005, 02:11:14 PM »

Quote
As you can see above, I never tried to install a FC3 package, the packman RPMs are for Suse.

But yes, this thread is a bit messy now...

Next time I'll have to check the names of users more carefully  :]
Logged
concordia cum veritate

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #11 on: May 05, 2005, 11:30:16 AM »

Ok, I downloaded this RPM: http://download.berlios.de/amule/wxGTK-2.6.0-1.i586-SuSE_8.2-9.0-9.1.rpm

Installation works fine, but I still cannot install aMule!

Code: [Select]
x1-6-00-c0-9f-0e-08-bb:/tmp # rpm -Uhv aMule-2.0.0-1.pm.1.i586.rpm
warning: aMule-2.0.0-1.pm.1.i586.rpm: V3 DSA signature: NOKEY, key ID 27db6f5b
error: Failed dependencies:
        libwx_gtk2-2.4.so.0 is needed by aMule-2.0.0-1.pm.1
        libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by aMule-2.0.0-1.pm.1
Either I can install aMule when I use wxGTK 2.4 but then I cannot start aMule...

...or I use wxGTK 2.6.0 but then I cannot install aMule!

I'm lost...any help?  :(
« Last Edit: May 05, 2005, 11:31:22 AM by fish »
Logged

fish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
    • http://www.dachboden-wg.de
Re: aMule 2.0.0 installation fails
« Reply #12 on: May 05, 2005, 10:16:24 PM »

ok, Im pretty stupid...of course I have to use the aMule RPM for Suse 9.1 too...works now!

thanks for those packages! much appreciated!!   :)
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: aMule 2.0.0 installation fails
« Reply #13 on: May 06, 2005, 07:35:19 AM »

ur welcome ;)

cheers