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

INSTALL SONAME 'ha_connect' requires logical link libodbc.so.1

    XMLWordPrintable

Details

    Description

      When we run command: INSTALL SONAME 'ha_connect';
      We get error:

      ERROR 1126 (HY000): Can't open shared library '/opt/app/mysql/product/mariadb-10.0.20-linux-x86_64/lib/plugin/ha_connect.so' (errno: 2,      libodbc.so.1: cannot open shared object file: No such file or directory)
      

      We fix this with the following:

      $ cd /usr/lib64
      $ ln -s libodbc.so.2.0.0 libodbc.so.1 
      

      I have asked our SA to do this several times. The last time I did, he resisted, noting that MariaDB should be able to find the right libraries.
      Can this be done:?

      Attachments

        Activity

          People

            Unassigned Unassigned
            aferrett Andy Ferretti
            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.