> I've been trying to find out all the perl dependencies to run > Packetfence on Slackware. Generally, Packetfence works tested in vlan > mode, but I keep seeing these errors in my httpd error log during > PF(httpd) startup: > > Constant subroutine pf::web::LC_CTYPE redefined at > /usr/lib/perl5/5.10.1/Exporter.pm line 67. > at /usr/local/pf/lib/pf/web.pm line 34 > Prototype mismatch: sub pf::web::LC_CTYPE () vs none at > /usr/lib/perl5/5.10.1/Exporter.pm line 67. > at /usr/local/pf/lib/pf/web.pm line 34
These are only warnings so just annoying. Anyway, it was fixed in 3.0.0 by migrating constants to be of type Readonly instead. constant pragma is incompatible with mod_perl (or atleast our current PerlRun strategy). > > httpd Version: > [Fri Sep 09 07:41:19 2011] [notice] Apache/2.2.20 (Unix) > mod_fcgid/2.3.6 mod_ssl/2.2.20 OpenSSL/0.9.8r mod_perl/2.0.5 > Perl/v5.10.1 configured -- resuming normal operations > > I might have overlooked one or the other cpan module. > Also, I'd be happy to provide the (huge?) list of cpan modules that I > use in my vanilla setup. > -- 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
