You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Risanecek <ri...@gmail.com> on 2005/10/06 13:47:31 UTC

Can't locate auto/Apache2/Request/header_out.al

Hi,

after days of struggling with Mason installation on SuSE Linux (which lead
me to abandon all SuSE Apache2/mod_perl2 packages, compile my own - and to
write this Wiki: http://www.masonhq.com/?InstallationRecipes), I'm still
encountering problems getting things going.

Currently I'm stuck at this

*error:* Can't locate auto/Apache2/Request/header_out.al in @INC (@INC
contains: /home/proj/pmls/modules /data/imperiae/modules
/usr/lib/perl5/5.8.7/i586-linux-thread-multi /usr/lib/perl5/5.8.7
/usr/lib/perl5/site_perl/5.8.7/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.7/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl . /opt/apache2)
at /data/imperiae/mason_components/theme/head line 49

A search for header_out.al revealed that it really is not present on my
system. Freshly recompiled Apache 2.0.54, modperl 2.0.1 and
libapreq2-2.06-dev

Something went wrong with the installation or is this one of these API
Change issues?

Had a look at

http://httpd.apache.org/apreq/docs/libapreq2/apreq_changes.html

and found this


   - C API [joes] Remove header_in & header_out from
apreq_module_t<http://httpd.apache.org/apreq/docs/libapreq2/structapreq__module__t.html>.
   Remove apreq_ua_cookie_version() and apreq_cookie_bake*(). Remove cookie2
   argument to apreq_handle_custom()<http://httpd.apache.org/apreq/docs/libapreq2/apreq__module_8h.html#a21>
   .


but don't really understand it and if it could be responsible for my
problem.


best regards,
Richard

Re: Can't locate auto/Apache2/Request/header_out.al

Posted by Risanecek <ri...@gmail.com>.
On 10/6/05, Risanecek <ri...@gmail.com> wrote:
>
>
> Currently I'm stuck at this
>
> *error:* Can't locate auto/Apache2/Request/header_out.al in @INC
>

Still don't know why this happens, but if I comment out the line

# $r->header_out('Pragma' => 'no-cache'); # Disable caching

the error goes away. Any hints what happens here?

so long,
Richard