2009/1/10 branesks <[email protected]>: > > I successfully run the ./configure command but when trying to run make > I end up with this error: http://dpaste.com/hold/107411/ > > > The guys on the #opensolaris channel tried to help but we could not > figure out why the make file is pointing to /opt/SUNWspro/bin/cc. I > reinstalled the entire OS and I still get the error? Anyone else have > this, or know what to do to fix it?
The version of Apache you are building against was configured for and built with Sun C compiler rather than GNU C compiler. If you now do not have Sun C compiler on the box where you are building mod_wsgi you will have issues. The basic problem is that when Apache is installed, it embeds information about the compiler it used in the setup for its apxs build tool, which is the tool which is now being used to try and build mod_wsgi. 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 -~----------~----~----~----~------~----~------~--~---
