1 (edited by feronso 2012-12-19 18:20:14)

Topic: Apache 2.4 on CentOS 5.8 Remi Repository

Hi,

I have installed Epel with Remi and with ius Repository with Priority. CenOS Defaul Priority is 1 and Remi, Epel and ius are on 2 and 3 in Priority settings.

Problem is, when i run rum update its just show that there is no new update for any package like php, apache, mysql. even i have older versions installed of all packages. php5.1, mysql 5.0 and aapache 2.2.3. after few hours searching, finally install 2.2.23 by its rpm with apr-util, apr-util-ldap and httpd-tools. because apache 2.2.23 won't install without these dependencies.

Question is: I have Remi installed, but why i don't get latest release of all packages above ? Is there any miss-configuration ?

also, how can i install apache 2.4 through remi repository in my centos 5.8 i386?

Please advise.

Re: Apache 2.4 on CentOS 5.8 Remi Repository

Remi provides the latest MySQL and PHP.

I don't plan to provide http 2.4 as its configuration is not compatible with 2.2 one (thus, will break updates).

Try without any yum plugin (check mlan for options).

Else post full command + output.

Remi IS NOT compatible with IUS.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

3 (edited by feronso 2012-12-19 19:22:28)

Re: Apache 2.4 on CentOS 5.8 Remi Repository

Hi Remi,

Thank you for reply,

I'M new with the Linux. i have now remove ius repo. as well i remove the priority from main base of centos. after that its finally shows me php5.3.19-1.el5.remi and mysql5.5.28-3.el5.remi. i perform updates now.


Here is the output of "yum update" now

[root@tttl ~]# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: centos.mirror1.spango.com
* epel: nl.mirror.eurid.eu
* extras: centos.mirror1.spango.com
* remi: remi-mirror.dedipower.com
* updates: centos.mirror1.spango.com
431 packages excluded due to repository priority protections
Setting up Update Process
No Packages marked for Update


Also, its ok for apache 2.4, i read the story regarding to much changes in 2.4 structure same like centos 5 not possible to upgrade centos 6. but i did also not found apache 2.2.23 version in remi updates.

Re: Apache 2.4 on CentOS 5.8 Remi Repository

The answer is in the output:
> 431 packages excluded due to repository priority protections

I don't have httpd backports.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi