aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2 3

Author Topic: Fedora 3,4 and 5  (Read 35453 times)

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Fedora 3,4 and 5
« on: June 12, 2006, 11:19:16 PM »

Fedora 3:
http://www.savefile.com/projects/212064

Fedora 4:
http://www.savefile.com/projects/238024

Fedora 5:
http://www.savefile.com/projects/166294

For those who are not familiar with rpms,the best to install this rpms:
 Download the rpms and save them in your home dir:
 wx-gtk2-unicode....rpm
 wx-base-unicode.....rpm
 aMule-2.1.3....rpm
 then in a console as root:
 cd /home/user < your user home dir
 su [enter]< type su and press enter
 supply your root password and hit enter again,
 then type:
 yum install wx-base-unicode....rpm wx-gtk2-unicode....rpm aMule-2.1.3....rpm
 hit enter.
 yum will install the required dependencies for the wx-base and wx-gtk2 to work
 should be fine to run aMule.
 If you want to run amuled(amule-daemon) you will need the aMule-daemon and the aMule-webserver at least, to control amuled along with the wx-base-unicode rpm
 For configuring the Daemon take a look at here
 
 Post any problems you may find.
 
 Cheers....
Logged
Linux user nº289016 at Linux counter

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Fedora 3,4 and 5
« Reply #1 on: June 15, 2006, 06:59:19 PM »

If anyone is having troubles with the need to remove some used programs like VLC and some other because of wxGTK dependencies to install aMule and my wx rpms, just let me know so i can build another aMule rpm with the original wx rpms from fedora.
You must be advised that aMule could become instable or buggy with the original wxGTK rpms from fedora.

Cheers....
Logged
Linux user nº289016 at Linux counter

seriouslycgi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Fedora 3,4 and 5
« Reply #2 on: June 21, 2006, 07:38:30 AM »

Package wx-base-unicode-2.6.3-1.i586.rpm is not signed

i keep getting that error with a almost default install of fc5 (kernel and X only updated)

wondering if i could get a little advice :)

thanks in advance I appreciate any help.
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Fedora 3,4 and 5
« Reply #3 on: June 23, 2006, 01:49:46 AM »

Personaly i did not notice that.You may try to install it or download again and then try to install it.

Let me know the result....

Cheers...
Logged
Linux user nº289016 at Linux counter

Ezeltje

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 130
    • Home page
amuleweb
« Reply #4 on: June 29, 2006, 12:54:17 AM »

Hi wardevil,

I've just downloaded and installed your FC5 packages. Thanks for taking the time to build them. I am hoping that they will solve some stability problems I have been having with aMule since version 2.1 was released in January.

One question: Since installing your RPMs, I am having trouble getting amuleweb to work properly. I can open the login screen in the browser on port 4711, then enter my password, and the main menu is displayed. But when I click on one of the icons, I get bounced back to login screen. I never had this problem previously, and I have been using amuleweb for at least a year.

FYI, I installed the following packages:

Code: [Select]
wx-base-unicode-2.6.3-1.i586.rpm
wx-gtk2-unicode-2.6.3-1.i586.rpm
aMule-2.1.3-1_FC5.i586.rpm
aMule-webserver-2.1.3-1_FC5.i586.rpm
aMule-cas-2.1.3-1_FC5.i586.rpm

Am I missing something?

Thanks.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Fedora 3,4 and 5
« Reply #5 on: June 29, 2006, 07:29:02 AM »

Hi Ezeltje!

Do you use an Extension for Firefox like Fasterfox with Prefetching?
Could you please try to clear your cookies?

Regards
Logged

Ezeltje

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 130
    • Home page
works now
« Reply #6 on: June 29, 2006, 12:43:35 PM »

Hi wuischke,

Thanks for your quick reply. In Firefox, I deleted the two cookies amuleweb sets and now it works ok. Some kinda weird mismatch I guess.

FWIW, I have FasterFox installed and but I don't have prefetching enabled.
Logged

Ezeltje

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 130
    • Home page
library build mismatch
« Reply #7 on: July 12, 2006, 01:05:44 AM »

wardevil,

Yesterday I compiled the latest CVS. 2.1.3 crashes occasionally and I would like to see if I can come up with useful backtrace to help the devs. But when i try to launch amule, I get an error message:

Code: [Select]
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.2,compatible with 2.4).
I never saw this error message with the standard Fedora wx packages; only with yours. Any idea what the problem might be? Is there some parameter I need to include when I run configure? I don't see anything listed in docs/INSTALL.

