Re: community docs config issue - Mailing list pgsql-www

From Larry Rosenman
Subject Re: community docs config issue
Date
Msg-id 01ca01c663c9$40d75cf0$0202fea9@aus.pervasive.com
Whole thread Raw
In response to Re: community docs config issue  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-www
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


pgsql-www by date:

Previous
From: "Dave Page"
Date:
Subject: Re: community docs config issue
Next
From: "Dave Page"
Date:
Subject: Re: community docs config issue