Search found 36 matches

by crnunez
Sun Oct 23, 2011 6:25 pm
Forum: General Help and Development Discussion
Topic: Conflict updating MYSQL today
Replies: 5
Views: 9310

Re: Conflict updating MYSQL today

It looks like youve got an incompatible repo mixed in there with .ius. You'd need to remove those package(s) first. I has been removed php-mysql with rpm -e php-mysql... --no-deps, then I can update mysql; but at this moment php-mysql doesnt work! (I installed again php-mysql with --force --nodeps)...
by crnunez
Sun Oct 23, 2011 10:47 am
Forum: General Help and Development Discussion
Topic: mysql upgrade fails
Replies: 1
Views: 3995

Re: mysql upgrade fails

Hello, I have the same issue when I tried to upgrade mysql. My current Mysql: mysql-5.1.59-1.el5.art [root@ns ~]$ yum update mysupdate mysql mysql-libs mysql-server Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: www5.atomicorp.com * base: mirror.steadfast.net * ce...
by crnunez
Sun Oct 23, 2011 10:46 am
Forum: General Help and Development Discussion
Topic: Conflict updating MYSQL today
Replies: 5
Views: 9310

Re: Conflict updating MYSQL today

Hello, I have the same issue when I tried to upgrade mysql. My current Mysql: mysql-5.1.59-1.el5.art [root@ns ~]$ yum update mysupdate mysql mysql-libs mysql-server Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: www5.atomicorp.com * base: mirror.steadfast.net * ce...
by crnunez
Fri Oct 21, 2011 12:27 pm
Forum: General Help and Development Discussion
Topic: Error on dependencies
Replies: 12
Views: 12777

Re: Error on dependencies

Hello, I have the same issue when I tried to upgrade mysql. My current Mysql: mysql-5.1.59-1.el5.art [root@ns ~]$ yum update mysupdate mysql mysql-libs mysql-server Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: www5.atomicorp.com * base: mirror.steadfast.net * ce...
by crnunez
Sat Apr 23, 2011 11:08 am
Forum: Requests
Topic: phpMyAdmin
Replies: 1
Views: 5147

Re: phpMyAdmin

I agree, can you update the repo with latest phpMyAdmin?

Thanks.
by crnunez
Sat Apr 23, 2011 11:04 am
Forum: Requests
Topic: Webmail for Plesk 8.6 working with PHP 5.3.x
Replies: 12
Views: 17513

Re: Webmail for Plesk 8.6 working with PHP 5.3.x

Hi Scott,
Roundcube is a good Webmail, I will happy with this on ART...

Regards.
by crnunez
Sun Apr 19, 2009 10:10 pm
Forum: PHP Help and Discussion
Topic: I can not update to mysql 5.0.79
Replies: 1
Views: 3373

I can not update to mysql 5.0.79

Hi, I have this issue when I try install the last update from Atomic channel. [root@ns ~]$ yum update mysql mysql-libs mysql-server Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * extras: dist1.800hosting.com * rpmforge: fr2.rpmfind.net * base: mirrors.tummy.com * centospl...
by crnunez
Wed Jun 11, 2008 12:42 pm
Forum: Requests
Topic: php 5.2.6 is out
Replies: 15
Views: 15945

I agree with the last PHP :D
by crnunez
Sat Jan 19, 2008 11:55 am
Forum: Requests
Topic: SpamAssassin 3.2.4
Replies: 15
Views: 14466

Re: SpamAssassin 3.2.4

breun wrote:It seems Dag already has a spec file and packages up: http://dag.wieers.com/rpm/packages/spamassassin/
Yes, I have installed 3.2.4 (Dag) but yum always appear 3.2.3... ART?? Do you have any idea?
by crnunez
Sat Jan 19, 2008 3:55 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.5-3 Segfaulting
Replies: 12
Views: 10342

My PHP crash with this release!!
[root@ns PHP]$ php -v
Segmentation fault
I roll back again for it works!

CentOS 5
Plesk 8.3
by crnunez
Sat Dec 22, 2007 1:54 pm
Forum: PHP Help and Discussion
Topic: PHP 5.2.5 woes
Replies: 107
Views: 69210

Hi,
The issue has been resolved with Plesk 8.3 and Horde.
Now, All OK again.

Bye!
by crnunez
Tue Dec 18, 2007 12:12 pm
Forum: PHP Help and Discussion
Topic: Looking for PHP ART pre-5.2.5 packages
Replies: 7
Views: 7719

breun wrote:You're trying to install several PHP builds at the same time.

Just gather the packages with the *same* build number (say, 5.2.3-5) and install those using the command I mentioned.
Breun, Thanks a lot!
by crnunez
Tue Dec 18, 2007 10:59 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.5 woes
Replies: 107
Views: 69210

After the command perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" /etc/httpd/conf.d/zz010_psa_httpd.conf I restart httpd, but it doesnt work. I need modify the file with the "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:." for it...
by crnunez
Tue Dec 18, 2007 10:52 am
Forum: PHP Help and Discussion
Topic: Looking for PHP ART pre-5.2.5 packages
Replies: 7
Views: 7719

You can gather the php* packages you want to install and use this command (no need to uninstall PHP first) to 'downgrade': rpm -Uvh --oldpackage php*.rpm [root@ns packages]$ rpm -Uvh --oldpackage php*.rpm warning: package php = 5.2.3-4.el5.art was already added, replacing with php >= 5.2.3-5.el5.ar...
by crnunez
Tue Dec 18, 2007 10:41 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.5 woes
Replies: 107
Views: 69210

I havent automated this yet, but you can use the event manager to automatically update the zz psa file, and any other config you want when something changes. Basically you do a regex like this: perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" <path to file> This com...