• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Problens with bcmath

A

AirtonJ

Guest
Hi. I aquired a cloud server with media temple. The server runs Plesk Panel with this configuration: Parallels Plesk Panel v10.1.1_build1010110120.18 os_CentOS 5 Linux 2.6.18-028stab070.14

I need to use the bcmath modules, but it's not installed and/or configured. I try to run the command below (in the SSL prompt with the root user) but it return some errors.

Code:
[root@icub ~]# yum install php53-bcmath.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.cs.vt.edu
 * base: mirror.cogentco.com
 * extras: mirror.trouble-free.net
 * updates: hpc.arc.georgetown.edu
addons                60;                                  60;  |  951 B     00:00
base                 ;                &# 160;                 ;    | 2.1 kB     00:00
extras                60;                                  60;  | 2.1 kB     00:00
updates               &# 160;                 ;                &# 160; | 1.9 kB     00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php53-bcmath.x86_64 0:5.3.3-1.el5_6.1 set to be updated
--> Processing Dependency: php53-common = 5.3.3-1.el5_6.1 for package: php53-bcmath
--> Running transaction check
---> Package php53-common.x86_64 0:5.3.3-1.el5_6.1 set to be updated
--> Processing Conflict: php53-common conflicts php-common
--> Finished Dependency Resolution
php53-common-5.3.3-1.el5_6.1.x86_64 from updates has depsolving problems
  --> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
                 60;       package-cleanup --dupes
                 60;       rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

Could you help me with this problem?
 
Last edited by a moderator:
Plesk doesn’t ship client’s PHP, it only downloads it from original OS vendor repo. So, described problem is not Plesk problem but OS packages dependences problem.
 
Back
Top