Welcome! Log In Create A New Profile

Advanced

centos php 5.1.6

Posted by expream 
expream
centos php 5.1.6
September 19, 2009 10:00PM
Hello!

I'm using php from centos repo - php 5.1.6. Is there patch for this
php?

If no... can you please advise reource where I can get stable php+php-
fpm rpm other version than 5.1.6 ... I have found one at
centos.alt.ru... but I'm not sure aboit stability... if all patches
are applied and so on...

thanks.
Re: centos php 5.1.6
September 19, 2009 10:14PM
expream wrote:
> Hello!
>
> I'm using php from centos repo - php 5.1.6. Is there patch for this
> php?
>
> If no... can you please advise reource where I can get stable php+php-
> fpm rpm other version than 5.1.6 ... I have found one at
> centos.alt.ru... but I'm not sure aboit stability... if all patches
> are applied and so on...
>
> thanks.

You should compile yourself from more updated source. PHP 5.2.10 patches
smoothly with php-5.2.10-fpm-0.5.13.diff. As for the 0.6.3 version,
which is a new branch, it seems to compile with PHP 5.2.10 as well
though I haven't done it on a Linux box (yet).

[editorial comment]This is one of my pet peeves with RHEL and
CentOS.[/editorial comment]
Gordon Pettey
Re: centos php 5.1.6
September 20, 2009 12:12AM
Add the Remi repository
(http://rpms.famillecollet.com/enterprise/remi-release-5.rpm for
CentOS 5 or http://rpms.famillecollet.com/enterprise/remi-release-4.rpm
for CentOS 4). It includes up-to-date versions of PHP, MySQL, and
phpMyAdmin (5.2.10 and 5.3.0, 5.1.39, 3.2.2).

On Sat, Sep 19, 2009 at 9:05 PM, Jim Ohlstein <jim@ohlste.in> wrote:
>
> expream wrote:
>> Hello!
>>
>> I'm using php from centos repo - php 5.1.6. Is there patch for this
>> php?
>>
>> If no... can you please advise reource where I can get stable php+php-
>> fpm rpm other version than 5.1.6 ... I have found one at
>> centos.alt.ru... but I'm not sure aboit stability... if all patches
>> are applied and so on...
>>
>> thanks.
>
> You should compile yourself from more updated source. PHP 5.2.10 patches
> smoothly with php-5.2.10-fpm-0.5.13.diff. As for the 0.6.3 version,
> which is a new branch, it seems to compile with PHP 5.2.10 as well
> though I haven't done it on a Linux box (yet).
>
> [editorial comment]This is one of my pet peeves with RHEL and
> CentOS.[/editorial comment]
>
Sergej Kandyla
Re: centos php 5.1.6
September 21, 2009 05:24AM
expream пишет:
> Hello!
>
> I'm using php from centos repo - php 5.1.6. Is there patch for this
> php?
>
> If no... can you please advise reource where I can get stable php+php-
> fpm rpm other version than 5.1.6 ... I have found one at
> centos.alt.ru...
I'm using this repo too. And the author of repo centos.alt.ru has more
than 10 own servers in production under php-fpm. nginx etc.
Also you could find latest nginx-devel, nginx-stable here.

I think this repos is quite stable.

You could look for the packages list here:
http://centos.alt.ru/pub/repository/centos/5/


> but I'm not sure aboit stability... if all patches
> are applied and so on...
>
> thanks.
>
dreamcat four
Re: centos php 5.1.6
September 21, 2009 05:46AM
On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.paix@gmail.com> wrote:
>
> expream пишет:
>> Hello!
>>
>> I'm using php from centos repo - php 5.1.6. Is there patch for this
>> php?
>>
>> If no... can you please advise reource where I can get stable php+php-
>> fpm rpm other version than 5.1.6 ... I have found one at
>> centos.alt.ru...
> I'm using this repo too. And the author of repo centos.alt.ru has more
> than 10 own servers in production under php-fpm. nginx etc.
> Also you could find latest nginx-devel, nginx-stable here.

