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 22, 2024 01:03PM

Good day, Terje.

Thank you again for your continued support and guidance.

I have executed the commands you requested (and added the "rpm -ql" to the list).

It appears, based on the first command that the PKG_CONFIG_PATH variable requires adjustment?

The next commands, though, show that the "tirpc" library is installed.

Please note the result of the find command that does not identify a "libtirpc*pc" file on this server.

Where might I find the PKG_CONFIG_PATH (presumable, in a ".cmake")? Once identified, which directory do I specify? Is the expectation for an existing libtirpc (which seems to be "/lib64")?

I am struggling with the notion that I am the only person encountering these challenges in building MySQL v8.0.36 from its source on an RHEL server.




[root@thisistheway01 bld]# pkg-config --modversion libtirpc
Package libtirpc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtirpc.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libtirpc', required by 'virtual:world', not found
[root@thisistheway01 bld]#


[root@thisistheway01 bld]# rpm -qa | grep tirpc
libtirpc-1.3.3-2.el9.x86_64
[root@thisistheway01 bld]#


[root@thisistheway01 bld]# rpm -ql libtirpc
/etc/bindresvport.blacklist
/etc/netconfig
/lib64/libtirpc.so.3
/lib64/libtirpc.so.3.0.0
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/b67975b624fff025ce91abe2efb5131a182c9c
/usr/share/doc/libtirpc
/usr/share/doc/libtirpc/AUTHORS
/usr/share/doc/libtirpc/ChangeLog
/usr/share/doc/libtirpc/NEWS
/usr/share/doc/libtirpc/README
[root@thisistheway01 bld]#

[root@thisistheway01 bld]# find / -name libtirpc*pc -print
[root@thisistheway01 bld]#

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.