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 2A51711F65CA for ; Wed, 19 Apr 2006 12:53:10 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Score: 0.12 X-Spam-Level: X-Spam-Status: No, score=0.12 required=5 tests=[AWL=0.120] Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id VCfcE6D5MAnc for ; Wed, 19 Apr 2006 12:53:03 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by postgresql.org (Postfix) with ESMTP id 0DECF11F65CC for ; Wed, 19 Apr 2006 12:53:03 -0300 (ADT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lerami; d=lerctr.org; b=hHFHVsfNvV9ohtktk35v8wYTDrk7cXzHEIkr+0Q+txtnc0+1TCx2UhovzwDO6QBcT9P1EDKRVf6rfoaShfIojo01nxyuFQdWt2LZP5XQseSdzQIOMycqmhkuT0tiPEiYWe9LAerK6ZOGoo0mQTewk6d/Ggq6XfhVlS0iWcut1D0=; Received: from 64-132-13-2.gen.twtelecom.net ([64.132.13.2]:54170 helo=LROSENMAC8010P) by thebighonker.lerctr.org with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FWEzB-000IUe-S1; Wed, 19 Apr 2006 10:53:00 -0500 From: "Larry Rosenman" To: "'Dave Page'" , "'Magnus Hagander'" , "'Robert Treat'" Cc: Subject: Re: community docs config issue Date: Wed, 19 Apr 2006 10:52:25 -0500 Message-ID: <01ca01c663c9$40d75cf0$0202fea9@aus.pervasive.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZjsafPIHWfn7A3QVOH4R647kdQaQAAnSdAAACwtrAAADINMAAAQrTwAAA1RmAAAGiEEAAAuwtwAABK+aAAACJPUAACS09A In-Reply-To: X-LERCTR-Spam-Score: -4.3 (----) X-LERCTR-Spam-Report: (-4.3 points, 5.0 required) ALL_TRUSTED=-1.8 BAYES_00=-2.599 DK_POLICY_SIGNALL=0.001 TW_PG=0.077 DomainKey-Status: no signature X-Archive-Number: 200604/111 X-Sequence-Number: 9887 Dave Page wrote: >> -----Original Message----- >> From: Larry Rosenman [mailto:ler@lerctr.org] >> Sent: 19 April 2006 15:41 >> To: Dave Page; 'Magnus Hagander'; 'Robert Treat' >> Cc: pgsql-www@postgresql.org >> Subject: RE: [pgsql-www] community docs config issue >> >> Dave Page wrote: >>>> -----Original Message----- >>>> From: Magnus Hagander [mailto:mha@sollentuna.net] >>>> Sent: 19 April 2006 15:12 >>>> To: Larry Rosenman; Dave Page; Robert Treat >>>> Cc: pgsql-www@postgresql.org >>>> Subject: RE: [pgsql-www] community docs config issue >>>> >>>>> do we know what version of pecl-xdiff is installed? >>>> >>>> xdiff-1.4. >>> >>> And it's not in Pecl, despite what the PHP docs say - you have to >>> get the tarball and build it by hand, >>> >>> Regards, Dave. >> >> I filed a bug with the PECL folks (#7422), and offered to >> give access to my box. > > Thanks Larry - I see it is actually there now. For months it was > missing, despite being advertised as being there :-( > I think(!) I have a fix: 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 this seems to fix it on my system. The configure script apparently doesn't test for this correctly, and we try to free when we are actually trying to malloc. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893