Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-696

LP:810779 - Ubuntu 10.04 LTS: Headers and client library minor version mismatch warning

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      One gets this kind of warnings on Ubuntu 10.10 LTS:

      PHP Warning: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:50141 Library:50207 in /var/www/class-repository/utility/database/Database.class.inc.php on line 83

      Information about the setup:

      <mariadb_user> maria is from the official maria mirrors, installed using apt
      <mariadb_user> php is from ubuntu
      <mariadb_user> maria is the only thing i've installed that didn't come from the ubuntu repositories
      <mariadb_user> and i haven't custom compiled anything

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            psergey Sergei Petrunia added a comment -

            Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning
            Info about package versions:

            <mariadb_user> good afternoon all, wondering if anyone has seen php/mysqli header/client library mismatch issues with ubuntu 10.04 LTS + mariadb 5.2.7 + php 5.3.2-1?

            Show
            psergey Sergei Petrunia added a comment - Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning Info about package versions: <mariadb_user> good afternoon all, wondering if anyone has seen php/mysqli header/client library mismatch issues with ubuntu 10.04 LTS + mariadb 5.2.7 + php 5.3.2-1?
            Hide
            wlad Vladislav Vaintroub added a comment -

            Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning
            It sounds like PHP problem, or maybe Ubuntu distribution one. if PHP does not link statically, or deliver a private shared version of libmysqlclient (it looks like this is the case), then it expects system libmysqlclient.so to be the very same version PHP was compiled with. In this case libmysqlclient.so, even compatible one, can only be replaced if major.minor version matches, and this is not the case here.

            Show
            wlad Vladislav Vaintroub added a comment - Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning It sounds like PHP problem, or maybe Ubuntu distribution one. if PHP does not link statically, or deliver a private shared version of libmysqlclient (it looks like this is the case), then it expects system libmysqlclient.so to be the very same version PHP was compiled with. In this case libmysqlclient.so, even compatible one, can only be replaced if major.minor version matches, and this is not the case here.
            Hide
            psergey Sergei Petrunia added a comment -

            Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning
            A correction about OS version:

            <mariadb_user> spetrunia: please note, the version of ubuntu i am using is 10.04 server LTS
            <mariadb_user> and it is the amd/64-bit version

            Show
            psergey Sergei Petrunia added a comment - Re: Ubuntu 10.10 LTS: Headers and client library minor version mismatch warning A correction about OS version: <mariadb_user> spetrunia: please note, the version of ubuntu i am using is 10.04 server LTS <mariadb_user> and it is the amd/64-bit version
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 810779

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 810779

              People

              • Assignee:
                Unassigned
                Reporter:
                psergey Sergei Petrunia
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: