Problems installing mariadb

anaigini

Registered
Jan 28, 2020
1
0
1
Malaysia
cPanel Access Level
Root Administrator
Hi,

I attempted to install mariadb from source.
These are the steps I executed :

# yum-builddep mariadb-server

But this throws the error :

[[email protected] ~]# yum-builddep mariadb-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
No such package(s): mariadb-server
[[email protected] ~]#

So I try to do it in a different way :

First I install development tools :

# yum group install "Development tools" --setopt=group_package_types=mandatory,default,optional

And then other build essentials :

# yum -y install ncurses-devel.x86_64
# yum install kernel-devel kernel-headers
# yum install git gcc gcc-c++ bison libxml2-devel libevent-devel rpm-build

Then I start the actual installation :

Bash:
[[email protected] mariadb]# git clone --branch 10.3 https://github.com/MariaDB/server.git

Cloning into 'server'...

remote: Enumerating objects: 235, done.

remote: Counting objects: 100% (235/235), done.

remote: Compressing objects: 100% (215/215), done.

remote: Total 1264793 (delta 66), reused 47 (delta 20), pack-reused 1264558

Receiving objects: 100% (1264793/1264793), 752.10 MiB | 1.13 MiB/s, done.

Resolving deltas: 100% (916977/916977), done.

Checking out files: 100% (24224/24224), done.
Then I run the cmake command below, where I get a lot of problems :

Bash:
[[email protected] mariadb]# cmake -DRPM=centos7 server/
-- Running cmake version 2.8.12.2
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for SHM_HUGETLB
-- Looking for SHM_HUGETLB - found
-- Found Git: /usr/bin/git (found version "1.8.3.1")
-- MariaDB 10.3.23
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
-- Packaging as: mariadb-10.3.23-Linux-x86_64
-- Performing Test HAVE_VISIBILITY_HIDDEN
-- Performing Test HAVE_VISIBILITY_HIDDEN - Success
-- Performing Test have_C__pie__fPIC
-- Performing Test have_C__pie__fPIC - Success
-- Performing Test have_CXX__pie__fPIC
-- Performing Test have_CXX__pie__fPIC - Success
-- Performing Test have_C__Wl__z_relro__z_now
-- Performing Test have_C__Wl__z_relro__z_now - Success
-- Performing Test have_CXX__Wl__z_relro__z_now
-- Performing Test have_CXX__Wl__z_relro__z_now - Success
-- Performing Test have_C__fstack_protector___param_ssp_buffer_size_4
-- Performing Test have_C__fstack_protector___param_ssp_buffer_size_4 - Success
-- Performing Test have_CXX__fstack_protector___param_ssp_buffer_size_4
-- Performing Test have_CXX__fstack_protector___param_ssp_buffer_size_4 - Success
-- Performing Test have_C__D_FORTIFY_SOURCE_2
-- Performing Test have_C__D_FORTIFY_SOURCE_2 - Success
-- Performing Test have_CXX__D_FORTIFY_SOURCE_2
-- Performing Test have_CXX__D_FORTIFY_SOURCE_2 - Success
-- Performing Test have_C__ggdb3
-- Performing Test have_C__ggdb3 - Success
-- Performing Test have_CXX__ggdb3
-- Performing Test have_CXX__ggdb3 - Success
-- Looking for floor
-- Looking for floor - not found
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for bind
-- Looking for bind - found
-- Looking for crypt
-- Looking for crypt - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file crypt.h
-- Looking for include file crypt.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file fenv.h
-- Looking for include file fenv.h - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - found
-- Looking for include file grp.h
-- Looking for include file grp.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file link.h
-- Looking for include file link.h - found
-- Looking for include file linux/unistd.h
-- Looking for include file linux/unistd.h - found
-- Looking for include file linux/falloc.h
-- Looking for include file linux/falloc.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file paths.h
-- Looking for include file paths.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file sys/poll.h
-- Looking for include file sys/poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
-- Looking for include file sched.h - found
-- Looking for include file select.h
-- Looking for include file select.h - not found
-- Looking for include files sys/types.h, sys/dir.h
-- Looking for include files sys/types.h, sys/dir.h - found
-- Looking for include files sys/types.h, sys/event.h
-- Looking for include files sys/types.h, sys/event.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/pte.h
-- Looking for include file sys/pte.h - not found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file synch.h
-- Looking for include file synch.h - not found
-- Looking for include file sysent.h
-- Looking for include file sysent.h - not found
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for include file sys/fpu.h
-- Looking for include file sys/fpu.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include files sys/types.h, sys/ipc.h
-- Looking for include files sys/types.h, sys/ipc.h - found
-- Looking for include files sys/types.h, sys/malloc.h
-- Looking for include files sys/types.h, sys/malloc.h - not found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include files sys/types.h, sys/shm.h
-- Looking for include files sys/types.h, sys/shm.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/stream.h
-- Looking for include file sys/stream.h - not found
-- Looking for include file sys/syscall.h
-- Looking for include file sys/syscall.h - found
-- Looking for include file asm/termbits.h
-- Looking for include file asm/termbits.h - found
-- Looking for include file termbits.h
-- Looking for include file termbits.h - not found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - found
-- Looking for include file termcap.h
-- Looking for include file termcap.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file varargs.h
-- Looking for include file varargs.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/utime.h
-- Looking for include file sys/utime.h - not found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/vadvise.h
-- Looking for include file sys/vadvise.h - not found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file stdarg.h
-- Looking for include file stdarg.h - found
-- Looking for include files stdlib.h, sys/un.h
-- Looking for include files stdlib.h, sys/un.h - found
-- Looking for include file wchar.h
-- Looking for include file wchar.h - found
-- Looking for include file wctype.h
-- Looking for include file wctype.h - found
-- Looking for include file sys/sockio.h
-- Looking for include file sys/sockio.h - not found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file sys/statvfs.h
-- Looking for include file sys/statvfs.h - found
-- Looking for include file bfd.h
-- Looking for include file bfd.h - found
-- Looking for include file sys/ptem.h
-- Looking for include file sys/ptem.h - not found
-- Performing Test have_C__Werror
-- Performing Test have_C__Werror - Success
-- Performing Test HAVE_PTHREAD_ONCE_INIT
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for accept4
-- Looking for accept4 - found
-- Looking for access
-- Looking for access - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Looking for printstack
-- Looking for printstack - not found
-- Looking for bfill
-- Looking for bfill - not found
-- Looking for index
-- Looking for index - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for cuserid
-- Looking for cuserid - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for dladdr
-- Looking for dladdr - found
-- Looking for dlerror
-- Looking for dlerror - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fesetround
-- Looking for fesetround - found
-- Looking for fedisableexcept
-- Looking for fedisableexcept - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - found
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for getwd
-- Looking for getwd - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for ldiv
-- Looking for ldiv - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for mallinfo
-- Looking for mallinfo - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for mlockall
-- Looking for mlockall - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for mmap64
-- Looking for mmap64 - found
-- Looking for perror
-- Looking for perror - found
-- Looking for poll
-- Looking for poll - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pthread_attr_create
-- Looking for pthread_attr_create - not found
-- Looking for pthread_attr_getstacksize
-- Looking for pthread_attr_getstacksize - found
-- Looking for pthread_attr_setscope
-- Looking for pthread_attr_setscope - found
-- Looking for pthread_attr_getguardsize
-- Looking for pthread_attr_getguardsize - found
-- Looking for pthread_attr_setstacksize
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
-- Looking for pthread_condattr_create - not found
-- Looking for pthread_key_delete
-- Looking for pthread_key_delete - found
-- Looking for pthread_rwlock_rdlock
-- Looking for pthread_rwlock_rdlock - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for pthread_yield_np
-- Looking for pthread_yield_np - not found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for rename
-- Looking for rename - found
-- Looking for rwlock_init
-- Looking for rwlock_init - not found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigthreadmask
-- Looking for sigthreadmask - not found
-- Looking for sigwait
-- Looking for sigwait - found
-- Looking for sigset
-- Looking for sigset - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for strcoll
-- Looking for strcoll - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strpbrk
-- Looking for strpbrk - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for thr_setconcurrency
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
-- Looking for thr_yield - not found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for memalign
-- Looking for memalign - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Performing Test HAVE_READDIR_R
-- Performing Test HAVE_READDIR_R - Success
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
-- Looking for include file asm/msr.h - found
-- Looking for include file ia64intrin.h
-- Looking for include file ia64intrin.h - not found
-- Looking for times
-- Looking for times - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for read_real_time
-- Looking for read_real_time - not found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for time
-- Looking for time - found
-- Looking for rdtscll
-- Looking for rdtscll - not found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for tzname
-- Looking for tzname - found
-- Looking for lrand48
-- Looking for lrand48 - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
-- Looking for TIOCSTAT - not found
-- Looking for FIONREAD
-- Looking for FIONREAD - not found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Check size of sigset_t
-- Check size of sigset_t - done
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of sighandler_t
-- Check size of sighandler_t - done
-- Check size of in_addr_t
-- Check size of in_addr_t - done
-- Check size of char *
-- Check size of char * - done
-- Check size of long
-- Check size of long - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long long
-- Check size of long long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of uchar
-- Check size of uchar - failed
-- Check size of uint
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - done
-- Check size of int8
-- Check size of int8 - failed
-- Check size of uint8
-- Check size of uint8 - failed
-- Check size of int16
-- Check size of int16 - failed
-- Check size of uint16
-- Check size of uint16 - failed
-- Check size of int32
-- Check size of int32 - failed
-- Check size of uint32
-- Check size of uint32 - failed
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of time_t
-- Check size of time_t - done
-- Performing Test TIME_T_UNSIGNED
-- Performing Test TIME_T_UNSIGNED - Failed
-- Performing Test HAVE_SELECT
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_TIMESPEC_TS_SEC
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
-- Performing Test QSORT_TYPE_IS_VOID
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Success
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success
-- Looking for include files time.h, sys/time.h
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- Looking for tcgetattr
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
-- Performing Test HAVE_POSIX_SIGNALS - Success
-- Performing Test HAVE_ABI_CXA_DEMANGLE
-- Performing Test HAVE_ABI_CXA_DEMANGLE - Success
-- Performing Test HAVE_BSS_START
-- Performing Test HAVE_BSS_START - Success
-- Performing Test HAVE_WEAK_SYMBOL
-- Performing Test HAVE_WEAK_SYMBOL - Success
-- Performing Test HAVE_ATTRIBUTE_CLEANUP
-- Performing Test HAVE_ATTRIBUTE_CLEANUP - Success
-- Performing Test HAVE_CXX_NEW
-- Performing Test HAVE_CXX_NEW - Success
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Performing Test HAVE_GCC_C11_ATOMICS
-- Performing Test HAVE_GCC_C11_ATOMICS - Success
-- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h
-- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h - not found
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed
-- Performing Test STRUCT_DIRENT_HAS_D_INO
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Failed
-- Looking for ucontext.h
-- Looking for ucontext.h - found
-- Looking for makecontext
-- Looking for makecontext - found
-- Performing Test STRUCT_TIMESPEC_HAS_TV_SEC
-- Performing Test STRUCT_TIMESPEC_HAS_TV_SEC - Success
-- Performing Test STRUCT_TIMESPEC_HAS_TV_NSEC
-- Performing Test STRUCT_TIMESPEC_HAS_TV_NSEC - Success
-- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE
-- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE - Success
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
-- Looking for crc32
-- Looking for crc32 - found
-- Looking for compressBound
-- Looking for compressBound - found
-- Looking for deflateBound
-- Looking for deflateBound - found
CMake Error at /usr/share/cmake/Modules/FindOpenSSL.cmake:278 (list):
  list GET given empty list
Call Stack (most recent call first):
  cmake/ssl.cmake:128 (FIND_PACKAGE)
  CMakeLists.txt:367 (MYSQL_CHECK_SSL)


CMake Error at /usr/share/cmake/Modules/FindOpenSSL.cmake:279 (list):
  list GET given empty list
Call Stack (most recent call first):
  cmake/ssl.cmake:128 (FIND_PACKAGE)
  CMakeLists.txt:367 (MYSQL_CHECK_SSL)


CMake Error at /usr/share/cmake/Modules/FindOpenSSL.cmake:281 (list):
  list GET given empty list
Call Stack (most recent call first):
  cmake/ssl.cmake:128 (FIND_PACKAGE)
  CMakeLists.txt:367 (MYSQL_CHECK_SSL)


CMake Error at /usr/share/cmake/Modules/FindOpenSSL.cmake:283 (list):
  list GET given empty list
Call Stack (most recent call first):
  cmake/ssl.cmake:128 (FIND_PACKAGE)
  CMakeLists.txt:367 (MYSQL_CHECK_SSL)


-- Found OpenSSL: /usr/local/lib64/libssl.so;/usr/local/lib64/libcrypto.so (found version ".0.0`")
-- OPENSSL_INCLUDE_DIR = /usr/local/include
-- OPENSSL_SSL_LIBRARY = /usr/local/lib64/libssl.so
-- OPENSSL_CRYPTO_LIBRARY = /usr/local/lib64/libcrypto.so
-- OPENSSL_VERSION = .0.0`
-- SSL_LIBRARIES = /usr/local/lib64/libssl.so;/usr/local/lib64/libcrypto.so;dl
-- Looking for ERR_remove_thread_state
-- Looking for ERR_remove_thread_state - found
-- Looking for EVP_aes_128_ctr
-- Looking for EVP_aes_128_ctr - found
-- Looking for EVP_aes_128_gcm
-- Looking for EVP_aes_128_gcm - found
-- Check size of mbstate_t
-- Check size of mbstate_t - done
-- Looking for mbrlen
-- Looking for mbrlen - found
-- Looking for mbsrtowcs
-- Looking for mbsrtowcs - found
-- Looking for mbrtowc
-- Looking for mbrtowc - found
-- Looking for wcwidth
-- Looking for wcwidth - found
-- Looking for iswlower
-- Looking for iswlower - found
-- Looking for iswupper
-- Looking for iswupper - found
-- Looking for towlower
-- Looking for towlower - found
-- Looking for towupper
-- Looking for towupper - found
-- Looking for iswctype
-- Looking for iswctype - found
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wctype_t
-- Check size of wctype_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- Found Curses: /usr/lib64/libcurses.so
-- Looking for tputs in /usr/lib64/libcurses.so
-- Looking for tputs in /usr/lib64/libcurses.so - found
-- Looking for setupterm in /usr/lib64/libcurses.so
-- Looking for setupterm in /usr/lib64/libcurses.so - found
-- Looking for vidattr in /usr/lib64/libcurses.so
-- Looking for vidattr in /usr/lib64/libcurses.so - found
-- Performing Test NEW_READLINE_INTERFACE
-- Performing Test NEW_READLINE_INTERFACE - Success
-- Performing Test READLINE_V5
-- Performing Test READLINE_V5 - Failed
-- Performing Test LIBEDIT_INTERFACE
-- Performing Test LIBEDIT_INTERFACE - Success
-- Performing Test HAVE_HIST_ENTRY
-- Performing Test HAVE_HIST_ENTRY - Success
-- Looking for include files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for pcre_stack_guard in pcre
-- Looking for pcre_stack_guard in pcre - not found
-- Performing Test PCRE_STACK_SIZE_OK
-- Performing Test PCRE_STACK_SIZE_OK - Failed
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for C++ include type_traits.h
-- Looking for C++ include type_traits.h - not found
-- Looking for C++ include bits/type_traits.h
-- Looking for C++ include bits/type_traits.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for strtoq
-- Looking for strtoq - found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- checking for one of the modules 'libsystemd;libsystemd-daemon'
-- Looking for sd_listen_fds in systemd
-- Looking for sd_listen_fds in systemd - not found
-- Looking for include file systemd/sd-daemon.h
-- Looking for include file systemd/sd-daemon.h - not found
-- Looking for sd_notify
-- Looking for sd_notify - not found
-- Looking for sd_notifyf
-- Looking for sd_notifyf - not found
-- Systemd features not enabled
-- Performing Test have_C__Wall
-- Performing Test have_C__Wall - Success
-- Performing Test have_CXX__Wall
-- Performing Test have_CXX__Wall - Success
-- Performing Test have_C__Wdeclaration_after_statement
-- Performing Test have_C__Wdeclaration_after_statement - Success
-- Performing Test have_CXX__Wdeclaration_after_statement
-- Performing Test have_CXX__Wdeclaration_after_statement - Failed
-- Performing Test have_C__Wextra
-- Performing Test have_C__Wextra - Success
-- Performing Test have_CXX__Wextra
-- Performing Test have_CXX__Wextra - Success
-- Performing Test have_C__Wformat_security
-- Performing Test have_C__Wformat_security - Failed
-- Performing Test have_CXX__Wformat_security
-- Performing Test have_CXX__Wformat_security - Failed
-- Performing Test have_C__Wformat_truncation
-- Performing Test have_C__Wformat_truncation - Failed
-- Performing Test have_CXX__Wformat_truncation
-- Performing Test have_CXX__Wformat_truncation - Failed
-- Performing Test have_C__Winit_self
-- Performing Test have_C__Winit_self - Success
-- Performing Test have_CXX__Winit_self
-- Performing Test have_CXX__Winit_self - Success
-- Performing Test have_C__Wnonnull_compare
-- Performing Test have_C__Wnonnull_compare - Failed
-- Performing Test have_CXX__Wnonnull_compare
-- Performing Test have_CXX__Wnonnull_compare - Failed
-- Performing Test have_C__Wnull_conversion
-- Performing Test have_C__Wnull_conversion - Failed
-- Performing Test have_CXX__Wnull_conversion
-- Performing Test have_CXX__Wnull_conversion - Failed
-- Performing Test have_C__Wunused_parameter
-- Performing Test have_C__Wunused_parameter - Success
-- Performing Test have_CXX__Wunused_parameter
-- Performing Test have_CXX__Wunused_parameter - Success
-- Performing Test have_C__Wunused_private_field
-- Performing Test have_C__Wunused_private_field - Failed
-- Performing Test have_CXX__Wunused_private_field
-- Performing Test have_CXX__Wunused_private_field - Failed
-- Performing Test have_C__Woverloaded_virtual
-- Performing Test have_C__Woverloaded_virtual - Failed
-- Performing Test have_CXX__Woverloaded_virtual
-- Performing Test have_CXX__Woverloaded_virtual - Success
-- Performing Test have_C__Wnon_virtual_dtor
-- Performing Test have_C__Wnon_virtual_dtor - Failed
-- Performing Test have_CXX__Wnon_virtual_dtor
-- Performing Test have_CXX__Wnon_virtual_dtor - Success
-- Performing Test have_C__Wvla
-- Performing Test have_C__Wvla - Success
-- Performing Test have_CXX__Wvla
-- Performing Test have_CXX__Wvla - Success
-- Performing Test have_C__Wwrite_strings
-- Performing Test have_C__Wwrite_strings - Success
-- Performing Test have_CXX__Wwrite_strings
-- Performing Test have_CXX__Wwrite_strings - Success
-- Performing Test have_CXX__Werror
-- Performing Test have_CXX__Werror - Success
-- Performing Test have_C__Werror_maybe_uninitialized
-- Performing Test have_C__Werror_maybe_uninitialized - Success
-- Performing Test have_CXX__Werror_maybe_uninitialized
-- Performing Test have_CXX__Werror_maybe_uninitialized - Success
-- Updating submodules
Submodule 'libmariadb' (https://github.com/MariaDB/mariadb-connector-c) registered for path 'libmariadb'
Submodule 'storage/rocksdb/rocksdb' (https://github.com/facebook/rocksdb.git) registered for path 'storage/rocksdb/rocksdb'
Cloning into 'libmariadb'...
remote: Enumerating objects: 47, done.
remote: Counting objects: 100% (47/47), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 11011 (delta 19), reused 31 (delta 13), pack-reused 10964
Receiving objects: 100% (11011/11011), 5.73 MiB | 1.11 MiB/s, done.
Resolving deltas: 100% (8001/8001), done.
Submodule path 'libmariadb': checked out 'a1283d0b10a3b675bede48d9fe2d082865a24a6c'
Cloning into 'storage/rocksdb/rocksdb'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 82130 (delta 17), reused 12 (delta 3), pack-reused 82100
Receiving objects: 100% (82130/82130), 143.67 MiB | 1.13 MiB/s, done.
Resolving deltas: 100% (61388/61388), done.
Submodule path 'storage/rocksdb/rocksdb': checked out 'e731f4402258554812c46334dc0d9483e6cc769b'
== Configuring MariaDB Connector/C
-- Found CURL: /usr/lib64/libcurl.so (found version "7.29.0")
-- Found GSSAPI: -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-- Performing Test HAS_-Wunused_FLAG
-- Performing Test HAS_-Wunused_FLAG - Success
-- Performing Test HAS_-Wlogical-op_FLAG
-- Performing Test HAS_-Wlogical-op_FLAG - Success
-- Performing Test HAS_-Wno-uninitialized_FLAG
-- Performing Test HAS_-Wno-uninitialized_FLAG - Success
-- Performing Test HAS_-Wall_FLAG
-- Performing Test HAS_-Wall_FLAG - Success
-- Performing Test HAS_-Wextra_FLAG
-- Performing Test HAS_-Wextra_FLAG - Success
-- Performing Test HAS_-Wformat-security_FLAG
-- Performing Test HAS_-Wformat-security_FLAG - Success
-- Performing Test HAS_-Wno-init-self_FLAG
-- Performing Test HAS_-Wno-init-self_FLAG - Success
-- Performing Test HAS_-Wwrite-strings_FLAG
-- Performing Test HAS_-Wwrite-strings_FLAG - Success
-- Performing Test HAS_-Wshift-count-overflow_FLAG
-- Performing Test HAS_-Wshift-count-overflow_FLAG - Failed
-- Performing Test HAS_-Wdeclaration-after-statement_FLAG
-- Performing Test HAS_-Wdeclaration-after-statement_FLAG - Success
-- Performing Test HAS_-Wno-undef_FLAG
-- Performing Test HAS_-Wno-undef_FLAG - Success
-- Performing Test HAS_-Wno-unknown-pragmas_FLAG
-- Performing Test HAS_-Wno-unknown-pragmas_FLAG - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- Looking for dlopen
-- Looking for dlopen - not found
-- Looking for dlsym
-- Looking for dlsym - not found
-- Looking for dlsym in dl
-- Looking for dlsym in dl - found
-- Looking for floor
-- Looking for floor - not found
-- Looking for pthread_getspecific
-- Looking for pthread_getspecific - not found
-- Looking for pthread_getspecific in pthread
-- Looking for pthread_getspecific in pthread - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- TLS library/version: OpenSSL .0.0`
-- SYSTEM_LIBS /usr/lib64/libz.so;dl;m;pthread;pthread;dl;m;/usr/local/lib64/libssl.so;/usr/local/lib64/libcrypto.so
-- SYSTEM processor: x86_64
-- MariaDB Connector/c configuration:
-- Static PLUGINS mysql_native_password;mysql_old_password;pvio_socket
-- Dynamic PLUGINS dialog;client_ed25519;caching_sha2_password;sha256_password;auth_gssapi_client;mysql_clear_password
-- CPack generation: TGZ
-- SSL support: OPENSSL Libs: /usr/local/lib64/libssl.so;/usr/local/lib64/libcrypto.so
-- Zlib support: ON
-- Installation layout: DEFAULT
-- Include files will be installed in include/mysql
-- Libraries will be installed in lib64
-- Binaries will be installed in bin
-- Documentation included from
-- Required:
-- Performing Test have_C__Wall__Wmissing_declarations
-- Performing Test have_C__Wall__Wmissing_declarations - Success
-- Performing Test have_CXX__Wall__Wmissing_declarations
-- Performing Test have_CXX__Wall__Wmissing_declarations - Success
-- Performing Test have_C__Werror_unused_function
-- Performing Test have_C__Werror_unused_function - Success
-- Performing Test have_CXX__Werror_unused_function
-- Performing Test have_CXX__Werror_unused_function - Success
-- Performing Test have_C__Wunused_function
-- Performing Test have_C__Wunused_function - Success
-- Performing Test have_CXX__Wunused_function
-- Performing Test have_CXX__Wunused_function - Success
-- Performing Test have_C__Werror_unused_variable
-- Performing Test have_C__Werror_unused_variable - Success
-- Performing Test have_CXX__Werror_unused_variable
-- Performing Test have_CXX__Werror_unused_variable - Success
-- Performing Test have_C__Wunused_variable
-- Performing Test have_C__Wunused_variable - Success
-- Performing Test have_CXX__Wunused_variable
-- Performing Test have_CXX__Wunused_variable - Success
-- Performing Test have_C__Werror_unused_value
-- Performing Test have_C__Werror_unused_value - Success
-- Performing Test have_CXX__Werror_unused_value
-- Performing Test have_CXX__Werror_unused_value - Success
-- Performing Test have_C__Wunused_value
-- Performing Test have_C__Wunused_value - Success
-- Performing Test have_CXX__Wunused_value
-- Performing Test have_CXX__Wunused_value - Success
-- Performing Test have_C__Werror_parentheses
-- Performing Test have_C__Werror_parentheses - Success
-- Performing Test have_CXX__Werror_parentheses
-- Performing Test have_CXX__Werror_parentheses - Success
-- Performing Test have_C__Wparentheses
-- Performing Test have_C__Wparentheses - Success
-- Performing Test have_CXX__Wparentheses
-- Performing Test have_CXX__Wparentheses - Success
-- Performing Test have_C__Werror_strict_aliasing
-- Performing Test have_C__Werror_strict_aliasing - Success
-- Performing Test have_CXX__Werror_strict_aliasing
-- Performing Test have_CXX__Werror_strict_aliasing - Success
-- Performing Test have_C__Wstrict_aliasing
-- Performing Test have_C__Wstrict_aliasing - Success
-- Performing Test have_CXX__Wstrict_aliasing
-- Performing Test have_CXX__Wstrict_aliasing - Success
-- Performing Test have_C__Werror_misleading_indentation
-- Performing Test have_C__Werror_misleading_indentation - Failed
-- Performing Test have_CXX__Werror_misleading_indentation
-- Performing Test have_CXX__Werror_misleading_indentation - Failed
-- Performing Test have_C__Wmisleading_indentation
-- Performing Test have_C__Wmisleading_indentation - Failed
-- Performing Test have_CXX__Wmisleading_indentation
-- Performing Test have_CXX__Wmisleading_indentation - Failed
-- Performing Test have_C__Werror_format_truncation
-- Performing Test have_C__Werror_format_truncation - Failed
-- Performing Test have_CXX__Werror_format_truncation
-- Performing Test have_CXX__Werror_format_truncation - Failed
-- Performing Test have_C__Werror_implicit_fallthrough
-- Performing Test have_C__Werror_implicit_fallthrough - Failed
-- Performing Test have_CXX__Werror_implicit_fallthrough
-- Performing Test have_CXX__Werror_implicit_fallthrough - Failed
-- Performing Test have_C__Wimplicit_fallthrough
-- Performing Test have_C__Wimplicit_fallthrough - Failed
-- Performing Test have_CXX__Wimplicit_fallthrough
-- Performing Test have_CXX__Wimplicit_fallthrough - Failed
-- Performing Test have_C__Werror_type_limits
-- Performing Test have_C__Werror_type_limits - Success
-- Performing Test have_CXX__Werror_type_limits
-- Performing Test have_CXX__Werror_type_limits - Success
-- Performing Test have_C__Wtype_limits
-- Performing Test have_C__Wtype_limits - Success
-- Performing Test have_CXX__Wtype_limits
-- Performing Test have_CXX__Wtype_limits - Success
-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1")
-- Found Java: /bin/java (found suitable version "1.8.0.232", minimum required is "1.6")
-- Found JNI: /usr/lib/jvm/jre/lib/amd64/libjawt.so
-- =====> REST support is ON
-- Looking for include file lz4.h
-- Looking for include file lz4.h - not found
-- Looking for LZ4_compress_limitedOutput in lz4
-- Looking for LZ4_compress_limitedOutput in lz4 - not found
-- Looking for LZ4_compress_default in lz4
-- Looking for LZ4_compress_default in lz4 - not found
-- Looking for include file lzo/lzo1x.h
-- Looking for include file lzo/lzo1x.h - not found
-- Looking for lzo1x_1_compress in lzo2
-- Looking for lzo1x_1_compress in lzo2 - not found
-- Looking for include file lzma.h
-- Looking for include file lzma.h - found
-- Looking for lzma_stream_buffer_decode in lzma
-- Looking for lzma_stream_buffer_decode in lzma - found
-- Looking for lzma_easy_buffer_encode in lzma
-- Looking for lzma_easy_buffer_encode in lzma - found
-- Looking for include file bzlib.h
-- Looking for include file bzlib.h - found
-- Looking for BZ2_bzBuffToBuffCompress in bz2
-- Looking for BZ2_bzBuffToBuffCompress in bz2 - found
-- Looking for BZ2_bzBuffToBuffDecompress in bz2
-- Looking for BZ2_bzBuffToBuffDecompress in bz2 - found
-- Looking for include file snappy-c.h
-- Looking for include file snappy-c.h - not found
-- Looking for snappy_uncompress in snappy
-- Looking for snappy_uncompress in snappy - not found
-- Looking for include file numa.h
-- Looking for include file numa.h - not found
-- Looking for include file numaif.h
-- Looking for include file numaif.h - not found
-- WITH_NUMA=AUTO: NUMA memory allocation policy disabled
-- Check if the system is big endian
-- Searching 16 bit integer
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file libaio.h
-- Looking for include file libaio.h - not found
-- Looking for io_queue_init in aio
-- Looking for io_queue_init in aio - not found
-- Looking for sched_getcpu
-- Looking for sched_getcpu - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Performing Test HAVE_IB_LINUX_FUTEX
-- Performing Test HAVE_IB_LINUX_FUTEX - Success
-- Performing Test HAVE_C99_INITIALIZERS
-- Performing Test HAVE_C99_INITIALIZERS - Success
-- Looking for regcomp
-- Looking for regcomp - found
-- Performing Test HAVE_CLMUL_INSTRUCTION
-- Performing Test HAVE_CLMUL_INSTRUCTION - Failed
-- Check if the system is big endian
-- Searching 16 bit integer
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Performing Test have_C__Wunused_but_set_variable
-- Performing Test have_C__Wunused_but_set_variable - Success
-- Performing Test have_CXX__Wunused_but_set_variable
-- Performing Test have_CXX__Wunused_but_set_variable - Success
-- Performing Test have_C__Wpointer_sign
-- Performing Test have_C__Wpointer_sign - Success
-- Performing Test have_CXX__Wpointer_sign
-- Performing Test have_CXX__Wpointer_sign - Failed
-- Performing Test have_C__Wformat
-- Performing Test have_C__Wformat - Success
-- Performing Test have_CXX__Wformat
-- Performing Test have_CXX__Wformat - Success
-- Performing Test have_C__Wstrict_aliasing_2
-- Performing Test have_C__Wstrict_aliasing_2 - Success
-- Performing Test have_CXX__Wstrict_aliasing_2
-- Performing Test have_CXX__Wstrict_aliasing_2 - Success
-- Performing Test have_C__fno_strict_aliasing
-- Performing Test have_C__fno_strict_aliasing - Success
-- Performing Test have_CXX__fno_strict_aliasing
-- Performing Test have_CXX__fno_strict_aliasing - Success
-- Performing Test have_C__Wdisabled_optimization
-- Performing Test have_C__Wdisabled_optimization - Success
-- Performing Test have_CXX__Wdisabled_optimization
-- Performing Test have_CXX__Wdisabled_optimization - Success
-- Performing Test have_C__Wfloat_equal
-- Performing Test have_C__Wfloat_equal - Success
-- Performing Test have_CXX__Wfloat_equal
-- Performing Test have_CXX__Wfloat_equal - Success
-- Performing Test have_C__Wpointer_arith
-- Performing Test have_C__Wpointer_arith - Success
-- Performing Test have_CXX__Wpointer_arith
-- Performing Test have_CXX__Wpointer_arith - Success
-- Performing Test have_C__Wbad_function_cast
-- Performing Test have_C__Wbad_function_cast - Success
-- Performing Test have_CXX__Wbad_function_cast
-- Performing Test have_CXX__Wbad_function_cast - Failed
-- Performing Test have_C__Wcast_align
-- Performing Test have_C__Wcast_align - Success
-- Performing Test have_CXX__Wcast_align
-- Performing Test have_CXX__Wcast_align - Success
-- Performing Test have_C__fexceptions
-- Performing Test have_C__fexceptions - Success
-- Performing Test have_CXX__fexceptions
-- Performing Test have_CXX__fexceptions - Success
-- Performing Test have_C__fimplicit_templates
-- Performing Test have_C__fimplicit_templates - Failed
-- Performing Test have_CXX__fimplicit_templates
-- Performing Test have_CXX__fimplicit_templates - Success
-- Performing Test have_C__Wsign_compare
-- Performing Test have_C__Wsign_compare - Success
-- Performing Test have_CXX__Wsign_compare
-- Performing Test have_CXX__Wsign_compare - Success
-- Performing Test have_C__Wmissing_field_initializers
-- Performing Test have_C__Wmissing_field_initializers - Success
-- Performing Test have_CXX__Wmissing_field_initializers
-- Performing Test have_CXX__Wmissing_field_initializers - Success
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for sys/sysctl.h
-- Looking for sys/sysctl.h - found
-- Looking for _gmtime64_s
-- Looking for _gmtime64_s - not found
-- Looking for _localtime64_s
-- Looking for _localtime64_s - not found
-- Looking for _strtoui64
-- Looking for _strtoui64 - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for fpclassify
-- Looking for fpclassify - found
-- Looking for backtrace in execinfo
-- Looking for backtrace in execinfo - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for __cxa_begin_catch in stdc++
-- Looking for __cxa_begin_catch in stdc++ - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_mutex_init in pthread
-- Looking for pthread_mutex_init in pthread - found
-- Looking for pthread_mutexattr_setpshared
-- Looking for pthread_mutexattr_setpshared - not found
-- Looking for pthread_condattr_setpshared
-- Looking for pthread_condattr_setpshared - not found
-- Looking for sys/epoll.h
-- Looking for sys/epoll.h - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for compress in z
-- Looking for compress in z - found
-- checking for module 'liblz4'
--   package 'liblz4' not found
-- checking for module 'kytea'
--   package 'kytea' not found
-- Looking for libstemmer.h
-- Looking for libstemmer.h - not found
-- Looking for sb_stemmer_list in stemmer
-- Looking for sb_stemmer_list in stemmer - not found
-- checking for module 'libzmq'
--   package 'libzmq' not found
-- Looking for event_init in event
-- Looking for event_init in event - found
-- checking for module 'msgpack'
--   package 'msgpack' not found
-- Looking for msgpack_version in msgpack
-- Looking for msgpack_version in msgpack - not found
-- Configuring OQGraph
-- Could NOT find Boost
-- Boost not found. OQGraph will not be compiled
-- Requisites for OQGraph not met. OQGraph will not be compiled
-- Looking for timer_delete in rt
-- Looking for timer_delete in rt - found
-- Performing Test HAVE_THREAD_LOCAL
-- Performing Test HAVE_THREAD_LOCAL - Success
-- Performing Test HAVE_FALLOCATE
-- Performing Test HAVE_FALLOCATE - Success
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test HAVE_SSE42
-- Performing Test HAVE_SSE42 - Success
-- Performing Test TOKUDB_OK
-- Performing Test TOKUDB_OK - Success
-- Looking for malloc_stats_print in jemalloc
-- Looking for malloc_stats_print in jemalloc - not found
-- Looking for malloc_stats_print in c
-- Looking for malloc_stats_print in c - not found
CMake Warning at storage/tokudb/CMakeLists.txt:51 (MESSAGE):
  TokuDB is enabled, but jemalloc is not.  This configuration is not
  supported


