2008/12/17 Reed O'Brien <[email protected]>:
>
> On Dec 16, 2008, at 1:15 AM, Graham Dumpleton wrote:
>
>>
>> 2008/12/16 Reed O'Brien <[email protected]>:
>>> On Dec 15, 2008, at 5:59 PM, Graham Dumpleton wrote:
>>>
>>>
>>> Can you try with mod_wsgi source code direct from subversion?
>>>
>>> http://code.google.com/p/modwsgi/source/checkout
>>>
>>> I was remiss not mentioning that I tried:
>>> http://modwsgi.googlecode.com/svn/trunk/mod_wsgi
>>>
>>> which didn't build an ld error. I don't have the details with me
>>> but I can
>>> get them to you tomorrow if you are interested.
>>
>> Yes please. :-)
>
> At the bottom of this...
>
>>
>>
>>> So I switched to:
>>> http://modwsgi.googlecode.com/svn/branches/mod_wsgi-2.X/
>>>
>>> Which I assume has some things backported. I built it and receive
>>> the same
>>> error.
>>
>> Haven't back ported that change at this point.
>
> I did the tmp_pool ==> pool change you suggested and trumpets blared,
> angels sang... I need to do some more testing and make extra sure; but
> it appears to work (works for me™). I just need to make sure it works
> for others, too.
>
> Any chance of a 2.4-release? I would be happy to help with whatever
> you need: version string prep, tag, bump branch for 2.5 devel, update
> wiki...
>
> If you are short on time...
I am not sure what is happening these days with respect to my time.
Been getting less and less time to do stuff because of work/baby
commitments. This though has all been turned on its head now as will
be staying home 2-3 days a week doing daddy day care. Today is only
first day ever I have had baby full day by myself. So far it hasn't
been too bad, have actually been able to at least catch up on emails
while watching baby play, but then later on when more comfortable am
sure will have to take on more house chores to do during the day. I am
also supposed to somehow do some real work during these days at home
as well. :-)
Will thus need to see how this pans out, but certainly have a few
things that can be back ported so can release a new 2.X version.
> configure-options =
> CFLAGS="-fPIC -L/usr/lib64 -I${python:location}/include -L$
> {python:location}/lib"
> CXXFLAGS="-L/usr/lib64 -I${python:location}/include -L$
> {python:location}/lib"
> LDFLAGS="-Wl,-L${python:location}/lib -F${python:location} -
> Wl,-rpath,${python:location}/lib/python2.5/config/"
> --with-apxs=${apache:location}/bin/apxs
> --with-python=${python:location}/bin/python
It is that LDFLAGS here is using -Wl, is the problem as my new
configure script also adds that. Had to do this as otherwise will not
work with APR 1.4 used in Apache 2.3/2.4. I will need to be a bit
smarter and not add it if already present.
> this is likely an issue with my LDFLAGS, but I need them to work as
> such...
If this is your configure options, just drop the -Wl, prefix to
options and see what happens.
> One last note I run a patch to pass USER_AGENT to the auth hooks:
Subversion trunk (3.X dev) should now pass all HTTP headers through to
auth hook functions.
http://code.google.com/p/modwsgi/issues/detail?id=69
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---