Shiv schrieb: > The problem is that all the mentioned rpms are for RHEL ES4.0 and > python 2.4.2. so I cant install them, there will be dependency > mismatch. > > I am searching rpms for all the rpms that I am using for v4.0. > just as example - for python-devel, I downloaded > python-devel-2.4.3-24.el5.i386.rpm > python-devel-2.4.3-9.FC5.i386.rpm > python-devel-2.4.3-18.fc6.i386.rpm
I think you have a general issue here when it comes to system administration. Generally: Do *not* use RPMs you find somewhere in the internet! This won't work. Use *only* RPMs *specifically* produced for RHEL5! Probably you should enable Fedora EPEL on your machine. I did a quick check on a CentOS 5 machine (which is *very* similar to RHEL5) and there I was able to install all the packages you wanted right away (python-devel, gcc are part of RHEL5 anyway so I did not bother checking): lighttpd.i386 1.4.20-6.el5 lua.i386 5.1.2-1.el5 MySQL-python.i386 1.2.1-1 mysql-server.i386 5.0.45-7.el5 mysql.i386 5.0.45-7.el5 mysql-connector-odbc.i386 3.51.12-2.2 perl-DBI.i386 1.52-2.el5 python-setuptools.noarch 0.6c7-1.el5 sqlite.i386 3.3.6-2 tix.i386 1:8.4.0-11.fc6 tkinter.i386 2.4.3-24.el5 unixODBC.i386 2.2.11-7.1 The only think I could not find was python24-tools but I don't know what this package is meant for... The only thing is that your RHE* box may not have all packages available because Red Hat sells different flavours (like server, desktop). Or is your problem that your application really needs Python 2.4.2 instead of Python 2.4.3 which comes with RHEL? In the end you do not need to use any external packages. Just enable Fedora EPEL and you have packages which perfectly fit to your system. fs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

