[mod_python] compile mod_python on iSeries (AS/400)

Denes L denes1951 at yahoo.ca
Mon Jan 28 12:00:03 EST 2008


Thanks for the suggestion Graham, I forgot to mention that I was using mod_python 3.2.10.

Now with 3.3.1 I get one error on line 826 as follows:

825    APR_REGISTER_OPTIONAL_FN(mp_acquire_interpreter);
825    do { apr_OFN_mp_acquire_interpreter_t *apu__opt = mp_acquire_interpreter; apr_dynamic_fn_register("mp_acquire_interpreter",(apr_opt_fn_t *)apu__opt); } while (0);
826    APR_REGISTER_OPTIONAL_FN(mp_release_interpreter);
826    do { apr_OFN_mp_release_interpreter_t *apu__opt = mp_release_interpreter; apr_dynamic_fn_register("mp_release_interpreter",(apr_opt_fn_t *)apu__opt); } while (0);
Initialization between types "void*(*)()" and "void(*)(void)" is not allowed.

Denes.

Graham Dumpleton <graham.dumpleton at gmail.com> wrote:
 Try with mod_python 3.3.1. You appear to be using an older version of
mod_python source code. The 3.3.1 source code specifically has:

  free((void *)ci->interpreter);

so shouldn't get that first error.

Graham

       
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080128/1533983c/attachment.html


More information about the Mod_python mailing list