Failed compile with error “Could not find rpcgen” when configure mysql in centos8(RHEL8)

centos

Failed compile with error “Could not find rpcgen” when configure mysql in centos8(RHEL8)

 

Error Message :

CMake Error at plugin/group_replication/libmysqlgcs/rpcgen.cmake:100 (MESSAGE):
Could not find rpcgen
Call Stack (most recent call first):
plugin/group_replication/libmysqlgcs/CMakeLists.txt:38 (INCLUDE)

 

원인 :

centos8 에는 rpcgen 명령어가 없음

 

해결 :

rpcgen을 설치하면 된다…
몇가지 방법이 있겠지만…


# enable PowerTools repository
dnf config-manager --set-enabled PowerTools

# install rpcgen
dnf -y install rpcgen

 

 

 

 

 

 

About KENNETH 19694 Articles
지락문화예술공작단

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.