Re: community docs config issue

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: community docs config issue
Дата
Msg-id 01ca01c663c9$40d75cf0$0202fea9@aus.pervasive.com
обсуждение исходный текст
Ответ на Re: community docs config issue  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: community docs config issue
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: community docs config issue