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

Missing version information libmysqlclient18

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.28
    • 5.5.29
    • None
    • Debian Squeeze
      Debian Wheezy

    Description

      Errors are:

      /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)
       
      mail: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)

      Checked symlinks -

      ls -la /usr/lib | grep libmysqlclient
      lrwxrwxrwx  1 root root      24 Oct 19 10:21 libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
      -rw-r--r--  1 root root 3017624 Oct 19 10:21 libmysqlclient.so.18.0.0
      l

      Link appears to be fine.

      With ldd /usr/sbin/exim4 | grep libmysqlclient

      Seems like there are two entries for libmysqlclient18

      ldd /usr/sbin/exim4 | grep libmysql
      /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)
      libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb706f000)

      Same thing for libmu_auth.so.4

      ldd /usr/lib/libmu_auth.so.4 | grep libmysqlclient
      /usr/lib/libmu_auth.so.4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)
      libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb7229000)

      Occurs with both mariadb Wheezy and Squeeze repositories.

      Error does not incur with fresh installs of Debian Squeze and Wheezy and no mariadb-server installed. In this case, exim4-daemon-heavy is installed with the Squeeze or Wheezy package of libmysqlclient18.

      Please let me know if you need any further information.

      Thank you.

      Terry

      Attachments

        Issue Links

          Activity

            terryr Terry Roy created issue -
            serg Sergei Golubchik made changes -
            Field Original Value New Value
            Fix Version/s 5.5.29 [ 11701 ]
            serg Sergei Golubchik made changes -
            Priority Minor [ 4 ] Major [ 3 ]
            serg Sergei Golubchik made changes -
            Assignee Alexey Botchkov [ holyfoot ]
            serg Sergei Golubchik made changes -
            Description Errors are:

            /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)

            mail: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)

            Checked symlinks - ls -la /usr/lib | grep libmysqlclient

            lrwxrwxrwx 1 root root 24 Oct 19 10:21 libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
            -rw-r--r-- 1 root root 3017624 Oct 19 10:21 libmysqlclient.so.18.0.0
            l

            Link appears to be fine.

            With ldd /usr/sbin/exim4 | grep libmysqlclient

            Seems like there are two entries for libmysqlclient18

            ldd /usr/sbin/exim4 | grep libmysql
            /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)
            libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb706f000)

            Same thing for libmu_auth.so.4

            ldd /usr/lib/libmu_auth.so.4 | grep libmysqlclient
            /usr/lib/libmu_auth.so.4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)
                libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb7229000)


            Occurs with both mariadb Wheezy and Squeeze repositories.

            Error does not incur with fresh installs of Debian Squeze and Wheezy and no mariadb-server installed. In this case, exim4-daemon-heavy is installed with the Squeeze or Wheezy package of libmysqlclient18.

            Please let me know if you need any further information.

            Thank you.

            Terry
            Errors are:
            {noformat}
            /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)

            mail: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)
            {noformat}

            Checked symlinks -
            {noformat}
            ls -la /usr/lib | grep libmysqlclient
            lrwxrwxrwx 1 root root 24 Oct 19 10:21 libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
            -rw-r--r-- 1 root root 3017624 Oct 19 10:21 libmysqlclient.so.18.0.0
            l
            {noformat}

            Link appears to be fine.

            With {{ldd /usr/sbin/exim4 | grep libmysqlclient}}

            Seems like there are two entries for libmysqlclient18
            {noformat}
            ldd /usr/sbin/exim4 | grep libmysql
            /usr/sbin/exim4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/sbin/exim4)
            libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb706f000)
            {noformat}

            Same thing for {{libmu_auth.so.4}}
            {noformat}
            ldd /usr/lib/libmu_auth.so.4 | grep libmysqlclient
            /usr/lib/libmu_auth.so.4: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/libmu_auth.so.4)
            libmysqlclient.so.18 => /usr/lib/libmysqlclient.so.18 (0xb7229000)
            {noformat}


            Occurs with both mariadb Wheezy and Squeeze repositories.

            Error does not incur with fresh installs of Debian Squeze and Wheezy and no mariadb-server installed. In this case, exim4-daemon-heavy is installed with the Squeeze or Wheezy package of libmysqlclient18.

            Please let me know if you need any further information.

            Thank you.

            Terry
            serg Sergei Golubchik made changes -
            Fix Version/s 5.5.29 [ 12102 ]
            Fix Version/s 5.5.28a [ 11701 ]
            colin Colin Charles made changes -
            Labels packaging
            serg Sergei Golubchik made changes -
            serg Sergei Golubchik made changes -
            Assignee Alexey Botchkov [ holyfoot ] Vladislav Vaintroub [ wlad ]
            ratzpo Rasmus Johansson (Inactive) made changes -
            ratzpo Rasmus Johansson (Inactive) made changes -
            Due Date 2013-01-23
            ratzpo Rasmus Johansson (Inactive) made changes -
            serg Sergei Golubchik made changes -
            wlad Vladislav Vaintroub made changes -
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            serg Sergei Golubchik made changes -
            Workflow defaullt [ 25013 ] MariaDB v2 [ 46483 ]
            ratzpo Rasmus Johansson (Inactive) made changes -
            Workflow MariaDB v2 [ 46483 ] MariaDB v3 [ 67188 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 67188 ] MariaDB v4 [ 146189 ]

            People

              wlad Vladislav Vaintroub
              terryr Terry Roy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.