Geoffrey Young wrote:

Stas Bekman wrote:

Unless I'm blind again, I can't see how 3rd party modules that use Apache C API can build when a threaded perl is used with mod_perl 1.0. In the current cvs, "apache_inc.h" doesn't get included at all with -DPERL_THREADS and therefore the build fails. Spotted with Apache::Scoreboard.

Please tell me whether this patch breaks anything before I commit it.
It's quite possible that nobody has tried to build 3rd party modules that use Apache C API with threaded perl, unless I miss something.

I don't really understand what you mean here, but Apache::AuthDigest uses ap_note_digest_auth_failure and I am able to use it with the below perl -V.
I have another module that uses ap_pfdopen and saw no problems with -Dusethreads the last time I tried it.
Can you build Apache::Scoreboard with this perl? I get gazillions of
errors from mod_perl.h:261 and further down as gcc doesn't know about
these datastructures (cmd_parms, etc.).




--


__________________________________________________________________
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]

Reply via email to