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
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
__
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 :
>
>> Concrete5
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: mirror.5nineso
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb Todd Cary :
>
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
Todd Cary
Bend, OR 9770
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 the
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb 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-co
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 cr
On 10/5/2012 11:58 AM, Rainer Duffner wrote:
> Am 05.10.2012 um 21:04 schrieb 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-co
Am 05.10.2012 um 21:04 schrieb 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
> -->
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:
Am 05.10.2012 um 20:38 schrieb Todd Cary :
> 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/
…
php53-5.3.3-5.el5.x86_64.rpm
On 10/5/2012 11:05 AM, Rainer Duffner wrote:
> 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 dat
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.2
-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 shoul
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 | http://www.kar
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 wi
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 p
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
-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 ca
Am 05.10.2012 um 18:58 schrieb Brian Mathis:
> On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary 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 package repo:
>
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?
On Fri, Oct 5, 2012 at 12:57 PM, Todd Cary 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 upgrade PHP to 5.
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
http://www.aristeso
24 matches
Mail list logo