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 install on CentOS 6 (RHEL 6)  (Read 6077 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
aMule install on CentOS 6 (RHEL 6)
« on: July 17, 2011, 09:33:12 PM »

Hi!

I just tried compiling and installing aMule SVN r10589 on my CentOS 6.0 box. It compiles fine (after installing all dependencies from repoforge) but when installing, I just found two conflicting files: there already exists /usr/bin/cas and /usr/share/man/man1/cas.1.gz which belong to another package (https://fedorahosted.org/cas/). Since I create my own RPMs, which install to /usr tree, this is annoying. Is there any chance that the cas utility could be renamed to something else? cas-amule would be a suggestion to avoid future name clashes.

Thanks for any help :)
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: aMule install on CentOS 6 (RHEL 6)
« Reply #1 on: July 18, 2011, 10:08:06 PM »

How about configuring without cas and using wxcas instead?
(Sorry if that's a dumb idea - I don't use either one.)
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: aMule install on CentOS 6 (RHEL 6)
« Reply #2 on: July 19, 2011, 11:13:37 PM »

Is there any chance that the cas utility could be renamed to something else? cas-amule would be a suggestion to avoid future name clashes.
Configure with --program-transform-name=s,^cas\$,cas-amule,
Logged
concordia cum veritate

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: aMule install on CentOS 6 (RHEL 6)
« Reply #3 on: July 20, 2011, 07:00:00 PM »

Hi!

@Stu
It's not a dumb idea, it's just that wxCas and cas both do the same but under different circumstances, and my need is for cas (console only, runnable via cron) and not wxCas (graphical, always running).

@GonoszTopi
Thaks for your suggestion, it seems to be exactly what I need. I had seen the option before in configure, but never really understood what it was for. I guess you learn something new every day.

Regards.
Logged