And here's some instructions if you use yum and want the DAG repository.

# dag rpm repository
sudo nano /etc/yum.repos.d/dag.repo

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

# Then run
yum check-update
yum search php

I can't comment on how DAG's php packages compare, but in general seems good.
expream
Re: centos php 5.1.6
September 26, 2009 12:06AM
Thanks for repos... But my boss insist on using php 5.1.6 from centos
base repo. Is there php-fpm patch for this version?

On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com> wrote:
>
> > expream пишет:
> >> Hello!
>
> >> I'm using php from centos repo - php 5.1.6. Is there patch for this
> >> php?
>
> >> If no... can you please advise reource where I can get stable php+php-
> >> fpm rpm other version than 5.1.6 ... I have found one at
> >> centos.alt.ru...
> > I'm using this repo too. And the author of repo centos.alt.ru has more
> > than 10 own servers in production under php-fpm. nginx etc.
> > Also you could find latest nginx-devel, nginx-stable here.
>
> And here's some instructions if you use yum and want the DAG repository.
>
> # dag rpm repository
> sudo nano /etc/yum.repos.d/dag.repo
>
> [dag]
> name=Dag RPM Repository for Red Hat Enterprise Linux
> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
> gpgcheck=1
> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>
> # Then run
> yum check-update
> yum search php
>
> I can't comment on how DAG's php packages compare,  but in general seems good.
Nando
Re: centos php 5.1.6
September 26, 2009 02:40AM
your boss is an idiot, tell him to get with the times. >=php-5.2 is what
you should be using.

On Fri, 2009-09-25 at 19:31 -0700, expream wrote:

> Thanks for repos... But my boss insist on using php 5.1.6 from centos
> base repo. Is there php-fpm patch for this version?
>
> On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
> > On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com> wrote:
> >
> > > expream пишет:
> > >> Hello!
> >
> > >> I'm using php from centos repo - php 5.1.6. Is there patch for this
> > >> php?
> >
> > >> If no... can you please advise reource where I can get stable php+php-
> > >> fpm rpm other version than 5.1.6 ... I have found one at
> > >> centos.alt.ru...
> > > I'm using this repo too. And the author of repo centos.alt.ru has more
> > > than 10 own servers in production under php-fpm. nginx etc.
> > > Also you could find latest nginx-devel, nginx-stable here.
> >
> > And here's some instructions if you use yum and want the DAG repository..
> >
> > # dag rpm repository
> > sudo nano /etc/yum.repos.d/dag.repo
> >
> > [dag]
> > name=Dag RPM Repository for Red Hat Enterprise Linux
> > baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
> > gpgcheck=1
> > rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
> >
> > # Then run
> > yum check-update
> > yum search php
> >
> > I can't comment on how DAG's php packages compare, but in general seems good.
dreamcat four
Re: centos php 5.1.6
September 26, 2009 03:10AM
Yeah, complete looser for not telling you why.

On Sat, Sep 26, 2009 at 7:29 AM, Nando <weboperative@gmail.com> wrote:
> your boss is an idiot, tell him to get with the times. >=php-5.2 is what you
> should be using.
>
> On Fri, 2009-09-25 at 19:31 -0700, expream wrote:
>
> Thanks for repos... But my boss insist on using php 5.1.6 from centos
> base repo. Is there php-fpm patch for this version?
>
> On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
>> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com>
>> wrote:
>>
>> > expream пишет:
>> >> Hello!
>>
>> >> I'm using php from centos repo - php 5.1.6. Is there patch for this
>> >> php?
>>
>> >> If no... can you please advise reource where I can get stable php+php-
>> >> fpm rpm other version than 5.1.6 ... I have found one at
>> >> centos.alt.ru...
>> > I'm using this repo too. And the author of repo centos.alt.ru has more
>> > than 10 own servers in production under php-fpm. nginx etc.
>> > Also you could find latest nginx-devel, nginx-stable here.
>>
>> And here's some instructions if you use yum and want the DAG repository.
>>
>> # dag rpm repository
>> sudo nano /etc/yum.repos.d/dag.repo
>>
>> [dag]
>> name=Dag RPM Repository for Red Hat Enterprise Linux
>> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
>> gpgcheck=1
>> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>>
>> # Then run
>> yum check-update
>> yum search php
>>
>> I can't comment on how DAG's php packages compare,  but in general seems
>> good.
>
expream
Re: centos php 5.1.6
September 26, 2009 07:48AM
Yeah I know.. but he is sure, that we need to use only software from
centos base repo.. because of it stability. So there is soon will be
centos 5.4 available, I hope there will be php 5.2.x . but now.. is
there "old patches"?? ...

