trying to install errors with mysql
Moderator: moderator
-
- Posts: 19
- Joined: Sat Nov 21, 2009 7:01 pm
trying to install errors with mysql
The install keeps telling me to install mysql server.
I am able to get to my MysqlServer with phpMyadmin.
This linux dedicated server is a whm cpanel environment. Why is the install script not finding mysql?
I am able to get into mysql by running
# mysql
also
/etc/init.d/mysql status
MySQL running (12637) [ OK ]
the install script tells me
OpenEMM Installer: RPM package(s) missing: mysql-server
Please install these packages with
'yum install mysql-server'
I do not understand. please help!
I am able to get to my MysqlServer with phpMyadmin.
This linux dedicated server is a whm cpanel environment. Why is the install script not finding mysql?
I am able to get into mysql by running
# mysql
also
/etc/init.d/mysql status
MySQL running (12637) [ OK ]
the install script tells me
OpenEMM Installer: RPM package(s) missing: mysql-server
Please install these packages with
'yum install mysql-server'
I do not understand. please help!
-
- Posts: 19
- Joined: Sat Nov 21, 2009 7:01 pm
Error with OpenEMM-Installer-1.2.sh
The error appears as follows:
1. I run the OpenEMM-Installer-1.2.sh script following exactly the instructions in "OpenEMM Install and Administration Guide for OpenEMM 6.x.y.pdf".
2. The installer stops running with this error message:
"OpenEMM Installer: RPM package(s) missing: mysql-server
Please install these packages with
'yum install mysql-server' "
3. BUT mysql-server IS already installed and running on my server since many months.
That's the same error the thread starter writes about.
But I don't run cPanel on my server. My server runs with CentOS 5.4 with all updates installed.
What I consider to be a bug is that the installer tells to install mysql-server but the mysql-server is already installed and running.
Is there a workaround or a possibility to install OpenEMM without the installer?
Thanks for a hint.
1. I run the OpenEMM-Installer-1.2.sh script following exactly the instructions in "OpenEMM Install and Administration Guide for OpenEMM 6.x.y.pdf".
2. The installer stops running with this error message:
"OpenEMM Installer: RPM package(s) missing: mysql-server
Please install these packages with
'yum install mysql-server' "
3. BUT mysql-server IS already installed and running on my server since many months.
That's the same error the thread starter writes about.
But I don't run cPanel on my server. My server runs with CentOS 5.4 with all updates installed.
What I consider to be a bug is that the installer tells to install mysql-server but the mysql-server is already installed and running.
Is there a workaround or a possibility to install OpenEMM without the installer?
Thanks for a hint.
Last edited by mkom on Thu Feb 04, 2010 10:40 am, edited 1 time in total.
name of mysql-server RPM?
Where do I find the name of my mysql-server RPM you are asking for?
Are you talking about this name: "mysql-server-5.0.89-1.el5.art"?
Are you talking about this name: "mysql-server-5.0.89-1.el5.art"?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
In this case you should simply comment out the RPM check in the script. However, I wonder what output you get when you enter
at the shell prompt (this is the same command used by the script). Do you get "mysql-server-5.0.89-1.el5.art" back?
Code: Select all
rpm -qa | grep mysql-server
OpenEMM Maintainer
Yes, I'm getting this back (really 2 identical lines):
Code: Select all
# rpm -qa | grep mysql-server
mysql-server-5.0.89-1.el5.art
mysql-server-5.0.89-1.el5.art