Re: mod_python to build version 3.2.8
Graham Dumpleton <[email protected]>
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2009/3/24 <[email protected]>: > I also dont know what is pycc. When I do a make again after this error it > says build is up to date. > > On 03/24/09 12:01, Graham Dumpleton wrote: > > 2009/3/24 <[email protected]>: > > > We need to port it to OpenSolaris as its going to be used in our projects. > > BTW I was also getting the Errors below when I was trying to build the trunk > : > > /usr/lib/python2.4/pycc -OPT:Olimit=0 -DNDEBUG > -I/home/openSolPackPorting/modPythonTrunkRepo/trunk/src/include > -I/usr/include/python2.4 -c > /home/openSolPackPorting/modPythonTrunkRepo/trunk/src/psp_string.c -o > build/temp.solaris-2.11-i86pc-2.4/home/openSolPackPorting/modPythonTrunkRepo/trunk/src/psp_string.o > cc: Warning: option -T passed to ld > cc: Option -: requires an argument More than likely the problem is that Apache was built with Sun C and Python with gcc or vice versa. The end result is that the options obtained from apxs in Apache cause problems when pycc is executed to build the Python extension module. This is all I can suggest. Graham > error: command '/usr/lib/python2.4/pycc' failed with exit status 1 > *** Error code 1 > make: Fatal error: Command failed for target `build' > Current working directory > /home/openSolPackPorting/modPythonTrunkRepo/trunk/dist > *** Error code 1 > The following command caused the error: > cd dist && make build > make: Fatal error: Command failed for target `do_dso' > -------------------------------- > My machine configuration is: > > SunOS hostname 5.11 snv_107 i86pc i386 i86pc > > > What is: > > /usr/lib/python2.4/pycc > > Please use reply-all and keep discussion on the list. > > Graham > > > > Thanks, > Gayatri > > On 03/24/09 11:39, Graham Dumpleton wrote: > > 2009/3/24 <[email protected]>: > > > Hi, > > I have downloaded the svn trunk repository of Mod_Python. I am able to > configure and build it. > > My requirement is to build version 3.2.8. Can someone guide to checkout and > build a particular version of mod_python. > > > Why do you need an old version, it is broken? > > If you still really have to have it, the 3.2.8 tar ball is still > accessible from: > > http://apache.wildit.net.au/httpd/modpython/ > > Graham > >