Thread: community docs config issue
Tried to diff Guido's change for the community docs and got the following in my pop-up: Title: Articles Annotation: Full text: xdiff not supported by this PHP this is on wwwmaster in the admin section. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
> Tried to diff Guido's change for the community docs and got > the following in my pop-up: > > Title: > Articles > Annotation: > Full text: > xdiff not supported by this PHP > > this is on wwwmaster in the admin section. Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported there. If you're up for fixing it, please do ;-) But that's the xdiff C code, not PHP code. //Magnus
On Wednesday 19 April 2006 02:54, Magnus Hagander wrote: > > Tried to diff Guido's change for the community docs and got > > the following in my pop-up: > > > > Title: > > Articles > > Annotation: > > Full text: > > xdiff not supported by this PHP > > > > this is on wwwmaster in the admin section. > > Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported there. > If you're up for fixing it, please do ;-) But that's the xdiff C code, > not PHP code. > Wow, that is not good (tm). ISTM xdiff is pretty critical to this thing working... I'm really not in a position to fix it, anyone else want to step up? What is our other alternative... swap wwmaster to one of the linux boxen? -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
> -----Original Message----- > From: pgsql-www-owner@postgresql.org > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Robert Treat > Sent: 19 April 2006 14:03 > To: Magnus Hagander > Cc: pgsql-www@postgresql.org > Subject: Re: [pgsql-www] community docs config issue > > On Wednesday 19 April 2006 02:54, Magnus Hagander wrote: > > > Tried to diff Guido's change for the community docs and got the > > > following in my pop-up: > > > > > > Title: > > > Articles > > > Annotation: > > > Full text: > > > xdiff not supported by this PHP > > > > > > this is on wwwmaster in the admin section. > > > > Yeah. xdiff coredumps on FreeBSD, seems not to be fully > supported there. > > If you're up for fixing it, please do ;-) But that's the > xdiff C code, > > not PHP code. > > > > Wow, that is not good (tm). ISTM xdiff is pretty critical to > this thing working... I'm really not in a position to fix it, > anyone else want to step up? What is our other > alternative... swap wwmaster to one of the linux boxen? The problem is that wwwmaster is sufficiently complex that we specifically want it in a freebsd VM so Marc can host it elsewhere in a hurry if required. Regards, Dave
Dave Page wrote: >> -----Original Message----- >> From: pgsql-www-owner@postgresql.org >> [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Robert Treat >> Sent: 19 April 2006 14:03 To: Magnus Hagander >> Cc: pgsql-www@postgresql.org >> Subject: Re: [pgsql-www] community docs config issue >> >> On Wednesday 19 April 2006 02:54, Magnus Hagander wrote: >>>> Tried to diff Guido's change for the community docs and got the >>>> following in my pop-up: >>>> >>>> Title: >>>> Articles >>>> Annotation: >>>> Full text: >>>> xdiff not supported by this PHP >>>> >>>> this is on wwwmaster in the admin section. >>> >>> Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported >>> there. If you're up for fixing it, please do ;-) But that's the >>> xdiff C code, not PHP code. >>> >> >> Wow, that is not good (tm). ISTM xdiff is pretty critical to >> this thing working... I'm really not in a position to fix it, >> anyone else want to step up? What is our other >> alternative... swap wwmaster to one of the linux boxen? > > The problem is that wwwmaster is sufficiently complex that we > specifically want it in a freebsd VM so Marc can host it elsewhere in > a hurry if required. > > Regards, Dave > > ---------------------------(end of > broadcast)--------------------------- TIP 9: In versions below 8.0, > the planner will ignore your desire to choose an index scan if > your joining column's datatypes do not match what does it core with? SIGSEGV? Is wwwmaster a 64-bit box? Where is xdiff source? I have my own FreeBSD/amd64 6.1-RC box that I can possibly fix it. 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
> >>>> Tried to diff Guido's change for the community docs and got the > >>>> following in my pop-up: > >>>> > >>>> Title: > >>>> Articles > >>>> Annotation: > >>>> Full text: > >>>> xdiff not supported by this PHP > >>>> > >>>> this is on wwwmaster in the admin section. > >>> > >>> Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported > >>> there. If you're up for fixing it, please do ;-) But that's the > >>> xdiff C code, not PHP code. > >>> > >> > >> Wow, that is not good (tm). ISTM xdiff is pretty critical to this > >> thing working... I'm really not in a position to fix it, > anyone else > >> want to step up? What is our other alternative... swap > wwmaster to > >> one of the linux boxen? > > > > The problem is that wwwmaster is sufficiently complex that we > > specifically want it in a freebsd VM so Marc can host it > elsewhere in > > a hurry if required. > > > > Regards, Dave > > > 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 > 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
Magnus Hagander wrote: >>>>>> Tried to diff Guido's change for the community docs and got the >>>>>> following in my pop-up: >>>>>> >>>>>> Title: >>>>>> Articles >>>>>> Annotation: >>>>>> Full text: >>>>>> xdiff not supported by this PHP >>>>>> >>>>>> this is on wwwmaster in the admin section. >>>>> >>>>> Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported >>>>> there. If you're up for fixing it, please do ;-) But that's the >>>>> xdiff C code, not PHP code. >>>>> >>>> >>>> Wow, that is not good (tm). ISTM xdiff is pretty critical to this >>>> thing working... I'm really not in a position to fix it, anyone >>>> else want to step up? What is our other alternative... swap >>>> wwmaster to one of the linux boxen? >>> >>> The problem is that wwwmaster is sufficiently complex that we >>> specifically want it in a freebsd VM so Marc can host it elsewhere >>> in a hurry if required. >>> >>> Regards, Dave >>> >> 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 >> 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 -- 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
> -----Original Message----- > From: Magnus Hagander [mailto:mha@sollentuna.net] > Sent: 19 April 2006 14:48 > To: Larry Rosenman; Dave Page; Robert Treat > Cc: pgsql-www@postgresql.org > Subject: RE: [pgsql-www] community docs config issue > > > Where is xdiff source? I have my own FreeBSD/amd64 6.1-RC > 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 :-) A simple test: wwwmaster# more foo.php <?php $a = "Hello"; $b = "Goodbye"; echo xdiff_string_diff($a, $b, 1); ?> wwwmaster# php foo.php Segmentation fault (core dumped) :-( Regards, Dave
Dave Page wrote: >> -----Original Message----- >> From: Magnus Hagander [mailto:mha@sollentuna.net] >> Sent: 19 April 2006 14:48 >> To: Larry Rosenman; Dave Page; Robert Treat >> Cc: pgsql-www@postgresql.org >> Subject: RE: [pgsql-www] community docs config issue >> >>> Where is xdiff source? I have my own FreeBSD/amd64 6.1-RC 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 :-) > > A simple test: > > wwwmaster# more foo.php > <?php > $a = "Hello"; > $b = "Goodbye"; > echo xdiff_string_diff($a, $b, 1); >> > > wwwmaster# php foo.php > Segmentation fault (core dumped) > > :-( > > Regards, Dave do we know what version of pecl-xdiff is installed? I don't see a FreeBSD port for it either :( What PHP are we using on wwwmaster? -- 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
> >>> Where is xdiff source? I have my own FreeBSD/amd64 > 6.1-RC 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 :-) > > > > A simple test: > > > > wwwmaster# more foo.php > > <?php > > $a = "Hello"; > > $b = "Goodbye"; > > echo xdiff_string_diff($a, $b, 1); > >> > > > > wwwmaster# php foo.php > > Segmentation fault (core dumped) > > > > :-( > > > > Regards, Dave > do we know what version of pecl-xdiff is installed? xdiff-1.4. > I don't see a FreeBSD port for it either :( Nope. > What PHP are we using on wwwmaster? PHP 5.1.2 (cli) (built: Feb 22 2006 17:52:45) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies //Magnus
> -----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.
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 just tried it with the latest stuff on my amd64 it dies in a _efree() call from: #4 0x00000008073d58a5 in load_into_mm_file (buffer=0x9cef98 "Hello", size=5, dest=0x7fffffffce90) at /home/ler/xdiff-pecl/xdiff-1.4/xdiff.c:629 629 ptr = xdl_mmfile_writeallocate(dest, (long) size); (gdb) print size $2 = 5 I'm not a PECL programmer, so I'm at a loss. It appears (from function names ONLY) to possibly be a mmap difference type thing :( 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
> -----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 :-( Regards, Dave.
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
> -----Original Message----- > From: Larry Rosenman [mailto:ler@lerctr.org] > Sent: 19 April 2006 16:52 > To: Dave Page; 'Magnus Hagander'; 'Robert Treat' > Cc: pgsql-www@postgresql.org > Subject: RE: [pgsql-www] community docs config issue > > > 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. Oh, nice work Larry :-) Fix confirmed on wwwmaster - module reinstalled, apache restarted. The community docs diff function still doesn't work though - did you disable it Magnus? I've confirmed the existance of xdiff in the server through a phpinfo() call in a test page, as well as on the command line. Regards, Dave
Can you tell me how I can test it once installed? I've got some time today and can look into why its crashing apache ... On Wed, 19 Apr 2006, Magnus Hagander wrote: >>>>>> Tried to diff Guido's change for the community docs and got the >>>>>> following in my pop-up: >>>>>> >>>>>> Title: >>>>>> Articles >>>>>> Annotation: >>>>>> Full text: >>>>>> xdiff not supported by this PHP >>>>>> >>>>>> this is on wwwmaster in the admin section. >>>>> >>>>> Yeah. xdiff coredumps on FreeBSD, seems not to be fully supported >>>>> there. If you're up for fixing it, please do ;-) But that's the >>>>> xdiff C code, not PHP code. >>>>> >>>> >>>> Wow, that is not good (tm). ISTM xdiff is pretty critical to this >>>> thing working... I'm really not in a position to fix it, >> anyone else >>>> want to step up? What is our other alternative... swap >> wwmaster to >>>> one of the linux boxen? >>> >>> The problem is that wwwmaster is sufficiently complex that we >>> specifically want it in a freebsd VM so Marc can host it >> elsewhere in >>> a hurry if required. >>> >>> Regards, Dave >>> >> 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 >> 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 > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
> > 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. > > Oh, nice work Larry :-) > > Fix confirmed on wwwmaster - module reinstalled, apache restarted. > > The community docs diff function still doesn't work though - > did you disable it Magnus? I've confirmed the existance of > xdiff in the server through a phpinfo() call in a test page, > as well as on the command line. Yes. It's in comdoc-edit.php. Busy right now, can't fix, will in a couple of others if nobody else has. //Magnus
Marc G. Fournier wrote: > Can you tell me how I can test it once installed? I've got some time > today and can look into why its crashing apache ... Already fixed :) See my followup. -- 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
On Wed, 19 Apr 2006, Larry Rosenman wrote: > Marc G. Fournier wrote: >> Can you tell me how I can test it once installed? I've got some time >> today and can look into why its crashing apache ... > > Already fixed :) Yup, noticed :) Thx ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
Dave Page wrote: >> -----Original Message----- >> From: Larry Rosenman [mailto:ler@lerctr.org] >> Sent: 19 April 2006 16:52 >> To: Dave Page; 'Magnus Hagander'; 'Robert Treat' >> Cc: pgsql-www@postgresql.org >> Subject: RE: [pgsql-www] community docs config issue >> >> >> 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. > > Oh, nice work Larry :-) > > Fix confirmed on wwwmaster - module reinstalled, apache restarted. > > The community docs diff function still doesn't work though - did you > disable it Magnus? I've confirmed the existance of xdiff in the server > through a phpinfo() call in a test page, as well as on the command > line. > I'm also in the process of doing 2 other things: 1) adopt the libxdiff FreeBSD port (so I can fix the -fPIC issue on amd64 (or have it build a shared lib) 2) creating a textproc/pecl-xdiff port that uses the above, and does the fix we did here (appends the #define, but same effect). 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
Larry Rosenman wrote: > Dave Page wrote: >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler@lerctr.org] >>> Sent: 19 April 2006 16:52 >>> To: Dave Page; 'Magnus Hagander'; 'Robert Treat' >>> Cc: pgsql-www@postgresql.org >>> Subject: RE: [pgsql-www] community docs config issue >>> >>> >>> 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. >> >> Oh, nice work Larry :-) >> >> Fix confirmed on wwwmaster - module reinstalled, apache restarted. >> >> The community docs diff function still doesn't work though - did you >> disable it Magnus? I've confirmed the existance of xdiff in the >> server through a phpinfo() call in a test page, as well as on the >> command line. >> > > I'm also in the process of doing 2 other things: > 1) adopt the libxdiff FreeBSD port (so I can fix the -fPIC issue on > amd64 (or have it build a shared lib) > 2) creating a textproc/pecl-xdiff port that uses the above, and does > the fix we did here (appends the #define, but same effect). > > LER The PRs are in the FreeBSD GNATS. 96062 is the libxdiff one 96065 is the pecl-xdiff one. Once they get committed, I'd suggest using those, so we don't get burned by forgetting... 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
Larry Rosenman wrote: > The PRs are in the FreeBSD GNATS. > > 96062 is the libxdiff one > 96065 is the pecl-xdiff one. > > Once they get committed, I'd suggest using those, so we don't get > burned by forgetting... > > LER Marc committed the 2 PR's for me. 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
> -----Original Message----- > From: Larry Rosenman [mailto:ler@lerctr.org] > Sent: 20 April 2006 18:31 > To: Dave Page; 'Magnus Hagander'; 'Robert Treat' > Cc: pgsql-www@postgresql.org > Subject: RE: [pgsql-www] community docs config issue > > Larry Rosenman wrote: > > > The PRs are in the FreeBSD GNATS. > > > > 96062 is the libxdiff one > > 96065 is the pecl-xdiff one. > > > > Once they get committed, I'd suggest using those, so we don't get > > burned by forgetting... > > > > LER > > Marc committed the 2 PR's for me. PR = Port Request/Review/??? Anyhoo, Marc; how do we get the new ports onto wwwmaster? Regards, Dave.
Dave Page wrote: >> -----Original Message----- >> From: Larry Rosenman [mailto:ler@lerctr.org] >> Sent: 20 April 2006 18:31 >> To: Dave Page; 'Magnus Hagander'; 'Robert Treat' >> Cc: pgsql-www@postgresql.org >> Subject: RE: [pgsql-www] community docs config issue >> >> Larry Rosenman wrote: >> >>> The PRs are in the FreeBSD GNATS. >>> >>> 96062 is the libxdiff one >>> 96065 is the pecl-xdiff one. >>> >>> Once they get committed, I'd suggest using those, so we don't get >>> burned by forgetting... >>> >>> LER >> >> Marc committed the 2 PR's for me. > > PR = Port Request/Review/??? > > Anyhoo, Marc; how do we get the new ports onto wwwmaster? > > Regards, Dave. PR= Problem Report (Bug/change requests). 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
On Thu, 20 Apr 2006, Dave Page wrote: > > >> -----Original Message----- >> From: Larry Rosenman [mailto:ler@lerctr.org] >> Sent: 20 April 2006 18:31 >> To: Dave Page; 'Magnus Hagander'; 'Robert Treat' >> Cc: pgsql-www@postgresql.org >> Subject: RE: [pgsql-www] community docs config issue >> >> Larry Rosenman wrote: >> >>> The PRs are in the FreeBSD GNATS. >>> >>> 96062 is the libxdiff one >>> 96065 is the pecl-xdiff one. >>> >>> Once they get committed, I'd suggest using those, so we don't get >>> burned by forgetting... >>> >>> LER >> >> Marc committed the 2 PR's for me. > > PR = Port Request/Review/??? > > Anyhoo, Marc; how do we get the new ports onto wwwmaster? ports updates nightly at 5am ... just did a forced run now though, so you should be able to do the install from ports for both of libxdiff and pecl-xdiff now ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
> -----Original Message----- > From: Marc G. Fournier [mailto:scrappy@postgresql.org] > Sent: 20 April 2006 20:33 > To: Dave Page > Cc: Larry Rosenman; Magnus Hagander; Robert Treat; > pgsql-www@postgresql.org; Marc G. Fournier > Subject: RE: [pgsql-www] community docs config issue > > > Anyhoo, Marc; how do we get the new ports onto wwwmaster? > > ports updates nightly at 5am ... just did a forced run now > though, so you should be able to do the install from ports > for both of libxdiff and pecl-xdiff now ... Both installed, old source trees removed from /usr/local/src. Thanks guys. Regards, Dave.
Dave Page wrote: >> -----Original Message----- >> From: Marc G. Fournier [mailto:scrappy@postgresql.org] Sent: 20 >> April 2006 20:33 To: Dave Page >> Cc: Larry Rosenman; Magnus Hagander; Robert Treat; >> pgsql-www@postgresql.org; Marc G. Fournier >> Subject: RE: [pgsql-www] community docs config issue >> >>> Anyhoo, Marc; how do we get the new ports onto wwwmaster? >> >> ports updates nightly at 5am ... just did a forced run now >> though, so you should be able to do the install from ports >> for both of libxdiff and pecl-xdiff now ... > > Both installed, old source trees removed from /usr/local/src. Thanks > guys. > > Regards, Dave. don't forget to bounce apache so the new extension takes... 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
> -----Original Message----- > From: Larry Rosenman [mailto:ler@lerctr.org] > Sent: 20 April 2006 20:44 > To: Dave Page; 'Marc G. Fournier' > Cc: 'Magnus Hagander'; 'Robert Treat'; pgsql-www@postgresql.org > Subject: RE: [pgsql-www] community docs config issue > > Dave Page wrote: > >> -----Original Message----- > >> From: Marc G. Fournier [mailto:scrappy@postgresql.org] > Sent: 20 April > >> 2006 20:33 To: Dave Page > >> Cc: Larry Rosenman; Magnus Hagander; Robert Treat; > >> pgsql-www@postgresql.org; Marc G. Fournier > >> Subject: RE: [pgsql-www] community docs config issue > >> > >>> Anyhoo, Marc; how do we get the new ports onto wwwmaster? > >> > >> ports updates nightly at 5am ... just did a forced run now > though, so > >> you should be able to do the install from ports for both > of libxdiff > >> and pecl-xdiff now ... > > > > Both installed, old source trees removed from > /usr/local/src. Thanks > > guys. > > > > Regards, Dave. > > don't forget to bounce apache so the new extension takes... Whoops - thanks. Done now. Regards, Dave.