LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 04-21-2015, 03:54 PM   #1
fubar77
LQ Newbie
 
Registered: Apr 2015
Location: Arlington, Virginia
Distribution: Centos 6.6
Posts: 1

Rep: Reputation: Disabled
Protected multilib versions error


Hi,

I am trying to install the NetIQ agent on my servers at work. When I run the "check_requirments.sh" script I am told I need pam.i686.

I am on a Centos 64 bit platform. When I do a yum install of the pam.i686 I get the following error:

"protected multilib versions: pam-1.1.1-20.el6.i686 != pam-1.1.10.el6._2.1.x86_64

This is happening on nearly every server in my environment. I am guessing it has something to do with having both versions on the machine and neither is compatible. Does anyone have any idea how to fix this. I am at a stand still. I already attempted using --exclude with both package names and neither were accepted. Any help is greatly appreciated.

Thanks!
 
Old 04-25-2015, 10:40 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by fubar77 View Post
I am on a Centos 64 bit platform (..) I am guessing (..)
Don't guess: ensure.
If you are running x86_64 then you only install those packages.
So don't 'yum install packagename.i686' but 'yum install packagename'.


Quote:
Originally Posted by fubar77 View Post
This is happening on nearly every server in my environment.
Then somebody fscked up good. Better check:
Code:
_TMPFILE=`mktemp -p /dev/shm rpmqa.XXXXXXXXXX` && {
 rpm -qa --qf="%{name} %{arch}\n" > "${_MTMPFILE}"; for _ARCH in x86_64 i686 noarch; do echo "${_ARCH}: $(grep -c '.${_ARCH}' "${_MTMPFILE}")"
 done | sort -nk2; } ; rm -f "${_TMPFILE}"

Quote:
Originally Posted by fubar77 View Post
I already attempted using --exclude with both package names and neither were accepted.
You are trying to --force things while you should try to understand what happened and fix things the right way.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANN] mk-slack64-multilib : A tool to create slackware64+multilib tree/iso phenixia2003 Slackware 5 12-28-2012 05:42 AM
Slackware64 multilib compile error Breeze Slackware 7 05-22-2011 02:56 AM
[SOLVED] updates, multilib, ATI drivers & versions business_kid Slackware 2 04-29-2011 03:08 AM
[SOLVED] Displaying the contents of buffers in a protected and non-protected critical section mashhype Programming 5 11-22-2010 09:41 PM
[SOLVED] Broffice not compile on Slack64(multilib or no multilib);SlackBuild afreitascs Slackware 4 06-14-2010 07:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 11:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration