[Bug 248749] databases/mysql8-server: fails to run with Undefined symbol "_ZNSt3__118shared_timed_mutexC1Ev"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 19 09:10:13 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248749

            Bug ID: 248749
           Summary: databases/mysql8-server: fails to run with Undefined
                    symbol "_ZNSt3__118shared_timed_mutexC1Ev"
           Product: Base System
           Version: 12.1-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: standards
          Assignee: standards at FreeBSD.org
          Reporter: freebsd at daemon.de

Howdy,

I'm trying to use mysql80-server-8.0.21 on 12.1-STABLE:

# uname -a
FreeBSD IBD-SRV2132.isp.fits 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 r356505
GENERIC  amd64

# /usr/local/libexec/mysqld
ld-elf.so.1: /usr/local/libexec/mysqld: Undefined symbol
"_ZNSt3__118shared_timed_mutexC1Ev" 

# ldd /usr/local/libexec/mysqld
/usr/local/libexec/mysqld:
        libicuuc.so.67 => /usr/local/lib/libicuuc.so.67 (0x8035cd000)
        libicuio.so.67 => /usr/local/lib/libicuio.so.67 (0x8037cd000)
        libicudata.so.67 => /usr/local/lib/libicudata.so.67 (0x8037dd000)
        libicui18n.so.67 => /usr/local/lib/libicui18n.so.67 (0x8037df000)
        libevent_core-2.1.so.7 => /usr/local/lib/libevent_core-2.1.so.7
(0x803b0b000)
        libevent_extra-2.1.so.7 => /usr/local/lib/libevent_extra-2.1.so.7
(0x803b40000)
        libevent_openssl-2.1.so.7 => /usr/local/lib/libevent_openssl-2.1.so.7
(0x803b67000)
        libprotobuf-lite.so.23 => /usr/local/lib/libprotobuf-lite.so.23
(0x803b70000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x803c24000)
        libm.so.5 => /lib/libm.so.5 (0x803c45000)
        librt.so.1 => /usr/lib/librt.so.1 (0x803c77000)
        libexecinfo.so.1 => /usr/lib/libexecinfo.so.1 (0x803c7f000)
        libunwind.so.8 => /usr/local/lib/libunwind.so.8 (0x803c84000)
        libssl.so.111 => /usr/lib/libssl.so.111 (0x803c9e000)
        libcrypto.so.111 => /lib/libcrypto.so.111 (0x803d36000)
        libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0x804025000)
        libz.so.6 => /lib/libz.so.6 (0x80411a000)
        liblz4.so.1 => /usr/local/lib/liblz4.so.1 (0x804134000)
        libc++.so.1 => /lib/libc++.so.1 (0x804169000)
        libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x804429000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x80444b000)
        libthr.so.3 => /lib/libthr.so.3 (0x804465000)
        libc.so.7 => /lib/libc.so.7 (0x804492000)
        libelf.so.2 => /lib/libelf.so.2 (0x80488b000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x8048a6000)

# clang -v
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM
8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin



Any help would be appreciated.



Thanks in advance,
Tom

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list