X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 5927511F68D6 for ; Wed, 19 Apr 2006 13:17:46 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Score: 0.109 X-Spam-Level: X-Spam-Status: No, score=0.109 required=5 tests=[AWL=0.109] Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 2Yxe9qvsI7Ip for ; Wed, 19 Apr 2006 13:17:41 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id AE11511F68C3 for ; Wed, 19 Apr 2006 13:17:41 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 4502D8F287; Wed, 19 Apr 2006 18:17:40 +0200 (CEST) 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 18:17:39 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA352CA@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] community docs config issue Thread-Index: AcZjsafPIHWfn7A3QVOH4R647kdQaQAAnSdAAACwtrAAADINMAAAQrTwAAA1RmAAAGiEEAAAuwtwAABK+aAAACJPUAACS09AAACDIRAAAHPXEA== From: "Magnus Hagander" To: "Dave Page" , "Larry Rosenman" , "Robert Treat" Cc: X-Archive-Number: 200604/114 X-Sequence-Number: 9890 > > 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=20 > > we try to free when we are actually trying to malloc. >=20 > Oh, nice work Larry :-) >=20 > Fix confirmed on wwwmaster - module reinstalled, apache restarted. >=20 > The community docs diff function still doesn't work though -=20 > did you disable it Magnus? I've confirmed the existance of=20 > xdiff in the server through a phpinfo() call in a test page,=20 > as well as on the command line. Yes. It's in comdoc-edit.php. Busy right now, can't fix, will in a couple of others if nobody else has. //Magnus