Well, turns out I wasn't alone when I was struggling with trying to upgrade to PHP5.2 from 5.1. Here's an article I found that solved the problem right away. In a one liner, it's:
wget -q -O - http://www.atomicorp.com/installers/atomic | sh ; yum update
as root.
No comments:
Post a Comment