PacketFence - BTS - PacketFence
View Issue Details
0001833PacketFencecorepublic2014-10-20 11:032014-12-18 09:05
ccaaajf 
fdurand 
normalminoralways
closedfixed 
2.6.32-431.29.2.el6.x86_64RHEL / CentOS6
4.4.0 
 
0001833: Installing

yum install --enablerepo=packetfence packetfence
(after adding repo)
...
--> 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 rrdtool which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of rrdtool 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 rrdtool.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of rrdtool 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 rrdtool 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: rrdtool-1.3.8-6.el6.i686 != rrdtool-1.3.8-7.el6.x86_64
INSTALL RHEL6
YUM UPDATE it

rpm -Uvh http://packetfence.org/downloads/PacketFence/RHEL6/ [^]`uname -i`/RPMS/packetfence-release-1-1.el6.noarch.rpm

yum install --enablerepo=packetfence packetfence

Packetfence seems to be requiring both 32bit and 64bit rrdtool ?
No tags attached.
Issue History
2014-10-20 11:03ccaaajfNew Issue
2014-10-22 11:50ccaaajfNote Added: 0003588
2014-10-22 11:51ccaaajfNote Added: 0003589
2014-12-18 09:05fdurandStatusnew => closed
2014-12-18 09:05fdurandAssigned To => fdurand
2014-12-18 09:05fdurandResolutionopen => fixed

Notes
(0003588)
ccaaajf   
2014-10-22 11:50   
Heres how I've managed to install this...


yum install perl(Net::DNS)
            rrdtool.i686 0:1.3.8-6.el6
            ImageMagick.x86_64
            
yum install --enablerepo=packetfence perl-Net-Appliance-Session.noarch perl-boolean.noarch perl-multidimensional.x86_64 net-snmp.x86_64 perl-Perl-Critic.noarch
                            
yum install freeradius.x86_64
            
yum install --enablerepo=packetfence perl-HTML-FormFu.noarch

yum erase rrdtool
yum install --enablerepo=packetfence rrdtool-perl-1.3.8-6.el6.x86_64
yum install --enablerepo=packetfence packetfence
(0003589)
ccaaajf   
2014-10-22 11:51   
Can someone close this?

Cheers Andy.