-- Performing Test have_C__Wshadow
-- Performing Test have_C__Wshadow - Success
-- Performing Test have_CXX__Wshadow
-- Performing Test have_CXX__Wshadow - Success
-- Performing Test have_C__Wcpp
-- Performing Test have_C__Wcpp - Success
-- Performing Test have_CXX__Wcpp
-- Performing Test have_CXX__Wcpp - Success
-- Performing Test have_C__std_c__11
-- Performing Test have_C__std_c__11 - Failed
-- Performing Test have_CXX__std_c__11
-- Performing Test have_CXX__std_c__11 - Success
-- Performing Test have_C__Waddress_of_packed_member
-- Performing Test have_C__Waddress_of_packed_member - Failed
-- Performing Test have_CXX__Waddress_of_packed_member
-- Performing Test have_CXX__Waddress_of_packed_member - Failed
-- Looking for include file bits/functexcept.h
-- Looking for include file bits/functexcept.h - not found
-- Looking for include file byteswap.h
-- Looking for include file byteswap.h - found
-- Looking for include file endian.h
-- Looking for include file endian.h - found
-- Looking for include file libkern/OSAtomic.h
-- Looking for include file libkern/OSAtomic.h - not found
-- Looking for include file libkern/OSByteOrder.h
-- Looking for include file libkern/OSByteOrder.h - not found
-- Looking for include file machine/endian.h
-- Looking for include file machine/endian.h - not found
-- Looking for include file malloc/malloc.h
-- Looking for include file malloc/malloc.h - not found
-- Looking for include file malloc_np.h
-- Looking for include file malloc_np.h - not found
-- Looking for include file pthread_np.h
-- Looking for include file pthread_np.h - not found
-- Looking for include file syscall.h
-- Looking for include file syscall.h - found
-- Looking for include file sys/endian.h
-- Looking for include file sys/endian.h - not found
-- Looking for include file sys/syslimits.h
-- Looking for include file sys/syslimits.h - not found
-- Looking for M_MMAP_THRESHOLD
-- Looking for M_MMAP_THRESHOLD - found
-- Looking for CLOCK_REALTIME
-- Looking for CLOCK_REALTIME - found
-- Looking for O_DIRECT
-- Looking for O_DIRECT - found
-- Looking for F_NOCACHE
-- Looking for F_NOCACHE - not found
-- Looking for MAP_ANONYMOUS
-- Looking for MAP_ANONYMOUS - found
-- Looking for PR_SET_PTRACER
-- Looking for PR_SET_PTRACER - found
-- Looking for PR_SET_PTRACER_ANY
-- Looking for PR_SET_PTRACER_ANY - found
-- Looking for malloc_size
-- Looking for malloc_size - not found
-- Looking for valloc
-- Looking for valloc - found
-- Looking for nrand48
-- Looking for nrand48 - found
-- Looking for random_r
-- Looking for random_r - found
-- Looking for mincore
-- Looking for mincore - found
-- Looking for dlsym
-- Looking for dlsym - not found
-- Looking for dlsym
-- Looking for dlsym - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for pthread_rwlockattr_setkind_np
-- Looking for pthread_rwlockattr_setkind_np - found
-- Looking for pthread_yield
-- Looking for pthread_yield - found
-- Looking for pthread_threadid_np
-- Looking for pthread_threadid_np - not found
-- Looking for pthread_getthreadid_np
-- Looking for pthread_getthreadid_np - not found
-- Checking prototype pthread_yield for PTHREAD_YIELD_RETURNS_VOID - False
-- Performing Test PTHREAD_YIELD_RETURNS_INT
-- Performing Test PTHREAD_YIELD_RETURNS_INT - Success
-- Performing Test HAVE_GNU_TLS
-- Performing Test HAVE_GNU_TLS - Success
-- Performing Test have_C__Wstrict_null_sentinel
-- Performing Test have_C__Wstrict_null_sentinel - Failed
-- Performing Test have_CXX__Wstrict_null_sentinel
-- Performing Test have_CXX__Wstrict_null_sentinel - Success
-- Performing Test have_C__Wswitch
-- Performing Test have_C__Wswitch - Success
-- Performing Test have_CXX__Wswitch
-- Performing Test have_CXX__Wswitch - Success
-- Performing Test have_C__Wtrampolines
-- Performing Test have_C__Wtrampolines - Success
-- Performing Test have_CXX__Wtrampolines
-- Performing Test have_CXX__Wtrampolines - Success
-- Performing Test have_C__Wlogical_op
-- Performing Test have_C__Wlogical_op - Success
-- Performing Test have_CXX__Wlogical_op
-- Performing Test have_CXX__Wlogical_op - Success
-- Performing Test have_C__Werror_missing_format_attribute
-- Performing Test have_C__Werror_missing_format_attribute - Success
-- Performing Test have_CXX__Werror_missing_format_attribute
-- Performing Test have_CXX__Werror_missing_format_attribute - Success
-- Performing Test have_C__Werror_address_of_array_temporary
-- Performing Test have_C__Werror_address_of_array_temporary - Failed
-- Performing Test have_CXX__Werror_address_of_array_temporary
-- Performing Test have_CXX__Werror_address_of_array_temporary - Failed
-- Performing Test have_C__Werror_tautological_constant_out_of_range_compare
-- Performing Test have_C__Werror_tautological_constant_out_of_range_compare - Failed
-- Performing Test have_CXX__Werror_tautological_constant_out_of_range_compare
-- Performing Test have_CXX__Werror_tautological_constant_out_of_range_compare - Failed
-- Performing Test have_C__Werror_extern_c_compat
-- Performing Test have_C__Werror_extern_c_compat - Failed
-- Performing Test have_CXX__Werror_extern_c_compat
-- Performing Test have_CXX__Werror_extern_c_compat - Failed
-- Performing Test have_C__fno_rtti
-- Performing Test have_C__fno_rtti - Failed
-- Performing Test have_CXX__fno_rtti
-- Performing Test have_CXX__fno_rtti - Success
-- Performing Test have_C__fno_exceptions
-- Performing Test have_C__fno_exceptions - Success
-- Performing Test have_CXX__fno_exceptions
-- Performing Test have_CXX__fno_exceptions - Success
-- Performing Test have_C__Werror_nonnull_compare
-- Performing Test have_C__Werror_nonnull_compare - Failed
-- Performing Test have_CXX__Werror_nonnull_compare
-- Performing Test have_CXX__Werror_nonnull_compare - Failed
-- Performing Test have_C__Wpacked
-- Performing Test have_C__Wpacked - Success
-- Performing Test have_CXX__Wpacked
-- Performing Test have_CXX__Wpacked - Success
-- Performing Test have_C__fno_omit_frame_pointer
-- Performing Test have_C__fno_omit_frame_pointer - Success
-- Performing Test have_CXX__fno_omit_frame_pointer
-- Performing Test have_CXX__fno_omit_frame_pointer - Success
-- Performing Test have_C__Werror_strict_overflow
-- Performing Test have_C__Werror_strict_overflow - Success
-- Performing Test have_CXX__Werror_strict_overflow
-- Performing Test have_CXX__Werror_strict_overflow - Success
-- Performing Test have_C__Wmissing_noreturn
-- Performing Test have_C__Wmissing_noreturn - Success
-- Performing Test have_CXX__Wmissing_noreturn
-- Performing Test have_CXX__Wmissing_noreturn - Success
-- Performing Test have_C__Wstrict_prototypes
-- Performing Test have_C__Wstrict_prototypes - Success
-- Performing Test have_CXX__Wstrict_prototypes
-- Performing Test have_CXX__Wstrict_prototypes - Failed
-- Performing Test have_C__Wmissing_prototypes
-- Performing Test have_C__Wmissing_prototypes - Success
-- Performing Test have_CXX__Wmissing_prototypes
-- Performing Test have_CXX__Wmissing_prototypes - Failed
-- Performing Test have_C__Wmissing_declarations
-- Performing Test have_C__Wmissing_declarations - Success
-- Performing Test have_CXX__Wmissing_declarations
-- Performing Test have_CXX__Wmissing_declarations - Success
-- Performing Test HAVE_STDCXX11
-- Performing Test HAVE_STDCXX11 - Success
-- Performing Test HAVE_STDCXX0X
-- Performing Test HAVE_STDCXX0X - Success
-- Looking for krb5_free_unparsed_name
-- Looking for krb5_free_unparsed_name - found
-- Looking for include file security/pam_appl.h
-- Looking for include file security/pam_appl.h - not found
-- Looking for strndup
-- Looking for strndup - found
-- Performing Test HAVE_PEERCRED
-- Performing Test HAVE_PEERCRED - Success
-- Skip aws_key_management - AWS SDK has Apache 2.0 License which is not complatible with GPLv2. Set -DNOT_FOR_DISTRIBUTION=ON if you need this plugin
-- Looking for FascistCheckUser in crack
-- Looking for FascistCheckUser in crack - not found
-- Looking for include file crack.h
-- Looking for include file crack.h - not found
-- Performing Test have_C__Wdeprecated_declarations
-- Performing Test have_C__Wdeprecated_declarations - Success
-- Performing Test have_CXX__Wdeprecated_declarations
-- Performing Test have_CXX__Wdeprecated_declarations - Success
-- Looking for event.h
-- Looking for event.h - found
-- Found BISON: /usr/bin/bison (found suitable version "3.0.4", minimum required is "2.0")
-- Need bison for /usr/bin/bison
-- Need coreutils for /usr/bin/cat
-- Need checkpolicy for /usr/bin/checkmodule
-- Need binutils for /usr/bin/ar
-- Need cmake for /usr/bin/cmake
-- Need gcc-c++ for /usr/bin/c++
-- Need gcc for /usr/bin/cc
-- Need glibc-devel for /usr/lib64/libpthread.so
-- Need binutils for /usr/bin/ld
-- Need make for /usr/bin/gmake
-- Need binutils for /usr/bin/nm
-- Need binutils for /usr/bin/objcopy
-- Need binutils for /usr/bin/objdump
-- Need binutils for /usr/bin/ranlib
-- Need binutils for /usr/bin/strip
-- Need libcurl-devel for /usr/lib64/libcurl.so
-- Need ncurses-devel for /usr/lib64/libcurses.so
-- Need ncurses-devel for /usr/lib64/libform.so
-- Need ncurses-devel for /usr/include/curses.h
-- Need ncurses-devel for /usr/lib64/libcurses.so
-- Need ncurses-devel for /usr/lib64/libncurses.so
-- Need systemtap-sdt-devel for /usr/bin/dtrace
-- Need libevent-devel for /usr/lib64/libevent.so
-- Need ncurses-devel for /usr/lib64/libform.so
-- Need glibc-common for /usr/bin/getconf
-- Need git for /usr/bin/git
-- Need groff-base for /usr/bin/groff
-- Need tar for /usr/bin/gtar
-- Need bzip2-devel for /usr/lib64/libbz2.so
-- Need libevent-devel for /usr/lib64/libevent.so
-- Need glibc-devel for /usr/lib64/librt.so
-- Need zlib-devel for /usr/lib64/libz.so
-- Need xz-devel for /usr/lib64/liblzma.so
-- Need glibc-devel for /usr/lib64/libcrypt.so
-- Need glibc-devel for /usr/lib64/libdl.so
-- Need glibc-devel for /usr/lib64/libm.so
-- Need java-1.8.0-openjdk for /usr/lib/jvm/jre/lib/amd64/libjawt.so
-- Need java-1.8.0-openjdk-headless for /usr/lib/jvm/jre/lib/amd64/server/libjvm.so
-- Need krb5-devel for /usr/bin/krb5-config
-- Need libedit-devel for /usr/lib64/libedit.so
-- Need libxml2-devel for /usr/lib64/libxml2.so
-- Need libxml2 for /usr/bin/xmllint
-- Need groff-base for /usr/bin/nroff
-- Need pkgconfig for /usr/bin/pkg-config
-- Need readline-devel for /usr/lib64/libreadline.so
-- Need policycoreutils-python for /usr/bin/semodule_package
-- Need tar for /usr/bin/tar
-- Need zlib-devel for /usr/lib64/libz.so
-- Configuring incomplete, errors occurred!
See also "/opt/mariadb/CMakeFiles/CMakeOutput.log".
See also "/opt/mariadb/CMakeFiles/CMakeError.log".
[[email protected] mariadb]#
I am stuck at this point, and not sure how to proceed. Pls throw some light on how I can start and resolve this problem.
 

GOT

Get Proactive!
PartnerNOC
Apr 8, 2003
1,774
328
363
Chesapeake, VA
cPanel Access Level
DataCenter Provider
If you have cPanel why are you trying to install from source? Just log into WHM and go the the Mysql Update area and install that way.
 
  • Like
Reactions: cPanelLauren

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
If you have cPanel why are you trying to install from source? Just log into WHM and go the the Mysql Update area and install that way.
This was actually going to be my question as well. cPanel doesn't support installing MySQL/MariaDB this way and with the upgrade interface, there's not really a reason to do so as far as I am aware. We offer v10.3 of MariaDB so it's not as though you'd be getting a different/newer version either.

If you must install it this way you'll need to work with a system administrator further. If you don't have one you might find one here: System Administration Services

Thanks!