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

Generic binary tarball not working on RHEL 10

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Packaging
    • None

    Description

      The generic community binary tarball does not work on RHEL 10 and derivatives as the server binary is still dynamically linked against `libcrypto.so.1` while RHEL 10 comes with `libcrypto.so.2` only:

      # ldd /usr/local/mysql/bin/mariadbd
      	linux-vdso.so.1 (0x00007f1f10523000)
      	libcrypt.so.1 => not found
      	libsystemd.so.0 => /lib64/libsystemd.so.0 (0x00007f1f103ef000)
      	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1f103ea000)
      	libdl.so.2 => /lib64/libdl.so.2 (0x00007f1f103e5000)
      	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f1f0d800000)
      	libm.so.6 => /lib64/libm.so.6 (0x00007f1f0db52000)
      	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f1f103b6000)
      	libc.so.6 => /lib64/libc.so.6 (0x00007f1f0d628000)
      	/lib64/ld-linux-x86-64.so.2 (0x00007f1f10525000)
      	libcap.so.2 => /lib64/libcap.so.2 (0x00007f1f103a9000)
       
      # /usr/local/mysql/bin/mariadbd --user=mysql
      /usr/local/mysql/bin/mariadbd: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            hholzgra Hartmut Holzgraefe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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