X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (mx2.hub.org [200.46.204.254]) by postgresql.org (Postfix) with ESMTP id DC5CB11F68C3 for ; Wed, 19 Apr 2006 13:12:14 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Score: -1.506 X-Spam-Level: X-Spam-Status: No, score=-1.506 required=5 tests=[AWL=1.093, BAYES_00=-2.599] Received: from postgresql.org ([200.46.204.71]) by localhost (mx2.hub.org [200.46.204.254]) (amavisd-new, port 10024) with ESMTP id Tw+qRIdjgWn5 for ; Wed, 19 Apr 2006 13:12:07 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by postgresql.org (Postfix) with ESMTP id F15A311F68D9 for ; Wed, 19 Apr 2006 13:12:06 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 4.42) id 1FWFHh-000GbN-7Z for pgsql-www@postgresql.org; Wed, 19 Apr 2006 16:12:05 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: community docs config issue Date: Wed, 19 Apr 2006 17:12:04 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] community docs config issue thread-index: AcZjsafPIHWfn7A3QVOH4R647kdQaQAAnSdAAACwtrAAADINMAAAQrTwAAA1RmAAAGiEEAAAuwtwAABK+aAAACJPUAACS09AAACDIRA= From: "Dave Page" To: "Larry Rosenman" , "Magnus Hagander" , "Robert Treat" Cc: X-Archive-Number: 200604/112 X-Sequence-Number: 9888 =20 > -----Original Message----- > From: Larry Rosenman [mailto:ler@lerctr.org]=20 > Sent: 19 April 2006 16:52 > To: Dave Page; 'Magnus Hagander'; 'Robert Treat' > Cc: pgsql-www@postgresql.org > Subject: RE: [pgsql-www] community docs config issue >=20 >=20 > I think(!) I have a fix: >=20 > 1) make distclean for xdiff-pecl > 2) ./configure > 3) edit config.h and CHANGE #undef HAVE_XDL_ALLOCATOR_PRIV to > #define HAVE_XDL_ALLOCATOR_PRIV 1 > 4) recompile and install >=20 > this seems to fix it on my system. >=20 > The configure script apparently doesn't test for this=20 > correctly, and we try to free when we are actually trying to malloc. Oh, nice work Larry :-) Fix confirmed on wwwmaster - module reinstalled, apache restarted. The community docs diff function still doesn't work though - did you disable it Magnus? I've confirmed the existance of xdiff in the server through a phpinfo() call in a test page, as well as on the command line. Regards, Dave