aMule Forum

English => Compilation problems => Topic started by: skolnick on July 17, 2011, 09:33:12 PM

Title: aMule install on CentOS 6 (RHEL 6)
Post by: skolnick 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 :)
Title: Re: aMule install on CentOS 6 (RHEL 6)
Post by: Stu Redman 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.)
Title: Re: aMule install on CentOS 6 (RHEL 6)
Post by: GonoszTopi 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,
Title: Re: aMule install on CentOS 6 (RHEL 6)
Post by: skolnick 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.