aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Trouble with installation  (Read 3015 times)

nicoska

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Trouble with installation
« on: May 29, 2005, 05:23:53 PM »

I downloaded the new 2.0.1 because it says "HOT FIX".
When doing
Code: [Select]
rpm -Uhv aMule-2.0.1-1.....rpm the system tells me that aMule 2.0.1-1 needs new wxGTK.
So i downloaded the new wxGTK-2.6.0-1.i586-FC3.rpm and when i did
Code: [Select]
rpm -Uhv wxGTK-2.6.0-1.i586-FC3.rpm the system tells me that the old wxGTK(2.4) was needed by aMule2.0.0.
So i removed wxGTK2.4 and aMule2.0.0.
Now i've installed wxGTK2.6 and aMule 2.0.1 with no trouble, but when try to run it by type
Code: [Select]
amule in the console the system give me that error:
Code: [Select]
amule: error while loading shared libraries: libwx_gtk-2.4.so.0: cannot open shared object file: No such file or directory.
How it's possible ? Does the aMule2.0.1 need the old wxGTK 2.4 ?
Thanks for your help and sorry for my bad english.
Nicoska
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: Trouble with installation
« Reply #1 on: May 29, 2005, 06:46:13 PM »

plz post the output of:  

rpm -qa | grep wx

rpm -qa | grep aMule

nicoska

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Trouble with installation
« Reply #2 on: May 29, 2005, 09:04:24 PM »

Code: [Select]
[nico@fedora]$ rpm -qa | grep wx
wxGTK-common-2.4.2-7
wxGTK-2.6.0-1
[nico@fedora]$

and

Code: [Select]
[nico@fedora ]$ rpm -qa | grep aMule
aMule-2.0.1-1
[nico@fedora]$

Thanks a lot for your time.
bye

Nicoska
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: Trouble with installation
« Reply #3 on: May 29, 2005, 09:21:34 PM »

did you dl http://www.amule.org/files/download.php?file=94 ?

it's really weird.. plz uninstall wx and amule, then show me the output of:

ls -l /usr/bin/am*

and

ls -l /usr/local/bin/am*

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: Trouble with installation
« Reply #4 on: May 29, 2005, 09:54:36 PM »

wxGTK-common-2.4.2-7
wxGTK-2.6.0-1

Hmmm.....
Logged
concordia cum veritate

nicoska

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Trouble with installation
« Reply #5 on: May 29, 2005, 11:15:29 PM »

Quote
Originally posted by deltaHF
did you dl http://www.amule.org/files/download.php?file=94 ?

it's really weird.. plz uninstall wx and amule, then show me the output of:

ls -l /usr/bin/am*

and

ls -l /usr/local/bin/am*

Yes, i downloaded it.
That's what i did few seconds ago:
Code: [Select]
[root@fedora nico]# rpm -e aMule-2.0.1-1
[root@fedora nico]# rpm -e wxGTK-common-2.4.2-7
[root@fedora nico]# rpm -e wxGTK-2.6.0-1
[root@fedora nico]# ls -l /usr/bin/am*
-rwxr-xr-x  1 root root 14804 20 ott  2004 /usr/bin/amidi
-rwxr-xr-x  1 root root 40316 20 ott  2004 /usr/bin/amixer
lrwxrwxrwx  1 root root     3  4 feb 11:42 /usr/bin/amstex -> tex
[root@fedora nico]# ls -l /usr/local/bin/am*
-rwxr-xr-x  1 root root 16090260  3 mag 14:02 /usr/local/bin/amule
[root@fedora nico]#

Now what should i do ?
thanks

Nicoska
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: Trouble with installation
« Reply #6 on: May 30, 2005, 01:20:57 AM »

rm -f /usr/local/bin/amule

and install our wx and amule rpms again

cheers

gruntydatsun

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
  • Huddled in foetal position on floor hugging knees: "no nooo no failed dependency..... noooooooooo"
How I Did It
« Reply #7 on: May 30, 2005, 02:37:26 AM »

I have a standard FC3 install.  Heres what I did to get it running.

Downloaded fc3 rpms of wxGTK  http://www.amule.org/files/files.php?cat=12  and amule  http://www.amule.org/files/files.php?cat=19

Started Synaptic and reinstalled readline (don't remember uninstalling it?)

Used Synaptic to uninstall aMule and wx

Install wxGTK from downloaded rpm (no problems at all this time)

Install aMule from downloaded rpm (no problems either).

Trying to do this without first uninstalling the originals didn't work.

Good luck.
Logged
--
Fear the awesome power of the DATSUN!!!!

nicoska

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Trouble with installation
« Reply #8 on: May 31, 2005, 12:32:41 AM »

Quote
Originally posted by deltaHF
rm -f /usr/local/bin/amule

and install our wx and amule rpms again

cheers

Thanks a lot, with this hint i solved my problem.
Thanks again.

Nicoska
Logged