On Wed, 1 Oct 2003, DH wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort.
> E:\new\mod_perl-1.99_10>perl Makefile.PL > MP_AP_PREFIX=C:\Apache2 > Reading Makefile.PL args from @ARGV > MP_AP_PREFIX = C:\Apache2 > Configuring Apache/2.0.46 mod_perl/1.99_10 Perl/v5.8.1 [ .. ] > Table.obj : error LNK2001: unresolved external symbol > _apr_table_compress [ .. ] It may be that, at least for Win32, Apache/2.0.47 is needed; http://marc.theaimsgroup.com/?l=apr-cvs&m=105631900723064&w=2 indicates apr_table_compress() was added in apr 0.9.4, which I think means Apache/2.0.47. -- best regards, randy kobes