1

Topic: Install problems mysql51 conflicts with mysql

Hi all, I have been following the instructions to install iRedMail and have existing PHP/MYSQL/Apache/phpMyAdmin installs. [http://code.google.com/p/iredmail/wiki/Installation]
I also followed the [http://code.google.com/p/iredmail/wiki/ … ation_Tips] for setting the config.
But when I do a bash iRedMail.sh I get the following error.
Can someone help me. I am a *nix novice and not sure what to do next...

.......

l51-5.1.55-1.ius.el5.x86_64 from installed has depsolving problems
  --> mysql51 conflicts with mysql
Error: mysql51 conflicts with mysql
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
< ERROR > Installation failed, please check the terminal output.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Install problems mysql51 conflicts with mysql

otherjohn wrote:

  --> mysql51 conflicts with mysql

It's clear here.

iRedMail try to install "mysql51", but you have a conflict package "mysql" installed.
You should solve this package conflict first.

All packages are defined in iRedMail-x.y.z/functions/packages.sh, you can remove unnecessary packages directly.

3

Re: Install problems mysql51 conflicts with mysql

Thanks,
As a lowly newbie, I didn't understand even that! I know I had installed mysql51.
If I remove the unnecessary package, how can that affect things that are already running?
John

ZhangHuangbin wrote:
otherjohn wrote:

  --> mysql51 conflicts with mysql

It's clear here.

iRedMail try to install "mysql51", but you have a conflict package "mysql" installed.
You should solve this package conflict first.

All packages are defined in iRedMail-x.y.z/functions/packages.sh, you can remove unnecessary packages directly.