PS: the main reason why he dont wont to switch, because I cant explain
which patches we need to use.. for example I have downloaded 2 php
sources from different repos... And there was different patches ..
that is the main reason of mistrust of "custom" build php... Is there
any official "patches" thread/bugtrack for php ? centos? Where I can
see which patches to apply?

On Sep 26, 10:08 am, dreamcat four <dreamc...@gmail.com> wrote:
> Yeah, complete looser for not telling you why.
>
>
>
> On Sat, Sep 26, 2009 at 7:29 AM, Nando <weboperat...@gmail.com> wrote:
> > your boss is an idiot, tell him to get with the times. >=php-5.2 is what you
> > should be using.
>
> > On Fri, 2009-09-25 at 19:31 -0700, expream wrote:
>
> > Thanks for repos... But my boss insist on using php 5.1.6 from centos
> > base repo. Is there php-fpm patch for this version?
>
> > On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
> >> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com>
> >> wrote:
>
> >> > expream пишет:
> >> >> Hello!
>
> >> >> I'm using php from centos repo - php 5.1.6. Is there patch for this
> >> >> php?
>
> >> >> If no... can you please advise reource where I can get stable php+php-
> >> >> fpm rpm other version than 5.1.6 ... I have found one at
> >> >> centos.alt.ru...
> >> > I'm using this repo too. And the author of repo centos.alt.ru has more
> >> > than 10 own servers in production under php-fpm. nginx etc.
> >> > Also you could find latest nginx-devel, nginx-stable here.
>
> >> And here's some instructions if you use yum and want the DAG repository.
>
> >> # dag rpm repository
> >> sudo nano /etc/yum.repos.d/dag.repo
>
> >> [dag]
> >> name=Dag RPM Repository for Red Hat Enterprise Linux
> >> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
> >> gpgcheck=1
> >> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>
> >> # Then run
> >> yum check-update
> >> yum search php
>
> >> I can't comment on how DAG's php packages compare,  but in general seems
> >> good.
任晓磊
Re: centos php 5.1.6
September 26, 2009 10:52AM
a minor update would not bring you new version of softwares. It has only
bugfixes.
In another word, 5 series of CentOS and RHEL have 5.1.6 version of PHP
ONLY!!

2009/9/26 expream <expream@inbox.lv>

>
> Yeah I know.. but he is sure, that we need to use only software from
> centos base repo.. because of it stability. So there is soon will be
> centos 5.4 available, I hope there will be php 5.2.x . but now.. is
> there "old patches"?? ...
>
> PS: the main reason why he dont wont to switch, because I cant explain
> which patches we need to use.. for example I have downloaded 2 php
> sources from different repos... And there was different patches ..
> that is the main reason of mistrust of "custom" build php... Is there
> any official "patches" thread/bugtrack for php ? centos? Where I can
> see which patches to apply?
>

--
Ren Xiaolei
任晓磊
Re: centos php 5.1.6
September 26, 2009 10:54AM
AGREE !!!

2009/9/26 Nando <weboperative@gmail.com>

> your boss is an idiot, tell him to get with the times. >=php-5.2 is what
> you should be using.
>
>
> --
Ren Xiaolei
Re: centos php 5.1.6
September 26, 2009 01:04PM
You don't need any patches besides php-fpm if you use the patch and
suhosin is a good one.

Otherwise compile it yourself - i even have a build script I use for
centos/rhell. But I can't access it at the moment.

