Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1562

MySQL Cluster Works: So why can't yum install php-mysql? (3 replies)

$
0
0
I have successfully installed MySQL Cluster 7.1.4b on a few servers for testing. I have the NDBD nodes connected to the Management Server, and the MySQL API's connected to the Management Server. So far everything works very well. This is an otherwise fresh installation of CentOS 5.5 x64.

I installed MySQL Cluster by downloading the RPM's for RHEL 5 x64, and running rpm -Uhv on the client, server, shared, storage, and tools, as well as management on the management server. This installed the appropriate packages without issue.

When I try to install any packages through yum which depend on MySQL, it fails. For example, when I try to install Apache and PHP (with the php-mysql connector), I get this error message:
=================== BEGIN OUTPUT ======================
[root@ast01 ~]# yum install httpd php php-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: mirror.stanford.edu
* extras: linux.mirrors.es.net
* updates: mirror.singleedge.com
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
updates/primary_db | 418 kB 00:00
Setting up Install Process
Package httpd-2.2.3-43.el5.centos.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package php.x86_64 0:5.1.6-27.el5 set to be updated
--> Processing Dependency: php-common = 5.1.6-27.el5 for package: php
--> Processing Dependency: php-cli = 5.1.6-27.el5 for package: php
---> Package php-mysql.x86_64 0:5.1.6-27.el5 set to be updated
--> Processing Dependency: php-pdo for package: php-mysql
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) for package: php-mysql
--> Processing Dependency: libmysqlclient.so.15()(64bit) for package: php-mysql
--> Running transaction check
---> Package mysql.x86_64 0:5.0.77-4.el5_5.3 set to be updated
--> Processing Dependency: perl(DBI) for package: mysql
---> Package php-cli.x86_64 0:5.1.6-27.el5 set to be updated
---> Package php-common.x86_64 0:5.1.6-27.el5 set to be updated
---> Package php-pdo.x86_64 0:5.1.6-27.el5 set to be updated
--> Running transaction check
---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
--> Processing Conflict: MySQL-Cluster-gpl-server conflicts mysql
--> Finished Dependency Resolution
MySQL-Cluster-gpl-server-7.1.4b-1.rhel5.x86_64 from installed has depsolving problems
--> MySQL-Cluster-gpl-server conflicts with mysql
Error: MySQL-Cluster-gpl-server conflicts with mysql
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
[root@ast01 ~]#
==================== END OUTPUT =======================

What can I do to resolve this issue and allow my installation of MySQL Cluster to work properly in this situation?

Thanks in advance,
Brett

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>