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

TokuDB plugin cannot be enabled

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.37, 10.0.9
    • 5.5.38, 10.0.11
    • None
    • None
    • Centos 6

    Description

      When trying to install TokuDB with SELinux

      MariaDB [(none)]> install soname 'ha_tokudb';
      ERROR 1126 (HY000): Can't open shared library /usr/lib64/mysql/plugin/ha_tokudb.so' (errno: 2, cannot enable executable stack as shared object requires: Permission denied)

      The executable stack flag has to be cleared since the library doesn't require it, which obviously triggers SELinux permission issue.

      execstack -c /usr/lib64/mysql/plugin/ha_tokudb.so will clear the flag and make the library loadable again.

      Attachments

        Activity

          People

            serg Sergei Golubchik
            tanj Guillaume Lefranc
            Votes:
            1 Vote for this issue
            Watchers:
            3 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.