Sent from my iPhone

On Sep 26, 2009, at 4:45 AM, expream <expream@inbox.lv> wrote:

>
> Yeah I know.. but he is sure, that we need to use only software from
> centos base repo.. because of it stability. So there is soon will be
> centos 5.4 available, I hope there will be php 5.2.x . but now.. is
> there "old patches"?? ...
>
> PS: the main reason why he dont wont to switch, because I cant explain
> which patches we need to use.. for example I have downloaded 2 php
> sources from different repos... And there was different patches ..
> that is the main reason of mistrust of "custom" build php... Is there
> any official "patches" thread/bugtrack for php ? centos? Where I can
> see which patches to apply?
>
> On Sep 26, 10:08 am, dreamcat four <dreamc...@gmail.com> wrote:
>> Yeah, complete looser for not telling you why.
>>
>>
>>
>> On Sat, Sep 26, 2009 at 7:29 AM, Nando <weboperat...@gmail.com>
>> wrote:
>>> your boss is an idiot, tell him to get with the times. >=php-5.2
>>> is what you
>>> should be using.
>>
>>> On Fri, 2009-09-25 at 19:31 -0700, expream wrote:
>>
>>> Thanks for repos... But my boss insist on using php 5.1.6 from
>>> centos
>>> base repo. Is there php-fpm patch for this version?
>>
>>> On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
>>>> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla
>>>> <sk.p...@gmail.com>
>>>> wrote:
>>
>>>>> expream пишет:
>>>>>> Hello!
>>
>>>>>> I'm using php from centos repo - php 5.1.6. Is there patch for
>>>>>> this
>>>>>> php?
>>
>>>>>> If no... can you please advise reource where I can get stable
>>>>>> php+php-
>>>>>> fpm rpm other version than 5.1.6 ... I have found one at
>>>>>> centos.alt.ru...
>>>>> I'm using this repo too. And the author of repo centos.alt.ru
>>>>> has more
>>>>> than 10 own servers in production under php-fpm. nginx etc.
>>>>> Also you could find latest nginx-devel, nginx-stable here.
>>
>>>> And here's some instructions if you use yum and want the DAG
>>>> repository.
>>
>>>> # dag rpm repository
>>>> sudo nano /etc/yum.repos.d/dag.repo
>>
>>>> [dag]
>>>> name=Dag RPM Repository for Red Hat Enterprise Linux
>>>> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
>>>> gpgcheck=1
>>>> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>>
>>>> # Then run
>>>> yum check-update
>>>> yum search php
>>
>>>> I can't comment on how DAG's php packages compare, but in
>>>> general seems
>>>> good.
任文越
Re: centos php 5.1.6
September 26, 2009 03:42PM
Oracle's Unbreakable Linux From RHEL has PHP5.2.10
u may use it from "yum-repository-setup-by-*oracle"
*http://thuannvn.blogspot.com/.../yum-repository-setup-by-*oracle*.html
or see here
http://oss.oracle.com/projects/php/files/EL5/x86_64/

On Sat, Sep 26, 2009 at 10:51 PM, 任晓磊 <julyclyde@gmail.com> wrote:

> a minor update would not bring you new version of softwares. It has only
> bugfixes.
> In another word, 5 series of CentOS and RHEL have 5.1.6 version of PHP
> ONLY!!
>
> 2009/9/26 expream <expream@inbox.lv>
>
>>
>> Yeah I know.. but he is sure, that we need to use only software from
>> centos base repo.. because of it stability. So there is soon will be
>> centos 5.4 available, I hope there will be php 5.2.x . but now.. is
>> there "old patches"?? ...
>>
>> PS: the main reason why he dont wont to switch, because I cant explain
>> which patches we need to use.. for example I have downloaded 2 php
>> sources from different repos... And there was different patches ..
>> that is the main reason of mistrust of "custom" build php... Is there
>> any official "patches" thread/bugtrack for php ? centos? Where I can
>> see which patches to apply?
>>
>
> --
> Ren Xiaolei
>



