MySQL Forums
Forum List  »  Install & Repo

Re: Build v8.0.36 on RHEL 9 Fails With Unresolved xdr_ Symbols
Posted by: William Jastrow
Date: April 21, 2024 06:56PM

Upon closer review of the "cmake" execution, I note:

-- Performing Test HAVE_CXX_W_unused_local_typedefs
-- Performing Test HAVE_CXX_W_unused_local_typedefs - Success
-- Checking for module 'libtirpc'
-- Package 'libtirpc', required by 'virtual:world', not found
-- json_client_library_objlib depends on ext::zlib
-- Library json_binlog_static depends on OSLIBS m


In response, I have edited the /home/mysql/mysql-8.0.36/extra/tirpc/CMakeLists.txt to reflect:

SET(TIRPC_SOURCE_DIR "${CMAKE_SOURCE_DIR}/extra/tirpc/libtirpc-1.3.3/src")

adding the "/src " to the end of the line.

This appears to be the challenge, though, helping the cmake process locate the source for the libtirpc library.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.