On 15 mar, 21:06, Jason Garber <[email protected]> wrote: > Pablo, > > The RPM's from IUS are built in a way that they do not replace *any* system > packages. They install Python 2.6 off to the side, out of the way. We run > them in 24/7 production on a load balanced cluster with no problems. > > Assuming they install correctly on your system (we use Centos/RHEL), then > there is no reason not to use them. > > Regarding Coldoaldo's comments about building yourself... Why build > something if it is already built and ready to install/uninstall/upgrade for > your system?
Because there is no built rpm for his system, an Oracle Linux of undisclosed version/arch. Notice that the rpm packages are built for a specific distribution/version/arch like in the repositories pointed by you and Graham: http://iuscommunity.org/packages/ http://codepoint.net/attachments/mod_wsgi/ Meaning an rpm for each of Redhat/Centos/Fedora many versions for i386 and x86_64. That is for a reason. Where it so simple Redhat and Fedora would just build one only rpm for all versions and architectures. Fedora now actively maintains 12 rpm sets: Fedora 10/11/12 for i386/ x86_64/ppc/ppc64. Clodoaldo > There is an assumption made in the context there that you > either have or want the development tools on your production server. > > In our case, we run enough machines that we either > (a) find a good package from a know provider (RHEL, Centos, EPEL, IUS, > etc...) > (b) build our own RPM's (not so much anymore since we identified IUS) > (c) there is no C > > From my perspective, you need to be able to re-build a production server > *right now* in minutes. Not hours. And compiling software should not be > one of those steps. > > I appreciate the simplicity of building mod_wsgi as pointed out by Coldaldo, > but still hold that for production machines, the RPM system is much better. > > Thanks! > Jason Garber > > On Mon, Mar 15, 2010 at 5:44 PM, Clodoaldo Neto > <[email protected]>wrote: > > > 2010/3/13 [email protected] <[email protected]>: > > > Jason, > > > > Thanks for the links. > > > Do I need to install python 2.6 for this? > > > I'm using the default python 2.4 right now. > > > Is there an rpm for python 2.6 that installs it in addition to python > > > 2.4/2.3 so it won't break anything? > > > > Can I trust this package in a production environment? > > > Just because it is packaged as a rpm does not mean it will work in a > > rpm based distribution. Although it is said Oracle Linux is Redhat > > based it is possible (if not probable) it will not be correctly > > installed. > > > Python is a fundamental piece of software in Redhat distributions and > > is linked from everywhere within the system. A mistake here can ensue > > general breakage. If you don't know exactly what you are doing stick > > to the default python install. > > > The best for you is to build mod_wsgi yourself. Just do first as root: > > > # yum install python-devel httpd-devel > > > Then proceed with the mod_wsgi building as usual. Look at the site for > > building instructions: > > >http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide > > > Regards, Clodoaldo > > > > Thanks > > > > On Mar 13, 3:29 am, Jason Garber <[email protected]> wrote: > > >> The IUS Community Project publishes RPMs for both Python 2.6 and Python > > 3.1, > > >> as well as the compatible mod_wsgi packages. > > > >> Here is an example: > >http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/SRPMS/repoview/mod... > > > >> < > >http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/SRPMS/repoview/mod.. > > .>And > > >> here is the main page:http://iuscommunity.org/packages/ > > > >> <http://iuscommunity.org/packages/>I've never used Oracle Enterprise > > Linux, > > >> so let me know if that works for you. > > > >> JG > > > >> On Fri, Mar 12, 2010 at 6:51 PM, pablo platt <[email protected]> > > wrote: > > >> > Hi, > > > >> > Anyone can share instructions how to setup mod_wsgi on oracle > > enterprise > > >> > linux? > > >> > Is there an official rpm that handle httpd, htppd-devel and mod_wsgi > > for > > >> > me? > > > >> > Thanks > > > >> > -- > > >> > 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]<modwsgi%[email protected]> > > <modwsgi%[email protected]<modwsgi%[email protected]> > > > >> > . > > >> > For more options, visit this group at > > >> >http://groups.google.com/group/modwsgi?hl=en. > > > > -- > > > 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]<modwsgi%[email protected]> > > . > > > For more options, visit this group at > >http://groups.google.com/group/modwsgi?hl=en. > > > -- > > 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]<modwsgi%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/modwsgi?hl=en. -- 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.
