Randy Kobes wrote:
With the current mp2 cvs, the build of Apache::RequestIO
fails with an unknown symbol modperl_request_read on Win32.
I think this is due to modperl_request_read being declared
as static within xs/tables/current/ModPerl/FunctionTable.pm,
which as such doesn't get added to mod_perl
With the current mp2 cvs, the build of Apache::RequestIO
fails with an unknown symbol modperl_request_read on Win32.
I think this is due to modperl_request_read being declared
as static within xs/tables/current/ModPerl/FunctionTable.pm,
which as such doesn't get added to mod_perl.lib. This patch:
=