Discussion:
4.2 auto deploy install failed
kchengva
2012-08-13 19:39:28 UTC
Permalink
kchengva [http://community.zenoss.org/people/kchengva] created the discussion

"4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67795#67795

--------------------------------------------------------------
Hello,

On CentOS 6.3, the auto deploy script failed at install rabbitmq-server app. it required "liboddc.so.1"
Does anyone know what I miss?  I manually installed unixODBC-2.2.14.el6.x86_64 that has the above lib.

...
Setting up Local Package Process
Examining rabbitmq-server-2.8.4-1.noarch.rpm: rabbitmq-server-2.8.4-1.noarch
Marking rabbitmq-server-2.8.4-1.noarch.rpm to be installed
epel                                                                                                       | 3.7 kB     00:00 epel/primary_db                                                                                            | 3.8 MB     00:09
Resolving Dependencies --> Running transaction check
---> Package rabbitmq-server.noarch 0:2.8.4-1 will be installed
--> Processing Dependency: erlang >= R12B-3 for package: rabbitmq-server-2.8.4-1.noarch
--> Running transaction check 
(deleted)
--> Finished Dependency Resolution
Error: Package: erlang-R12B-5.11.el5.x86_64 (epel)           
Requires: libodbc.so.1()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Command failure: yum --enablerepo=epel -y --nogpgcheck localinstall rabbitmq-server-2.8.4-1.noarch.rpm
[***@centos ~]#
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67795#67795]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
kchengva
2012-08-13 21:07:25 UTC
Permalink
kchengva [http://community.zenoss.org/people/kchengva] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67811#67811

--------------------------------------------------------------
I tried to change rabbitmq-server-2.8.4-1 to rabbitmq-server-2.8.5-1 in core-autodeploy-4.2.sh; and used "ln" to an existing libodbc.so.2. Neither works.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67811#67811]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Voorhees
2012-08-13 21:36:32 UTC
Permalink
Voorhees [http://community.zenoss.org/people/Voorhees] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67812#67812

--------------------------------------------------------------
try this:

yum install unixODBC-2.2.14-11.el6.x86_64

That will give you libodbc.so.1 at least.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67812#67812]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Daniel Robbins
2012-08-13 22:00:45 UTC
Permalink
Daniel Robbins [http://community.zenoss.org/people/drobbins] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67815#67815

--------------------------------------------------------------
unixODBC should be provided by the base CentOS repo. Make sure that it is listed in /etc/yum.repos.d/ and is enabled. This will allow yum to automatically fulfill dependencies by pulling in any missing packages from the base repo. This appears to be what is failing. If you start from a fresh CentOS 6.3 install, then the base repo should be enabled by default.

Regards,

Daniel
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67815#67815]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
kchengva
2012-08-14 19:07:33 UTC
Permalink
kchengva [http://community.zenoss.org/people/kchengva] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67829#67829

--------------------------------------------------------------
Daniel, Thanks. I re-install a fresh CentOS and the problem resolved. Regards, Kevin
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67829#67829]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Stefan Reinke
2012-08-15 15:09:23 UTC
Permalink
Stefan Reinke [http://community.zenoss.org/people/Stefan] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67849#67849

--------------------------------------------------------------
Hi,

I am having the same problem. Although I did do a fresh install, I am still getting that error. Any help?

--> Finished Dependency Resolution
Error: Package: erlang-R12B-5.11.el5.x86_64 (epel)
           Requires: libodbc.so.1()(64bit)
You could try using --skip-broken to work around the problem
** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
2:postfix-2.6.6-2.2.el6_1.x86_64 has missing requires of libmysqlclient.so.16()(64bit)
2:postfix-2.6.6-2.2.el6_1.x86_64 has missing requires of libmysqlclient.so.16(libmysqlclient_16)(64bit)
2:postfix-2.6.6-2.2.el6_1.x86_64 has missing requires of mysql-libs
[***@localhost ~]#

--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67849#67849]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
dpetzel
2012-08-17 01:51:11 UTC
Permalink
dpetzel [http://community.zenoss.org/people/dpetzel] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67921#67921

--------------------------------------------------------------
Stefan, what is the output of
rpm -qa | grep -i mysql
An how about
yum provides libodbc.so.1
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67921#67921]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Stefan Reinke
2012-08-17 06:22:44 UTC
Permalink
Stefan Reinke [http://community.zenoss.org/people/Stefan] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/67931#67931

--------------------------------------------------------------
I reinstalled and used the auto-deploy. Works perfectly.

Previously I followed the guide and got that error, so maybe something is missing in the guide that is included in the auto-deploy script.

--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/67931#67931]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
joehiker
2012-08-31 04:08:54 UTC
Permalink
joehiker [http://community.zenoss.org/people/joehiker] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/68345#68345

--------------------------------------------------------------
Hi Dan,

    I am getting the same error on Centos 6.2. I did install unix-odbc, but


[***@Tigershark5 Downloads]# yum list installed | grep unix
unixODBC.i686           2.2.14-11.el6   @base                                  
unixODBC.x86_64         2.2.14-11.el6   @base                                  
[***@Tigershark5 Downloads]#


But still get the following error any ideas
-> Package erlang.x86_64 0:R12B-5.11.el5 will be installed
--> Processing Dependency: libodbc.so.1()(64bit) for package: erlang-R12B-5.11.el5.x86_64
---> Package tcl.x86_64 1:8.5.7-6.el6 will be installed
--> Finished Dependency Resolution
Error: Package: erlang-R12B-5.11.el5.x86_64 (epel)
           Requires: libodbc.so.1()(64bit)
You could try using --skip-broken to work around the problem

Thanks
Joseph
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/68345#68345]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
dpetzel
2012-09-01 01:57:11 UTC
Permalink
dpetzel [http://community.zenoss.org/people/dpetzel] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/68367#68367

--------------------------------------------------------------
It appears its trying to install the the el5 package of erlang.....
If you do a "yum install erlang" but don't answer yes (so nothing actually gets installed), can you past that output?

I would expect el6 packages..
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/68367#68367]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jshardlow
2012-09-14 12:47:18 UTC
Permalink
jshardlow [http://community.zenoss.org/people/jshardlow] created the discussion

"Re: 4.2 auto deploy install failed"

To view the discussion, visit: http://community.zenoss.org/message/68574#68574

--------------------------------------------------------------
Jospeh to expand on dpetzel's answer, looks like you may have the incorrect version of the EPEL repo. This is what you should have installed:

$ rpm -qa | grep epel
epel-release-6-7.noarch


And the top of /etc/yum.repos.d/epel.repo should look like:

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/68574#68574]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...