Win32 doesnt export these symbols as on other platforms: mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL PROTECTED] mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL PROTECTED] mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL PROTECTED]
found that apr_reslist.c isnt compiled with Win32; so I added it to aprutil.dsp: --- aprutil.dsp.orig Fri Feb 07 00:48:29 2003 +++ aprutil.dsp Wed Feb 19 04:31:39 2003 @@ -225,6 +225,10 @@ # End Source File # Begin Source File +SOURCE=.\misc\apr_reslist.c +# End Source File +# Begin Source File + SOURCE=.\misc\apr_rmm.c # End Source File # End Group but aprutil.lib still doesnt export the above symbols... Guenter.
