http://www.perlmonks.org?node_id=642823


in reply to Re^3: reading Apache header variables
in thread reading Apache header variables

From what I can find, it appears my version of mod_perl was not compiled with Apache::Table support. I believe, as you said, that I have to recompile perl.

Replies are listed 'Best First'.
Re^5: reading Apache header variables
by perrin (Chancellor) on Oct 05, 2007 at 04:10 UTC
    You probably don't need to recompile perl, but you do need to recompile mod_perl.
      I have recompiled mod_perl, but I can not figure out how to put in the table support. From what I understand, I have to use EVERYTHING=1, but I can not figure out where to put it. I tried including it in the build options, but the documentation did not indicate this was correct. Any Idea how I put in Apache::Table support?