Forum Moderators: phranque
httpd-2.2.3-11.el5.centos
I need to recompile mod_python so I can use Python 2.5. In order to do that, I need to get apxs installed. To get that, I need the development package of apache, http-devel.
I can't find the exact corresponding package anywhere:
httpd-devel-2.2.3-11.el5.centos.i386.rpm
(I get an error with the _x64 version) but I can find this one:
httpd-devel-2.2.3-11.el5.i386.rpm
Of course, when I try to install it I get a dependency error because the package is not exactly the same.. or is it?
My question is, can I safely ignore the dependency in this case? Or can anyone point me to the right rpm?
[google.com...]
Oh, I absolutely utilized Google before coming here. That particular search only yields 3 results. The first one doesn't have a link, the second one has links to the http-2.2.3 package (not httpd-devel), and the third one has no links to rpms.
There are lots of hits for http-devel-2.2.3-11 but not the _exact_ match of
httpd-devel-2.2.3-11.el5.centos.i386.rpm
Which is why I asked if I can safely ignore the dependencies and use this rpm instead:
httpd-devel-2.2.3-11.el5.i386.rpm
Before I 'make install' it, is there anything I should be concerned about? I don't have a dev server for testing. I haven't got any SetHandler mod_python lines in my apache config, but I do have lots of python cgi scripts, ex: http://example.com/blah.py?foo=bar
Does apache use mod_python to execute these python cgi scripts? Or does it use the /usr/bin/python interpreter?
[edited by: jdMorgan at 10:33 pm (utc) on Oct. 2, 2008]
[edit reason] example.com [/edit]