Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-26, 04:38:40

Author Topic: Yum Update Error  (Read 19046 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Yum Update Error
« Reply #45 on: 2015-04-14, 08:55:15 »
Php 5.1.x is very old. Kloxo-MR still support php 5.2.x via 'secondary php' (but need install php52m first).

Yes I know. It's too over my head to update all those modules and cost is too great for me now. Anyway, thanks I'm able to log back into panel and everything seems to be working again and even that old version of php seems to work now and is still listed as a choice for php in the Web Server Configuration with this latest version of panel? Is it just not officially still supported with the new version?

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Yum Update Error
« Reply #46 on: 2015-04-14, 09:57:50 »
Working great too now with the VPS running Drupal and older version of PHP. Thanks again!

If anyone else has to run an older version of PHP here's a summary of what got everything working with the latest version of Kloxo 7:

sh /script/mysql-to-mariadb
sh /script/phpm-installer php54s; sh /script/fixlxphpexe php54s; sh /script/restart -y
yum install simscan-toaster; sh /script/fixmail-all; sh /script/restart-mail -y
yum clean all; yum update
sh /script/cleanup


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #47 on: 2015-04-14, 10:04:31 »
IF you have trouble with php 5.3+, try with php 5.2. Kloxo-MR still support php 5.2 in CentOS 5 and 6.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Yum Update Error
« Reply #48 on: 2015-04-14, 10:40:58 »
I tried switching:

Multiple PHP Already Installed:   php52m php54m

Then when I select PHP branch version 5.2.17 it updates and refreshes the page with 5.1.6 installed as before. "Enable PHP 5.2 (use Php52s) As Secondary PHP" when checked and updated goes back to unchecked. What am I doing wrong when trying php52? I type command php -v and it still shows 5.1.6.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #49 on: 2015-04-14, 11:23:45 »
No select 'php52m' in 'php used' at this moment. You see .htaccess in every domain with content:

Code: [Select]
### begin content - please not remove this line

### MR -- attention
### 1. Move '#<Ifmodule !mod_php5.c>' until '#</Ifmodule>' on
###    above '###Start Kloxo PHP config Area'
### 2. Remove # in front of '#<Ifmodule !mod_php5.c>' and '#</Ifmodule>'
###    on point (1)
### 3. Remove # in front of 'AddHandler x-httpd-php52' to activate secondary-php
###    on point (1)
### 4. Or Remove # in front of 'AddHandler x-httpd-php' to activate primary-php
###    on point (1) if select suphp_worker/_event for primary-php

#<Ifmodule !mod_php5.c>
    #AddHandler x-httpd-php52 .php
    #AddHandler x-httpd-php .php
#</Ifmodule>

### end content - please not remove this line

And then change to:
Code: [Select]
<Ifmodule !mod_php5.c>
    AddHandler x-httpd-php52 .php
    #AddHandler x-httpd-php .php
</Ifmodule>

### begin content - please not remove this line

### MR -- attention
### 1. Move '#<Ifmodule !mod_php5.c>' until '#</Ifmodule>' on
###    above '###Start Kloxo PHP config Area'
### 2. Remove # in front of '#<Ifmodule !mod_php5.c>' and '#</Ifmodule>'
###    on point (1)
### 3. Remove # in front of 'AddHandler x-httpd-php52' to activate secondary-php
###    on point (1)
### 4. Or Remove # in front of 'AddHandler x-httpd-php' to activate primary-php
###    on point (1) if select suphp_worker/_event for primary-php

#<Ifmodule !mod_php5.c>
    #AddHandler x-httpd-php52 .php
    #AddHandler x-httpd-php .php
#</Ifmodule>

### end content - please not remove this line
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Yum Update Error
« Reply #50 on: 2015-04-14, 12:19:15 »
I changed the htaccess file. Is that all that is needed because when I run a phpinfo.php file on the domain it still shows the 5.1.6 php version and not 5.2?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #51 on: 2015-04-14, 12:22:45 »
Only work in apache/proxy with other then ruid2 or itk.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #52 on: 2015-04-14, 12:54:31 »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Yum Update Error
« Reply #53 on: 2015-04-14, 13:04:43 »
Check:
- http://xl2.mratwork.com/php52/
- http://xl2.mratwork.com/php53/
- http://xl2.mratwork.com/php54/

and what's you see.

I can see all your different versions. My phpinfo file doesn't change versions when I edit the htaccess file. I'm running apache and tried ruid2 and itk. When I switch to 5.4 from 5.1.6 I see the new phpinfo. The htaccess isn't doing anything on my end.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #54 on: 2015-04-14, 13:09:46 »
So, install all php in 'Multiple PHP Install' until see listing in 'Multiple PHP Already Installed:' (install process is in background and need waiting) in 'webserver configure'. Also select 'php-fpm_event' in 'php type'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline bigdigillc

  • Senior Member
  • *
  • Posts: 156
  • Karma: +1/-0
    • View Profile
Re: Yum Update Error
« Reply #55 on: 2015-04-18, 02:32:59 »
@Mustafa ,
Any ideas on my issue. It seems my thread got hijacked. haha. I tried excluding the repos you specified, but still get same error. Also, GOogle can no longer reach any of the sites on that server.


I removed the other software and got it down to this one error.

Code: [Select]
Error: Missing Dependency: libv4l2.so.0 is needed by package ptlib-2.6.7-1.el5.i386 (mratwork-atrpms)

« Last Edit: 2015-04-18, 02:36:09 by bigdigillc »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Yum Update Error
« Reply #56 on: 2015-04-18, 04:44:33 »
Send ssh and panel access to my PM. I will to find out this issue.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.039 seconds with 18 queries.

web stats analysis