TIA

NB: As I mentioned above, I am running FC5.
« Last Edit: July 12, 2006, 01:12:59 AM by Ezeltje »
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Fedora 3,4 and 5
« Reply #8 on: July 12, 2006, 02:33:21 AM »

Can you post the output of:
Code: [Select]
rpm -qa | grep wx
rpm -qa | grep libwx
rpm -qa | grep aMule

It would be more easy if you want help.

Cheers....
Logged
Linux user nº289016 at Linux counter

Ezeltje

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 130
    • Home page
Re: Fedora 3,4 and 5
« Reply #9 on: July 12, 2006, 02:52:35 AM »

Here you are:

Code: [Select]
$ rpm -qa | grep wx
wx-gtk2-unicode-2.6.3-1
wx-base-unicode-2.6.3-1
wxGTK-devel-2.6.3-2.6.3.2.2.fc5
wxGTK-gl-2.6.3-2.6.3.2.2.fc5

$ rpm -qa | grep libwx

$ rpm -qa | grep aMule
aMule-2.1.3-1_FC5
aMule-cas-2.1.3-1_FC5
aMule-webserver-2.1.3-1_FC5
Please note: your 2.1.3 amule package runs just fine with your wx libraries. it is only when I try to run cvs code I have compiled myself (or, for that matter, the standard FC5 amule rpm) do I see the error mentioned above.

Thanks.
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Fedora 3,4 and 5
« Reply #10 on: July 12, 2006, 03:03:13 PM »

The problem is,you have too much things installed that is:
wxGTK-devel-2.6.3-2.6.3.2.2.fc5
wxGTK-gl-2.6.3-2.6.3.2.2.fc5
These are from fedora original packages and when you compile aMule cvs it probably used those for compiling against those librarys and when you try to run aMule it looks for mine.
The solution is,and if you dont use VLC or any other software that require wxGTK from fedora,uninstall those rpms provided by fedora else, if you use VLC then uninstall mine packages and try to compile aMule you self....I am sure it would compile very nicely.
The main goal for not to use the original wxGTK from fedora original is that i wanted to use a bit modular approach by installing aMule.
For example,if you just want aMuled and webserver to control aMule without X you only need the wx-base package along with few dependencies for aMuleweb.
Of course this is not perfect since i know is much more comfortable to issue:
yum install aMule.....rpm and yum will take care of the needed dependencies.
Perhaps i will change this in the future....but lets see....    :D

Any ideas are welcome.

Cheers....
Logged
Linux user nº289016 at Linux counter

masster

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: Fedora 3,4 and 5
« Reply #11 on: August 12, 2006, 04:01:32 PM »

Where can I find latest binary RPMs for Red Hat 9, please?

Compiling from source is too hard for me. I tried and I'm sick and tired of errors I got. So pleasem ONLY binaries, even older versions.

Thanks
« Last Edit: August 12, 2006, 04:03:07 PM by masster »
Logged

Ezeltje

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 130
    • Home page
Re: Fedora 3,4 and 5
« Reply #12 on: August 12, 2006, 05:16:45 PM »

Quote
Originally posted by masster
Where can I find latest binary RPMs for Red Hat 9, please?

amule-2.0.0-1.0.rh9.rf.i386.rpm

Did you search the web first before posting here?
« Last Edit: August 12, 2006, 05:17:17 PM by Ezeltje »
Logged

masster

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: Fedora 3,4 and 5
« Reply #13 on: August 12, 2006, 05:23:18 PM »

Quote
Originally posted by Ezeltje
Did you search the web first before posting here?
I did. Your link was already an option to me. I was just hoping there is a newer binary RPM known by this forum or maybe some Fedora binary RPM fits for RH9 too.
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: Fedora 3,4 and 5
« Reply #14 on: August 14, 2006, 03:21:12 PM »

You could try the ones from fedora core 3 and let us know....
There is no danger to trash your system because when u try to install the rpms if the requirements are not furfilled an error is raised....so let us know how it went.
Its not easy for me to build aMule rpms for so many OS versions and i am going with 7 diferent ones.I allready have a few hard drives with fedora and mandrake.Note that i only use Mandriva 2006 as my daily use system.....so its not easy.....
If you want to contribute just provide a system with Redhat 9 installed and ssh access and i will built those rpms....
Just PM me if you are insterested in helping the aMule community  ;)

Cheers.....
Logged
Linux user nº289016 at Linux counter

Pages: [1] 2 3