> > I'm am trying to run packetfence 3.01 in CentOS 6. > When i run the configurator.pl i get a "Can't locate Net-Interface.pm > in @NIC" error, but when i just skip that step to configure it by hand > as i read in a former post, and later i try to start it, i get a > similar error: > > [root@localhost conf]# /sbin/service packetfence start > Starting PacketFence...Can't locate Try/Tiny.pm in @INC (@INC > contains: /usr/local/lib/perl5 /usr/local/share/perl5 > /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 > /usr/share/perl5 .) at /usr/local/pf/bin/pfcmd line 69. > BEGIN failed--compilation aborted at /usr/local/pf/bin/pfcmd line 69. >
You need perl-Try-Tiny. yum install enablerepo=rpmforge perl-Try-Tiny. > The perl-Net-Interface is already installed. > Any ideas about what can it be? Looks like something happened when you installed PacketFence related to dependencies.. Post your /etc/yum.repos.d/packetfence.repo file. Post the output of: rpm -ql perl-Net-Interface Are you sure you installed rpmforge el6 (for CentOS6) and not el5? and let's see from there. -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
