Hi John,
Pretty hard to know what's going on without looking at actual code, but it
could be some variation of this type of problem:
http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs
You can easily run into trouble with code that either doesn't use package
n
Dear list members,
This is my first post here, so please excuse me if I'm doing anything wrong.
I am trying to use mod_perl to generate apache configuration for WSGI
applications and since the upgrade from Ubuntu server 12.04 to 14.04 my
embedded Perl script is not working anymore.
I traced it