Re: Dependency Resolving
Graham Dumpleton <[email protected]> Tue, 26 May 2009 19:47:35 +1000
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2009/5/26 K.Manikandan <[email protected]>: > Hi everyone, > We are trying to install mod_python in redhat el5. > the general command yum install mod_python is not working. > > So, we gave the actual package name as > > yum install mod_python-3.2.8-3.1.i386.rpm > > This command reveals that the dependencies are not resolved. How should I > proceed? Or where can I get the whole package where we can find package > with all the dependencies resolved??? FYI. That version of mod_python is quite ancient and has many issues with it. You should really strive to use mod_python 3.3.1 if you must use mod_python at all. You might therefore have to consider compiling from source code yourself. Graham