CentOS 5.3 with PHP 5

5 posts / 0 new
Last post
#1 Sun, 09/13/2009 - 21:49
Tux.Ice

CentOS 5.3 with PHP 5

How can It be done? Should I install virtualmin first then update, or what?

Sun, 09/13/2009 - 21:52
andreychek

Howdy,

I'm not sure what you're asking -- PHP5 comes with CentOS 5.3.

Whenever you run Virtualmin's install.sh script, you'll end up with PHP5 on your system when the installation is complete.

-Eric

Sun, 09/13/2009 - 21:55
Tux.Ice

I get php 5.1 installed, I need php 5.2 or php 5.3. How can this be done?

Sun, 09/13/2009 - 22:07
andreychek

You may want to take a look at the VM Bleeding Edge repository, which will have PHP 5.2 in it:

http://www.virtualmin.com/documentation/id%2Cvirtualmin_bleeding_edge_pa...

Sun, 09/13/2009 - 22:30
Tux.Ice

Fixed.

wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarc...

wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm

rpm -Uvh remi-release-5.rpm epel-release-5.rpm

yum --enablerepo=remi update php*

yum --enablerepo=remi update mysql*

yum --enablerepo=remi update php*

yum --enablerepo=remi update

yum update

Topic locked