--
With Best Regards
suchasplus 任文越
Ilyas --
Re: centos php 5.1.6
September 26, 2009 04:34PM
Hi!

you can find compete patchsets for php for rhel/fedora here
http://cvs.fedoraproject.org/viewvc/rpms/php/ .

On Sat, Sep 26, 2009 at 3:45 PM, expream <expream@inbox.lv> wrote:

>
> Yeah I know.. but he is sure, that we need to use only software from
> centos base repo.. because of it stability. So there is soon will be
> centos 5.4 available, I hope there will be php 5.2.x . but now.. is
> there "old patches"?? ...
>
> PS: the main reason why he dont wont to switch, because I cant explain
> which patches we need to use.. for example I have downloaded 2 php
> sources from different repos... And there was different patches ..
> that is the main reason of mistrust of "custom" build php... Is there
> any official "patches" thread/bugtrack for php ? centos? Where I can
> see which patches to apply?
>
> On Sep 26, 10:08 am, dreamcat four <dreamc...@gmail.com> wrote:
> > Yeah, complete looser for not telling you why.
> >
> >
> >
> > On Sat, Sep 26, 2009 at 7:29 AM, Nando <weboperat...@gmail.com> wrote:
> > > your boss is an idiot, tell him to get with the times. >=php-5.2 is
> what you
> > > should be using.
> >
> > > On Fri, 2009-09-25 at 19:31 -0700, expream wrote:
> >
> > > Thanks for repos... But my boss insist on using php 5.1.6 from centos
> > > base repo. Is there php-fpm patch for this version?
> >
> > > On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
> > >> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com>
> > >> wrote:
> >
> > >> > expream пишет:
> > >> >> Hello!
> >
> > >> >> I'm using php from centos repo - php 5.1.6. Is there patch for this
> > >> >> php?
> >
> > >> >> If no... can you please advise reource where I can get stable
> php+php-
> > >> >> fpm rpm other version than 5.1.6 ... I have found one at
> > >> >> centos.alt.ru...
> > >> > I'm using this repo too. And the author of repo centos.alt.ru has
> more
> > >> > than 10 own servers in production under php-fpm. nginx etc.
> > >> > Also you could find latest nginx-devel, nginx-stable here.
> >
> > >> And here's some instructions if you use yum and want the DAG
> repository.
> >
> > >> # dag rpm repository
> > >> sudo nano /etc/yum.repos.d/dag.repo
> >
> > >> [dag]
> > >> name=Dag RPM Repository for Red Hat Enterprise Linux
> > >> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
> > >> gpgcheck=1
> > >> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
> >
> > >> # Then run
> > >> yum check-update
> > >> yum search php
> >
> > >> I can't comment on how DAG's php packages compare, but in general
> seems
> > >> good.
>



--
Ilyas R. Khasyanov
Unix/Linux System Administrator
GPG Key ID: 6EC5EB27 (Changed since 2009-05-12)
Lucian @ lastdot.org
Re: centos php 5.1.6
October 03, 2009 12:56AM
On Sat, Sep 26, 2009 at 12:45 PM, expream <expream@inbox.lv> wrote:
>
> Yeah I know.. but he is sure, that we need to use only software from
> centos base repo.. because of it stability.

This is why people generally use Centos/RHEL - stability, and your
boss has a very good point.
I'd stick with Centos' stock mod_php, for stability's sake.
Be careful with repos, most of them conflict with each other and it's
easy to trash your system.
The only one I use (and recommend) is RPMForge
(http://dag.wieers.com/rpm/FAQ.php#B)

>So there is soon will be
> centos 5.4 available, I hope there will be php 5.2.x . but now.. is
> there "old patches"?? ...
>
> PS: the main reason why he dont wont to switch, because I cant explain
> which patches we need to use.. for example I have downloaded 2 php
> sources from different repos... And there was different patches ..
> that is the main reason of mistrust of "custom" build php... Is there
> any official  "patches" thread/bugtrack for php ? centos? Where I can
> see which patches to apply?
>
> On Sep 26, 10:08 am, dreamcat four <dreamc...@gmail.com> wrote:
>> Yeah, complete looser for not telling you why.
>>
>>
>>
>> On Sat, Sep 26, 2009 at 7:29 AM, Nando <weboperat...@gmail.com> wrote:
>> > your boss is an idiot, tell him to get with the times. >=php-5.2 is what you
>> > should be using.
>>
>> > On Fri, 2009-09-25 at 19:31 -0700, expream wrote:
>>
>> > Thanks for repos... But my boss insist on using php 5.1.6 from centos
>> > base repo. Is there php-fpm patch for this version?
>>
>> > On Sep 21, 12:44 pm, dreamcat four <dreamc...@gmail.com> wrote:
>> >> On Mon, Sep 21, 2009 at 10:15 AM, Sergej Kandyla <sk.p...@gmail.com>
>> >> wrote:
>>
>> >> > expream пишет:
>> >> >> Hello!
>>
>> >> >> I'm using php from centos repo - php 5.1.6. Is there patch for this
>> >> >> php?
>>
>> >> >> If no... can you please advise reource where I can get stable php+php-
>> >> >> fpm rpm other version than 5.1.6 ... I have found one at
>> >> >> centos.alt.ru...
>> >> > I'm using this repo too. And the author of repo centos.alt.ru has more
>> >> > than 10 own servers in production under php-fpm. nginx etc.
>> >> > Also you could find latest nginx-devel, nginx-stable here.
>>
>> >> And here's some instructions if you use yum and want the DAG repository.
>>
>> >> # dag rpm repository
>> >> sudo nano /etc/yum.repos.d/dag.repo
>>
>> >> [dag]
>> >> name=Dag RPM Repository for Red Hat Enterprise Linux
>> >> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
>> >> gpgcheck=1
>> >> rpm --importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
>>
>> >> # Then run
>> >> yum check-update
>> >> yum search php
>>
>> >> I can't comment on how DAG's php packages compare,  but in general seems
>> >> good.
>
Re: centos php 5.1.6
October 03, 2009 01:00AM
On Fri, Oct 2, 2009 at 9:53 PM, Lucian @ lastdot.org <lucian@lastdot.org> wrote:

>> Yeah I know.. but he is sure, that we need to use only software from
>> centos base repo.. because of it stability.
>
> This is why people generally use Centos/RHEL - stability, and your
> boss has a very good point.

However, the base repos sacrifice "stability" with the ultimate in
stagnation, sadly.

I've never really had any issues with Ubuntu or a quicker repo update
process. I myself add 3-4 repos to a CentOS/RHELL install so I can
actually get packages I need and better updated ones. Sure if you like
two generations old Subversion or a generation old of Ruby that you
can't run things like Redmine with... stick with your stock repos :)
Lucian @ lastdot.org
Re: centos php 5.1.6
October 03, 2009 01:22AM
On Sat, Oct 3, 2009 at 5:58 AM, Michael Shadle <mike503@gmail.com> wrote:
>
> On Fri, Oct 2, 2009 at 9:53 PM, Lucian @ lastdot.org <lucian@lastdot.org> wrote:
>
>>> Yeah I know.. but he is sure, that we need to use only software from
>>> centos base repo.. because of it stability.
>>
>> This is why people generally use Centos/RHEL - stability, and your
>> boss has a very good point.
>
> However, the base repos sacrifice "stability" with the ultimate in
> stagnation, sadly.
>
> I've never really had any issues with Ubuntu or a quicker repo update
> process. I myself add 3-4 repos to a CentOS/RHELL install so I can
> actually get packages I need and better updated ones. Sure if you like
> two generations old Subversion or a generation old of Ruby that you
> can't run things like Redmine with... stick with your stock repos :)
>

I don't like the direction this discussion is taking(flame alert!) :-)
The problem with RHEL's "old" packages has been debated and re-debated
many times on mailing lists and newsgroups.
Expream, maybe this read will clarify some of your problems
http://tinyurl.com/rhelbkp
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 323
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready