Re: [CentOS] PHP version dilemma

2012-10-06 Thread Todd Cary
Thanks! Got everything working. And if any of you happen to be passing through Bend, OR, I'd love to introduce you to one of our noteworthy offerings: Bend beer (12 local breweries). My Linux server just sits on the rack and purrs along, seldom needing any attention except like today where I

[CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a safe way to upgrade PHP to 5.2x? Todd -- Ariste Software Bend, OR 97702

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Brian Mathis
On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary t...@aristesoftware.com wrote: I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a safe way to

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Leon Fauster
Am 05.10.2012 um 18:57 schrieb Todd Cary: I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a safe way to upgrade PHP to 5.2x? yum

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Leon Fauster
Am 05.10.2012 um 18:58 schrieb Brian Mathis: On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary t...@aristesoftware.com wrote: A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a safe way to upgrade PHP to 5.2x? Take a look at the IUS

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Cary said the following on 05/10/12 18:57: Is there a safe way to upgrade PHP to 5.2x? rpm -q --all | grep php save the list of php packages stop httpd save /etc/php.ini, even if is renamed by rpm, but better have another copy, just in case

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 10:10 AM, Luigi Rosa wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Cary said the following on 05/10/12 18:57: Is there a safe way to upgrade PHP to 5.2x? rpm -q --all | grep php save the list of php packages stop httpd save /etc/php.ini, even if is renamed by

Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R. Dennison
On Fri, Oct 05, 2012 at 07:06:14PM +0200, Leon Fauster wrote: @Todd: Just to clarify - the functionality and reliability of php53 is not restricted/faulty or what ever ... Actually, it is. The EL php53 package does not Provide: php so any other package depending on that being present

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Karanbir Singh
On 10/05/2012 06:51 PM, John R. Dennison wrote: @Todd: Just to clarify - the functionality and reliability of php53 is not restricted/faulty or what ever ... Actually, it is. The EL php53 package does not Provide: php so any other package depending on that being present will fail to

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Karanbir Singh
erm, On 10/05/2012 06:54 PM, Karanbir Singh wrote: Thats exactly what Leon said. And also that only applies to packages apps - which if Todd was using, he would not have had this issue since the app would have requested the right build anyway -- Karanbir Singh +44-207-0999389 |

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Cary said the following on 05/10/12 19:45: However, I am not sure what you mean by and then install the php53 packages you previously had if the output of rpm -q --all | grep php is (for instance) php php-cli php-gd php-mysql you should

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner
Am 05.10.2012 um 18:57 schrieb Todd Cary t...@aristesoftware.com: I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a safe way to

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:05 AM, Rainer Duffner wrote: Am 05.10.2012 um 18:57 schrieb Todd Cary t...@aristesoftware.com: I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner
Am 05.10.2012 um 20:38 schrieb Todd Cary t...@aristesoftware.com: Concrete5 http://www.concrete5.org/documentation/background/system_requirements PHP 5.2.x or 5.3x So use 5.3, please. GD is included: http://mirror.switch.ch/ftp/mirror/centos/5.8/os/x86_64/CentOS/ …

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
What is the best way around this problem: Resolving Dependencies -- Running transaction check --- Package php53.i386 0:5.3.3-13.el5_8 set to be updated -- Processing Dependency: php53-common = 5.3.3-13.el5_8 for package: php53 -- Processing Dependency: php53-cli = 5.3.3-13.el5_8 for package:

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Rainer Duffner
Am 05.10.2012 um 21:04 schrieb Todd Cary t...@aristesoftware.com: What is the best way around this problem: Resolving Dependencies -- Running transaction check --- Package php53.i386 0:5.3.3-13.el5_8 set to be updated -- Processing Dependency: php53-common = 5.3.3-13.el5_8 for package:

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote: Am 05.10.2012 um 21:04 schrieb Todd Cary t...@aristesoftware.com: What is the best way around this problem: Resolving Dependencies -- Running transaction check --- Package php53.i386 0:5.3.3-13.el5_8 set to be updated -- Processing Dependency:

Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R Pierce
On 10/05/12 12:43 PM, Todd Cary wrote: The remaining problem is that version is compiled without GD; something I need. Is there an easy way to get php53 WITH gd? yum install php53-gd, as was pointed out to you several times. -- john r pierceN 37, W 122 santa

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote: Am 05.10.2012 um 21:04 schrieb Todd Cary t...@aristesoftware.com: What is the best way around this problem: Resolving Dependencies -- Running transaction check --- Package php53.i386 0:5.3.3-13.el5_8 set to be updated -- Processing Dependency:

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
Sorry I missed that...probably the same for MySQL. Todd Ariste Software Bend, OR 97702 http://www.aristesoftware.com On 10/5/2012 12:37 PM, John R Pierce wrote: On 10/05/12 12:43 PM, Todd Cary wrote: The remaining problem is that version is compiled without GD; something I need. Is there

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
On 10/5/2012 11:58 AM, Rainer Duffner wrote: Am 05.10.2012 um 21:04 schrieb Todd Cary t...@aristesoftware.com: If any of you that were so generous with your assistance (and patience) should come to Bend, Oregon, please look me up...I owe you a Boneyard RPM IPA beer! With appreciation

Re: [CentOS] PHP version dilemma

2012-10-05 Thread John R Pierce
On 10/05/12 12:50 PM, Todd Cary wrote: Sorry I missed that...probably the same for MySQL. # yum list php53\* Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * base: centos.mirror.facebook.net * extras: centos.mirrors.hoobly.com * updates:

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Todd Cary
In trying to run some old php programs, I have discovered that mcrypt is not part of php53. Not sure how to research this. Todd Ariste Software Bend, OR 97702 http://www.aristesoftware.com On 10/5/2012 11:37 AM, Rainer Duffner wrote: Am 05.10.2012 um 20:38 schrieb Todd Cary

Re: [CentOS] PHP version dilemma

2012-10-05 Thread Travis Fraser
On Fri, 2012-10-05 at 19:27 -0700, Todd Cary wrote: In trying to run some old php programs, I have discovered that mcrypt is not part of php53. Not sure how to research this. http://wiki.centos.org/AdditionalResources/Repositories EPEL -- Travis Fraser tra...@snowpatch.net