Posted by
Roshan on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/EBSR12-1-1-post-installation-tp595.html
Hello,
after installation on the application node has been completed, I am getting the errors in the screenshot.
postinstall.PNGhttppostinstall.PNGadapcctl.txtI think this package libgdbm is missing.
When I try to install it it is giving me the errors below:
[root@visapp Packages]# yum install gdbm-1.8.0-36.el6.i686
Loaded plugins: presto, refresh-packagekit, security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gdbm.i686 0:1.8.0-36.el6 will be installed
--> Finished Dependency Resolution
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for gdbm which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of gdbm of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude gdbm.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of gdbm installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of gdbm installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: gdbm-1.8.0-36.el6.i686 != gdbm-1.8.0-38.el6.x86_64
You could try using --skip-broken to work around the problem
** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows:
libX11-common-1.6.0-6.el6.noarch is a duplicate with libX11-common-1.5.0-4.el6.noarch
libXi-1.7.2-2.2.el6.x86_64 is a duplicate with libXi-1.6.1-3.el6.i686
libXp-1.0.2-2.1.el6.x86_64 is a duplicate with libXp-1.0.0-15.1.el6.i686
libuuid-2.17.2-12.18.0.1.el6.x86_64 is a duplicate with libuuid-2.17.2-12.9.el6.i686
sysstat-9.0.4-27.el6.x86_64 is a duplicate with sysstat-9.0.4-20.el6.x86_64
[root@visapp Packages]# apt -get remove libXi-1.6.1-3.el6.i686
-bash: apt: command not found
[root@visapp Packages]# remove libXi-1.6.1-3.el6.i686
-bash: remove: command not found
[root@visapp Packages]# rpm -e libXi-1.6.1-3.el6.i686
error: Failed dependencies:
libXi.so.6 is needed by (installed) libXtst-1.2.1-2.el6.i686
[root@visapp Packages]#
Thanks and Regards
Roshan