Re: Net::SAML2 Compilation Error

2013-05-28 Thread Torsten Förtsch
On 28/05/13 09:06, Nageswara rao Gurram wrote: > I am using PerlModule Apache2::porting for debugging purpose. Oh my goodness! I have never had a look at this module before. This thing tries to be really clever. It installs an &UNIVERSAL::AUTOLOAD and overwrites CORE::GLOBAL::require. The module

Re: Net::SAML2 Compilation Error

2013-05-27 Thread Torsten Förtsch
On 27/05/13 14:37, Nageswara rao Gurram wrote: > My mod_perl simply can't load XML::Generator. As soon as I put "use > XML::Generator;" in a perl startup file and include in httpd.conf, > Apache won't start, complaining that it can't locate > XML/Generator/overload.pm in @INC. > > But the package

Re: Net::SAML2 Compilation Error

2013-05-27 Thread Nageswara rao Gurram
By digging further, I found these details: My mod_perl simply can't load XML::Generator. As soon as I put "use XML::Generator;" in a perl startup file and include in httpd.conf, Apache won't start, complaining that it can't locate XML/Generator/overload.pm in @INC. But the package XML::Generator: