MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

install.sh doesn't work with MySQL provided rpms on redhat/centos #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've upgrade my ELSA server to run MySQL 5.6 instead of the RedHat provided 
rpms. Every time I do an update to Elsa I need to edit the install.sh script 
and remove the checks for the mysql rpms. The new option to use a local 
install.sh helps, but it would be nice if the script was smart enough to detect 
the non-standard MySQL rpms. 

# rpm -qa|grep My
MySQL-shared-compat-5.6.10-1.el6.x86_64
MySQL-shared-5.6.10-1.el6.x86_64
MySQL-server-5.6.10-1.el6.x86_64
MySQL-client-5.6.10-1.el6.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64
MySQL-devel-5.6.10-1.el6.x86_64

Original issue reported on code.google.com by and...@wolftrail.com on 17 May 2013 at 3:44

GoogleCodeExporter commented 8 years ago
Added in rev 889 via /etc/elsa_vars.sh config variable 
USE_LOCAL_MYSQL_PACKAGES=1

Original comment by mchol...@gmail.com on 17 May 2013 at 9:57