Php 5 3 8 For Readynas X86_64

For
  1. S&w Model 29 8 3/8 For Sale
  2. Cummins Isf 3.8 For Sale
  3. 5 3/8 On A Ruler

Updates for CentOS 6.8 for x86 Dependencies for release 3.0.8; PHP Version: PHP 4.3.11 or newer PEAR Package: PEAR. I upgraded to PHP 5.3. How to get mssql work with PHP 5.3? Updates for CentOS 6.8 for x86 Dependencies for release 3.0.8; PHP Version: PHP 4.3.11 or newer PEAR Package: PEAR. I upgraded to PHP 5.3. How to get mssql work with PHP 5.3? A centos 5.3 mounting an nfs share (the server is a netgear readynas duo, nfs version 3). Install the Imagick PHP extension on Debian; Install the XDebug PHP extension on Debian; Install the ChartDirector PHP extension on Debian; Install IonCube Loader on.

Active6 years, 2 months ago

I have php 5.3 and mysql server 5.5 installed. I need to install php-mysql, but got the following conflict. How do I resolve this?

user121196user121196
12.2k54 gold badges126 silver badges185 bronze badges

4 Answers

I suggest downloading a shared-compat package from http://dev.mysql.com/ and replacing the default mysql-libs with that. shared-compat provides all versions of MySQL client libraries and it should satisfy any future software upgrades or installations. For example use the package called MySQL-shared-compat-5.5.24-1.el6.x86_64.rpm

To install it, remove the existing mysql-libs package while ignoring any dependencies with rpm -e --nodeps mysql-libs and immediately install the new package with rpm -ihv MySQL-shared-compat-5.5.24-1.el6.x86_64.rpm.

You should of course schedule a maintenance window if the server is handling any production traffic as removing the libraries may cause errors before the new ones are installed.

Later you should also think about replacing the server and client packages to the official ones too to avoid having builds from different vendors.

MushuMushu

I had the similar issue like,

S&w Model 29 8 3/8 For Sale

It was solved by using these four commands in the terminal

NavinNavin

I had a similar issue. Upgrading to php 5.4 should work

RayRay
7311 gold badge5 silver badges22 bronze badges

I had to reinstall php from source with mysql and mysql pdo enabled, it's always simpler this way.

Epson

user121196

Cummins Isf 3.8 For Sale

user121196
12.2k54 gold badges126 silver badges185 bronze badges

5 3/8 On A Ruler

Not the answer you're looking for? Browse other questions tagged phpmysql or ask your own question.