<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multilib version problems found pam.i686 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multilib-version-problems-found-pam-i686/m-p/339076#M94892</link>
    <description>&lt;P&gt;Hi - I'm after some help around a Linux forwarder I'm trying to configure to handle OPSEC LEA connectivity for Checkpoint logs from a smart-1 appliance.&lt;/P&gt;

&lt;P&gt;We're using Red Hat Enterprise Linux Server release 7.3 and I'm getting this error.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;External handler failed with code '1' and output: 'REST ERROR[400]: Bad Request - GNU C library (glibc.i686 32-bit and pam.i686) is missing.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;when I check the libraries I get this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[root@end-ipmc76 ~]# yum install glibc.i686&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
Package glibc-2.17-222.el7.i686 already installed and latest version&lt;BR /&gt;
Nothing to do&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[root@end-ipmc76 ~]# yum install pam.i686&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
Resolving Dependencies&lt;BR /&gt;
--&amp;gt; Running transaction check&lt;BR /&gt;
---&amp;gt; Package pam.i686 0:1.1.8-18.el7 will be updated&lt;BR /&gt;
---&amp;gt; Package pam.i686 0:1.1.8-22.el7 will be an update&lt;BR /&gt;
--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;
Error:  Multilib version problems found. This often means that the root&lt;BR /&gt;
       cause is something else and multilib version checking is just&lt;BR /&gt;
       pointing out that there is a problem. Eg.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  1. You have an upgrade for pam which is missing some
        dependency that another package requires. Yum is trying to
        solve this by installing an older version of pam 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 pam.otherarch ... this should give you an error
        message showing the root cause of the problem.
     2. You have multiple architectures of pam installed, but
        yum can only see an upgrade for one of those architectures.
        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 pam 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: pam-1.1.8-22.el7.i686 != pam-1.1.8-18.el7.x86_64
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;yum check just came back with this&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[root@end-ipmc76 ~]# yum check&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
check all&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I'm not really sure what to do next?&lt;/P&gt;

&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 08:22:30 GMT</pubDate>
    <dc:creator>sworton</dc:creator>
    <dc:date>2018-04-17T08:22:30Z</dc:date>
    <item>
      <title>Multilib version problems found pam.i686</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multilib-version-problems-found-pam-i686/m-p/339076#M94892</link>
      <description>&lt;P&gt;Hi - I'm after some help around a Linux forwarder I'm trying to configure to handle OPSEC LEA connectivity for Checkpoint logs from a smart-1 appliance.&lt;/P&gt;

&lt;P&gt;We're using Red Hat Enterprise Linux Server release 7.3 and I'm getting this error.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;External handler failed with code '1' and output: 'REST ERROR[400]: Bad Request - GNU C library (glibc.i686 32-bit and pam.i686) is missing.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;when I check the libraries I get this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[root@end-ipmc76 ~]# yum install glibc.i686&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
Package glibc-2.17-222.el7.i686 already installed and latest version&lt;BR /&gt;
Nothing to do&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[root@end-ipmc76 ~]# yum install pam.i686&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
Resolving Dependencies&lt;BR /&gt;
--&amp;gt; Running transaction check&lt;BR /&gt;
---&amp;gt; Package pam.i686 0:1.1.8-18.el7 will be updated&lt;BR /&gt;
---&amp;gt; Package pam.i686 0:1.1.8-22.el7 will be an update&lt;BR /&gt;
--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;
Error:  Multilib version problems found. This often means that the root&lt;BR /&gt;
       cause is something else and multilib version checking is just&lt;BR /&gt;
       pointing out that there is a problem. Eg.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  1. You have an upgrade for pam which is missing some
        dependency that another package requires. Yum is trying to
        solve this by installing an older version of pam 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 pam.otherarch ... this should give you an error
        message showing the root cause of the problem.
     2. You have multiple architectures of pam installed, but
        yum can only see an upgrade for one of those architectures.
        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 pam 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: pam-1.1.8-22.el7.i686 != pam-1.1.8-18.el7.x86_64
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;yum check just came back with this&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[root@end-ipmc76 ~]# yum check&lt;BR /&gt;
Loaded plugins: product-id, search-disabled-repos, subscription-manager&lt;BR /&gt;
check all&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I'm not really sure what to do next?&lt;/P&gt;

&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 08:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multilib-version-problems-found-pam-i686/m-p/339076#M94892</guid>
      <dc:creator>sworton</dc:creator>
      <dc:date>2018-04-17T08:22:30Z</dc:date>
    </item>
  </channel>
</rss>

