Login 
 
 Pref   Your subscriptions   Home   Help 
users@ml.mod-xslt2.com
mod-xslt2 - Users Mailing List
   
 
List info
 
 
 
Subscribe
 
 
Unsubscribe
 
 
Archive
 
 
Post
 



Advanced search
2004 01 02 03 04 05 06 07 08 09 10 11 12
2005 01 02 03 04 05 06 07 08 09 10 11 12
2006 01 02 03 04 05 06 07 08 09 10 11 12
2007 01 02 03 04 05 06 07 08 09 10 11 12
2008 01 02 03 04 05 06 07 08 09 10 11 12

  previous   Chronological   next       previous   Thread   next  

Re: Re[4]: [mod-xslt users] OSX Tiger, Apache 2.2 and MAKE errors Ben Davies
  • From: "Ben Davies" <omarshariffdontlikeit@xxxxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: Re: Re[4]: [mod-xslt users] OSX Tiger, Apache 2.2 and MAKE errors
  • Date: Thu, 13 Mar 2008 15:09:30 +0000
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=lwBkfQymPaNGv2+mLHkORbGYZ0mGDHvwr5hSAm/y4/c=; b=fg6pyAES/ILQZmx256koCtjGyb2MzzS9bdX69uDtMDKtFkUExmTcYFbD8MF2t+jmW+GjUsasnvi19uuQkfuRu0cYfQx4b/KX1UmzwRKVNFFlzWzb5K8XhFuhzHqnHvsUYx135BlF86ZNXLS3VE7DYbeyjMKxPTl//27rcpBSeww=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HaIZ/wgyWqzTl2sqpiBVHKASsuYvFMfbTev+JvgWXvqHpCsP4Y6v/FBTWeZOxDcc6cIWDHnZLxYxPMilRjPSu+vCWVmGIwaDdHUaHFrr2B0XLIDGa0VbzazPRnouvAH2ttNgr8a6WI6MtiyGjpdHT5WwIckzQ71y2p/Ppv62Qac=
  • References: <sympa.1205412745.4338.868@ml.mod-xslt2.com> <1626021718.20080313191057@yandex.ru> <a4754c780803130615k68846a04mfb497171845a2f3@mail.gmail.com> <1036553514.20080313194403@yandex.ru> <a4754c780803130655t59282209o8eed6550e29d314f@mail.gmail.com> <5410650301.20080313203201@yandex.ru>


  • Okay, ust want to make sure I've got this all correct:

    I run the four sed commands you listed (done)

    I run configure with the options you specified (failed, until I realised you probably meant apache2 not httpd-perl)

    This looked good and I got the error you expected (modxslt.c mxslt_ap2_brigade_dump)

    I've copied and pasted your patch to a file called modxslt_osx_fix.patch and saved this to my desktop.

    I assume I need to move the patch to the sapi/apache2 folder and run:

    $ patch < modxslt_osx_fix.patch

    Then run make again? Correct?

    Cheers,

    Ben

    On Thu, Mar 13, 2008 at 2:32 PM, Denis F. Latypoff <latypoff@xxxxxxxxx> wrote:
    Hello Ben,

    Thursday, March 13, 2008, 7:55:54 PM, you wrote:

    > Hmmm..

    > I did as you asked, but still no success with make.

    > I've included the output from configure to, if that helps; again, sorry for
    > the length of my post:

    you are not lier ;)

    run this:

       sed -i -r -e "s/apr-0/apr-1/g" configure
       sed -i -r -e "s/util-0/util-1/g" configure
       sed -i -r -e "s/char apr_send/const char *apr_version_string/g" configure
       sed -i -r -e "s/apr_send/apr_version_string/g" configure

    and then re-configure with:

       --with-apxs=/usr/local/httpd-perl/bin/apxs \
       --with-apr-config=/usr/local/httpd-perl/bin/apr-1-config \
       --with-apu-config=/usr/local/httpd-perl/bin/apu-1-config

    then you will meet one trouble which should be solved with the following patch:

    ##########################################################################################
    --- modxslt-2005072700/sapi/apache2/modxslt.c   2005-07-27 17:27:57.000000000 +0700
    +++ modxslt-patched/sapi/apache2/modxslt.c      2008-03-13 20:29:42.000000000 +0600
    @@ -82,12 +82,6 @@
     }

     void mxslt_ap2_brigade_dump(apr_bucket_brigade * brigade) {
    -  apr_bucket * bucket;
    -
    -  APR_BRIGADE_FOREACH(bucket, brigade) {
    -    printf("bucket: %08x, type: %08x, length: %d, start: %d, data: %08x\n", (int)bucket,
    -          (int)bucket->type, (int)bucket->length, (int)bucket->start, (int)bucket->data);
    -  }
     }

     static void mxslt_ap2_child_init(apr_pool_t *p, server_rec *s) {
    ###########################################################################################

    --
    Best regards,
     Denis Latypoff                          mailto:latypoff@xxxxxxxxx



      Powered by Sympa