hi guys...

I'm trying to compile mp2 on win32 again.  this time with VC++ 6.0 on win2k.
 apache 2.0.49 compiled just fine out of the box - I did absolutely nothing
other than hit a button in VC++.

the most recent mod_perl CVS snapshot throws these errors at me:

modperl.def : error LNK2001: unresolved external symbol modperl_cmd_send_header

same for modperl_cmd_setup_env, modperl_cmd_taint_check, and modperl_cmd_warn.

at this point lots of files have compiled ok - modperl_flags,
modperl_directives, etc but it croaks on mod_perl.so.  I'm so close I can
feel it :)

anyway, all of those functions have been around for a while and they are in
the function tables, so I don't know.  if it matters, I'm using this
makepl_args.modperl

MP_DEBUG=1
MP_TRACE=1
MP_PROMPT_DEFAULT=1
MP_INST_APACHE2=1
MP_COMPAT_1X=0

with MP_AP_PREFIX on the command line.  my perl is activeperl 5.8.3 build
809 installed direct from activestate.  other than apache and VC++ it's a
fresh win2k install, updated to the latest service pack only (sp4?) - no
other security patches or upgrades (or software, really).

--Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to