PacketFence - BTS - PacketFence
View Issue Details
0001537PacketFencecorepublic2012-09-04 04:212012-09-04 09:44
link 
fgaudreault 
normalminoralways
resolvedwon't fix 
 
 
0001537: error when install
after install repo( follow installation guide), i've run:
"yum install packetfence" or "yum groupinstall --enablerepo=PacketFence,rpmforge,epel,of Packetfence-complete". and here's error that i've received:

Transaction Check Error:
  file /usr/share/man/man3/Apache::Test.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestConfig.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestMB.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestMM.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestReport.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestRequest.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestRun.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestRunPHP.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestRunPerl.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestSmoke.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestTrace.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Apache::TestUtil.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
  file /usr/share/man/man3/Bundle::ApacheTest.3pm.gz from install of perl-Apache-Test-1.36-1.of.el5.noarch conflicts with file from package mod_perl-2.0.4-6.el5.i386
can anybody tell me why??:(
sorry for my English
No tags attached.
has duplicate 0001542resolved obilodeau problem with pf install 
Issue History
2012-09-04 04:21linkNew Issue
2012-09-04 07:29fgaudreaultNote Added: 0003008
2012-09-04 07:29fgaudreaultStatusnew => resolved
2012-09-04 07:29fgaudreaultResolutionopen => won't fix
2012-09-04 07:29fgaudreaultAssigned To => fgaudreault
2012-09-04 09:44obilodeauNote Added: 0003009
2012-09-10 08:15obilodeauRelationship addedhas duplicate 0001542

Notes
(0003008)
fgaudreault   
2012-09-04 07:29   
Read the documentation, not a bug:

Under RHEL 5.x / Centos 5.x, you must exclude packages from rpmforge repository edit /etc/yum.repos.d/
rpmforge.repo and add the line exclude = perl-PathTools*,perl-File-Spec* on the section [rpmforge] Under
RHEL 6.x / Centos 6.x, you must exclude perl-Apache-Test from rpmforge and openfusion repository. Edit /
etc/yum.repos.d/rpmforge.repo and add the line exclude = perl-Apache-Test* on the section [rpmforge]
Edit /etc/yum.repos.d/openfusion.repo and add the line exclude = perl-Apache-Test* on the section [of].
(0003009)
obilodeau   
2012-09-04 09:44   
Still, I'm pretty sure we can do a better job rather than force exclude every package that causes a transaction conflict...