Re: community docs config issue

From: "Larry Rosenman" <ler(at)lerctr(dot)org>
To: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, "'Magnus Hagander'" <mha(at)sollentuna(dot)net>, "'Robert Treat'" <xzilla(at)users(dot)sourceforge(dot)net>
Cc: <pgsql-www(at)postgresql(dot)org>
Subject: Re: community docs config issue
Date: 2006-04-19 15:52:25
Message-ID: 01ca01c663c9$40d75cf0$0202fea9@aus.pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Dave Page wrote:
>> -----Original Message-----
>> From: Larry Rosenman [mailto:ler(at)lerctr(dot)org]
>> Sent: 19 April 2006 15:41
>> To: Dave Page; 'Magnus Hagander'; 'Robert Treat'
>> Cc: pgsql-www(at)postgresql(dot)org
>> Subject: RE: [pgsql-www] community docs config issue
>>
>> Dave Page wrote:
>>>> -----Original Message-----
>>>> From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
>>>> Sent: 19 April 2006 15:12
>>>> To: Larry Rosenman; Dave Page; Robert Treat
>>>> Cc: pgsql-www(at)postgresql(dot)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(at)lerctr(dot)org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2006-04-19 16:12:04 Re: community docs config issue
Previous Message Dave Page 2006-04-19 14:46:17 Re: community docs config issue