2008/10/19 Peter <[EMAIL PROTECTED]>: > > Since a while I am having a problem with building mod_wsgi. I am > tracking the trunk. > Here is what I get with the most recent trunk when I try to run ./ > configure: > > checking for apxs2... /usr/bin/apxs2 > checking Apache version... 2.2.8 > checking for python... /usr/bin/python > configure: creating ./config.status > config.status: creating Makefile > sed: -e expression #1, char 321: unknown option to `s' > > I am on Ubuntu 8.04. I don't really remember when this started, maybe > a few weeks ago.
I have been fiddling with configure in subversion trunk to get thing to build properly for Apache 2.3 development version. Quite possible that things have been screwed up by this. Run it as: sh -x ./configure This will show you what the shell script is doing. From that see if you can find the sed which is failing and post that line and those before and after it. If you cant find it, or think perhaps the whole output may provide other information, send complete output from script and mail it to me. For example: sh -x ./configure > log.txt 2>&1 and then email as attachment log.txt. I don't believe log would expose any sensitive information from your user environment. Thanks. 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 -~----------~----~----~----~------~----~------~--~---
