Stephen Clouse wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I have noticed that modperl2 at the moment does not install any header files as > did its predecessor. Is this a permanent change? Because it seems rather > unworkable for any type of XS function that wants to access the API.
The Apache::src equivalent is not implemented yet. That's probably the next thing I'll do after I'll finish up with a few urgent matters. > For example, I'm attempting to port Apache::Request (bored of waiting on an > official release, plus I have nothing better to do today since the file server > containing our company's CVS tree crashed last night :) It wants to typemap the > Apache::RequestRec and APR::Table objects. It seems odd that modperl would > provide the typemap (in PERL_LIB/Apache2/typemap) but then offer no way of > linking against the functions necessary for it to be of any use. I've ported the c apreq to 2.0 already (posted to the apreq list), but you don't need to port the perl part. It'll be automagically created by WrapXS (most of it) once it's a part of httpd. > Some advice on the modperl2 equivalents of the above would be most helpful. If you say you are bored why don't you port Apache::src :) __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
