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 30AB711F8C2A for ; Wed, 19 Apr 2006 10:47:42 -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 PEQ7ziK03y56 for ; Wed, 19 Apr 2006 10:47:34 -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 0B86211F87CF for ; Wed, 19 Apr 2006 10:47:37 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 0BE7B8F288; Wed, 19 Apr 2006 15:47:38 +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 15:47:37 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA352C7@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] community docs config issue Thread-Index: AcZjsafPIHWfn7A3QVOH4R647kdQaQAAnSdAAACwtrAAADINMA== From: "Magnus Hagander" To: "Larry Rosenman" , "Dave Page" , "Robert Treat" Cc: X-Archive-Number: 200604/103 X-Sequence-Number: 9879 > >>>> Tried to diff Guido's change for the community docs and got the=20 > >>>> following in my pop-up: > >>>>=20 > >>>> Title: > >>>> Articles > >>>> Annotation: > >>>> Full text: > >>>> xdiff not supported by this PHP > >>>>=20 > >>>> this is on wwwmaster in the admin section. > >>>=20 > >>> Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported=20 > >>> there. If you're up for fixing it, please do ;-) But that's the=20 > >>> xdiff C code, not PHP code. > >>>=20 > >>=20 > >> Wow, that is not good (tm). ISTM xdiff is pretty critical to this=20 > >> thing working... I'm really not in a position to fix it,=20 > anyone else=20 > >> want to step up? What is our other alternative... swap=20 > wwmaster to=20 > >> one of the linux boxen? > >=20 > > The problem is that wwwmaster is sufficiently complex that we=20 > > specifically want it in a freebsd VM so Marc can host it=20 > elsewhere in=20 > > a hurry if required. > >=20 > > Regards, Dave > >=20 > what does it core with? SIGSEGV? Yes. It kills the apache process. > Is wwwmaster a 64-bit box? No. It's a 32-bit VM. > Where is xdiff source? I have my own FreeBSD/amd64 6.1-RC=20 > box that I can possibly fix it. http://pecl.php.net/package/xdiff Note that we're not on amd64, just plain i386. It's also not freebsd 6.1, but I can't remember exactly which versino :-) //Magnus