Search found 10 matches

by ramorius
Wed Mar 12, 2008 6:27 pm
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 26998

Got this working :) I'll share my solution for others (and my future reference.) I found a post on another forum that said, since mbstring shows up in phpinfo, I could override the requirement safely. This is because the recent versions of PHP5 have a bug with the mbstring headers: http://pecl.php.n...
by ramorius
Wed Mar 12, 2008 5:21 pm
Forum: PHP Help and Discussion
Topic: php 5.2.3 + mailparse
Replies: 21
Views: 26998

mailparse won't compile

I'm having the same problem (Can't get mailparse installed). On top of which, when I try to use pecl to compile the extension, it tells me that I need mbstring. I have php-mbstring 5.2.5 from ART, so I don't understand why it is asking for it again. I'm running php 5.2.5 from ART. Plesk needs mbstri...
by ramorius
Mon Jan 28, 2008 10:48 am
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

I'm not sure why I did this, as it is already updated, but here it is []# yum update php-pear Setting up Update Process Setting up repositories plesk 100% |=========================| 951 B 00:00 update 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 atomic 100% |======================...
by ramorius
Mon Jan 28, 2008 8:39 am
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

I tried to upgrade php-pear explicitly, and it had an unfulfilled dependance on the php version that I already had... (See my first post.) I considered removing the existing php-pear and reinstalling it from ART, but it wanted to take out plesk as well since it depended on it. I abandoned that path....
by ramorius
Sun Jan 27, 2008 8:54 pm
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

First, because the packages from ART for php wouldn't install. Second, during my research, I discovered that the centosplus channel was developed to address weaknesses of Centos4 as it related to its use as web servers. As a result, it includes upgrades to common packages needed by web servers. (I a...
by ramorius
Sat Jan 26, 2008 9:22 am
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

It took a while, but I got it done. I'll share the steps, both for my own future reference and the community's. Since my server is CentOS 4, I needed to implement the CentOS Web Stack: http://wiki.centos.org/Repositories/CentOSPlus/CentOSWebStack . That involved enabling CentOSPlus and disabling cer...
by ramorius
Fri Jan 25, 2008 12:50 pm
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

Some more info... From another post, I enabled the centosplus repository and disabled the atomic repository and tried to update php. It gave me the following: --> Finished Dependency Resolution Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2 Error: Missing Dependency: php = ...
by ramorius
Fri Jan 25, 2008 9:41 am
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

A little more information that might be helpful (I'm a newbie, so this may be all that is necessary but I don't know what to do with it) This is similar to another post http://atomicrocketturtle.com/forum/viewtopic.php?t=1685&highlight=phppear Based on what worked there, I ran 'yum info php-pear...
by ramorius
Thu Jan 24, 2008 7:54 pm
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

Saw that. But I can't get far enough to replace the php.ini. Here's the result of the yum update: Finished Dependency Resolution Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear So, I thought I would try to focus the efforts instead of the atomic bomb approach. :) My probl...
by ramorius
Thu Jan 24, 2008 6:36 pm
Forum: PHP Help and Discussion
Topic: Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3
Replies: 14
Views: 10609

Can't upgrade to php5 from php 4.3.9 on centos4/plesk8.3

First, I installed yum from atomicrocketturtle. I'm trying to update php and mySql on my vps (Centos4, Plesk 8.3) When I 'yum update php' it says 3 dependancy errors: Finished Dependency Resolution Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear Error: Missing Dependency:...