2 Responses to “Mod_python + Apache 2 + Slackware Error”

  1. mod_python on Apache 2 | Miscellaneous musings in beta Says:

    [...] effort to compile after that worked. Until I found this blog. It suggests that I should download the source from SVN trunk instead like [...]

  2. Rodrigo Marangon Says:

    Thanks for sharing! It was very helpful.
    Another way to make mod_python work is replacing the line 142
    !(b == APR_BRIGADE_SENTINEL(b) ||
    with
    !(b == APR_BRIGADE_SENTINEL(bb) ||

Leave a Reply



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });