On Sun, Feb 05, 2006 at 09:10:15PM -0500, Jim Gallacher wrote:
> Mod_python 3.2.7 tarball is available for test. Here's hoping this will
> be to final time we need your help testing before the official release.
>
> 3.2.7 adds a fix for the connection read issue that was causing problems
> on Fre
+1 Fedora Core 4, Linux 2.6.15, Apache 2.0.54, Python 2.4.1
Jim Gallacher wrote:
> Mod_python 3.2.7 tarball is available for test. Here's hoping this will
> be to final time we need your help testing before the official release.
>
> 3.2.7 adds a fix for the connection read issue that was causing
Hi,
I hate to be the first one to report an issue with 3.2.7 tarball...
It might be related to my lack of knowledge (just joined the dev list
a few days ago), but here it is:
It is failing during the configure process...
[EMAIL PROTECTED] ~/mod_python-3.2.7 $ ./configure --with-apxs=/usr/
What version of BASH shell are you using? Can't remember the version,
but a
particular patch level revision of BASH released recently has a bug in
it
which causes configure to error. Ie., it is a BASH bug and not
mod_python.
Have to run now, so more later.
Graham
On 07/02/2006, at 6:46 AM, S
Hi Graham,
I am using:
[EMAIL PROTECTED] ~/mod_python-3.2.7 $ bash --version
GNU bash, version 3.1.7(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
I will look at if I can find later the BASH bug you are referring to.
I had the feeling that it was not direc
The bash 3.1.x bug is the likely culprit.
For more info see:
http://www.modpython.org/pipermail/mod_python/2006-January/019965.html
http://www.modpython.org/pipermail/mod_python/2006-January/019969.html
http://bugs.gentoo.org/show_bug.cgi?id=118948
Jim
Sébastien Arnaud wrote:
Hi Graham,
I a
A couple of thoughts on this issue.
According to the gentoo bug report quoted below, the problem in
configure.in is the double backslash escape sequence in the line:
MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
Changing this to:
MP_VERSION=`echo $MP_VERSION | sed s/\"//g`
fixes it for bas
On 2/6/06, Jim Gallacher <[EMAIL PROTECTED]> wrote:
> A couple of thoughts on this issue.
>
> According to the gentoo bug report quoted below, the problem in
> configure.in is the double backslash escape sequence in the line:
>
> MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
>
> Changing this to:
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
+1 Ubuntu 5.10 Breezy (amd64), Apache 2.0.54-worker, Python 2.4.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFD5/mTv4zJ7LQ+i84RAofQAKCb4ptmhPQa5QKRV/2sga60Xz4oAACcDygf
IB8UDE0zlcUr+I16DWbQ09U=
=WrUY
-END PGP SIGNATURE--
Hi,
I would like to report:
+1 Gentoo 2005.1 (amd64), Apache 2.0.55-prefork, Python 2.4.2
After replacing the troubling line (line 3038, configure):
from:
MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
to (Deron's 1st suggestion):
MP_VERSION=`echo $MP_VERSION | sed 's/"//g' `
I guess now it's u
Grisha
I have a really obscure question for you.
Was there a specific reason that mod_python did not allow a handler
to be hooked using ap_hook_map_to_storage()?
I know that the reasons for wanting to do this would be very limited,
such as if you wanted to implement some sort of equivalent to mo
Graham Dumpleton wrote ..
> Grisha
>
> I have a really obscure question for you.
>
> Was there a specific reason that mod_python did not allow a handler
> to be hooked using ap_hook_map_to_storage()?
>
> I know that the reasons for wanting to do this would be very limited,
> such as if you wante
2006/1/21, Jim Gallacher <[EMAIL PROTECTED]>:
> I notice that we have slight differences in the apache and python
> versions. Could that be significant? More testing to follow. (Oh if only
> qemu wasn't so slow. Compiling Apache takes... a ... long ... time).
>
> Jim
Oh joy, VMWare has made it VMW
2006/2/7, Nicolas Lehuen <[EMAIL PROTECTED]>:
> 2006/1/21, Jim Gallacher <[EMAIL PROTECTED]>:
> > I notice that we have slight differences in the apache and python
> > versions. Could that be significant? More testing to follow. (Oh if only
> > qemu wasn't so slow. Compiling Apache takes... a ... l
14 matches
Mail list logo