Bug 917

Summary: Is mod_perl compiled with Apache::Table?
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: apache-mod_perlAssignee: Alexander Bokovoy <ab>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P4 CC: at, cas, crux, ender, lakostis, ldv, mike, mithraen, qa_viy, rider, shaba, solo, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Shigorin 2002-05-13 19:13:34 MSD
Seems that mod_perl _lacks_ Apache::Table (isn\'t built with EVERYTHING=1, or at minimum PERL_TABLE_API=1).
---

---
The problem manifests itself during \&quot;perl -MCPAN -e\'install Apache::Cookie\'\&quot; (which would be best found in Sisyphus ;).

Citing <a href="http://www.apache.org/dist/httpd/libapreq-1.0.readme">http://www.apache.org/dist/httpd/libapreq-1.0.readme</a> :

IMPORTANT NOTE: To install the Perl modules, your mod_perl installation
MUST includes support for Apache::Table.  This means that mod_perl should
be built using the EVERYTHING=1, or at minimum PERL_TABLE_API=1.  If you
see errors like this (during compilation of libapreq)

        Error: \'Apache::Table\' not in typemap in Request.xs,

your mod_perl must be rebuilt to include Apache::Table support.


Comment 1 Michael Shigorin 2003-08-30 14:43:15 MSD
going to fix it along #2373 proposal while building 1.3.28 with pilot@

*** This bug has been marked as a duplicate of 2373 ***